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
feat: correctly parse response bodies as JSON where the Content-Type is application/scim+json (#731)
GitHub has APIs that return `application/scim+json` response bodies. Currently, these responses are not parsed as JSON, and instead, an `ArrayBuffer` is returned in `response.data`.
This adds handling for `application/scim+json` so they are parsed as JSON as normal.
0 commit comments