Feedback from beta users
Pre-release
Pre-release
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>andSortable<T>typescript helpers that quickly give you searchable types by endpoint. For exampleSearchable<'Orders.List'>will give you the model expected forsearchOnandSortable<'Orders.List'>will give you the model
Bug Fixes 🐛
requestOptions.cancelTokennot 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