Skip to content

v1.1.0

Compare
Choose a tag to compare
@MattCCC MattCCC released this 14 May 15:38
· 518 commits to master since this release
  • Feature: Introduce flattenResponse config option
  • Feature: Allow to pass Axios Config when creating new instance of API handler - this way you can specify e.g. global headers for your requests
  • Feature: Improved TypeScript support by adding Endpoints and Endpoint interfaces
  • Feature: Added possibility to pass Axios compatible config when calling particular endpoints (as 3rd argument)
  • Fixed: config passed to handler was not always respected
  • Misc: Better testing coverage
  • Misc: Updated Readme + fixed some typos