Skip to content

Feedback from beta users

Pre-release
Pre-release

Choose a tag to compare

@crhistianramirez crhistianramirez released this 25 Mar 21:58

New Feature(s) ✨

  • You can use axios interceptors to intercept a request before it goes out to the API or to intercept a response before it gets handled by the SDK. This enables you to log, rewrite, or even retry calls.
  • Add Searchable<T> and Sortable<T> typescript helpers that quickly give you searchable types by endpoint. For example Searchable<'Orders.List'> will give you the model expected for searchOn and Sortable<'Orders.List'> will give you the model

Bug Fixes 🐛

  • requestOptions.cancelToken not working on non-auth methods
  • post methods that did not have a body weren't working (Orders.Submit for example)
  • type errors when using filters
  • document breaking changes