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
Use a parser based on the content type of the response instead of assuming JSON. We might want to add a way to override this per endpoint in case the content type of the response is wrong.
Add optional authentication system. We currently only support oauth2, it should also work without any authentications
We also need to make some small improvements