Closed sadikkuzu closed 1 year ago
For our backend service endpoints, we use Django REST Framework.
There are a number of packages available that allow us to generate HTML documentation pages from OpenAPI schemas.
Two popular options are Swagger UI and ReDoc.
Both require little more than the location of our static schema file or dynamic SchemaView endpoint.
In this project we'll use Swagger UI.
For our backend service endpoints, we use Django REST Framework.
There are a number of packages available that allow us to generate HTML documentation pages from OpenAPI schemas.
Two popular options are Swagger UI and ReDoc.
Both require little more than the location of our static schema file or dynamic SchemaView endpoint.
In this project we'll use Swagger UI.