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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Features
Add responseMiddleware option, letting you alter your API responses. Just like your regular middlewares option, you can configure this at the API / services / fetch level.
Add a dedicated method for each HTTP method available, so you can write more concise code (api.get, api.post...). api.fetch is still available.
Miscellaneous
Now using expo to supply the demo, added some features to it.