superfaceai / one-sdk-js

1️⃣ One Node.js SDK for all the APIs you want to integrate with
https://superface.ai
MIT License
46 stars 3 forks source link

Ignore body when 204 response status received #332

Closed freaz closed 1 year ago

freaz commented 1 year ago

Description

Skip body handling for 204 responses

Motivation and Context

Some server may return Content-Type: application/json header, but don't send any body. This leads to failed JSON.parse.

Types of changes

Checklist: