FriendsOfCake / crud-json-api

Build advanced JSON API Servers with almost no code.
https://crud-json-api.readthedocs.io/
MIT License
56 stars 32 forks source link

Adding a common issue around not getting back JSON as expected. #93

Closed NickBusey closed 5 years ago

bravo-kernel commented 5 years ago

The most common reason for this behavior is not sending the correct Request Header with (application/vnd.api+json. Would you mind incorporating this into your message as the first point, I will merge right after.

NickBusey commented 5 years ago

I had the correct header set, as that is covered well in the documentation, and still hit this behavior.

bravo-kernel commented 5 years ago

Thanks 👍