DEV Community

Discussion on: How do I start building an API for an application?

Collapse
 
rolfstreefkerk profile image
Rolf Streefkerk

OpenAPI seconded, it will save you a lot of time due to its ability to do code generation. Plus it will give you the API documentation you would otherwise have to write as a secondary artifact.
A lot of frameworks support OpenAPI, I'm not familiar with Django but I know Postman will allow imports and you can use that to create a test suite to start using that as an API testing setup.