Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: octokit/request.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.1.4
Choose a base ref
...
head repository: octokit/request.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.2.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 16, 2025

  1. 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.
    timrogers authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    00bf316 View commit details
    Browse the repository at this point in the history
Loading