Skip to content

3.0.0-alpha.0

Pre-release
Pre-release

Choose a tag to compare

@vmasek vmasek released this 26 Feb 12:04
· 364 commits to master since this release

Features

  • module: API client exported as module (7eaf673), closes #23

BREAKING CHANGES

  • module:
    • renamed to APIClient
    • domain and configuration are now provided using .forRoot method
    APIClientModule.forRoot({
      domain: 'https://api.url',
    }),
    
    • cli command renamed to api-client-generator