You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added automatic call limiting/retrying to `BaseApi` and `DjangoApi`
- Ability to choose amount of time
- Created `BaseApiResponseHandler` and `DjangoApiResponseHandler` for more functionality
- Much more modular and customizable
- Cleaned up `DjangoApiResponseHandler` error handling
- General support for `BaseApi` improved
- `DjangoApi.post` - `extraHeaders` param fixed
- Added `loading` property to `BaseApi` and `DjangoApi` for loading state
- `TypeFilter` added to `BaseApi` and `DjangoApi` for type filtering
- Moved 'up' from method level to class level
- Improved linting to help prevent some errors
- Added `prettier` to help with code formatting
0 commit comments