Closed andrevdm closed 10 months ago
Latest commit: ac21d10a80e405a19a7a568f7c37a93d127bb7da
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
LGTM! Thanks.
@all-contributors add @andrevdm for code.
@jellydn
I've put up a pull request to add @andrevdm! :tada:
WHAT
Detect JSON:API content-type
WHY
JSON:API returns valid JSON but uses a different content type. Update the is_json_response function to handle both cases
HOW
Match "content-type: application/vnd.api+json"
Types of changes