You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look up the API documentation for RSR. Unfortunately, it's severely out of date and not really complete in the wiki.
Describe the solution you'd like
Generate documentation with DRF and swagger. It should be possible to either generate an OpenAPI JSON or HTML straight away that can be used by sphinx.
What are you trying to do?
Look up the API documentation for RSR. Unfortunately, it's severely out of date and not really complete in the wiki.
Describe the solution you'd like
Generate documentation with DRF and swagger. It should be possible to either generate an OpenAPI JSON or HTML straight away that can be used by sphinx.
Have you consider alternatives?
Add a swagger endpoint: https://www.django-rest-framework.org/topics/documenting-your-api/#generating-documentation-from-openapi-schemas
But I'm not sure if there's a way to provide meta information in the documentation of the endpoints of how to group them.
Additional context
No response
The text was updated successfully, but these errors were encountered: