Tagged in

Testing

Analytics Vidhya
Analytics Vidhya
Analytics Vidhya is a community of Generative AI and Data Science professionals. We are building the next-gen data science ecosystem https://www.analyticsvidhya.com
More information
Followers
67K
Elsewhere
More, on Medium

Testing API’s JSON Response in Django

Problem: I needed to test the JSON response of an API endpoint. The API endpoint follows the JSON API spec and uses the Content-Type header of application/vnd.api+json instead of application/json which is required by the built-in .json() method.