DEV Community

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

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

I am starting to believe OpenAPI or Swagger should be used everywhere. The easiest way for Python is FastAPI.

API testing can be done with Swagger UI or Redoc.

As for Django REST framework, I think it is famous for the ORM. Not sure about OpenAPI plugins.