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
We should add an endpoint, such as /api/swagger, that provides access to the full API documentation when DEBUG is enabled. This should display all available API routes, allowing developers to quickly familiarize themselves with the available endpoints and their functionality.
This endpoint should only be accessible in development (when DEBUG=True) to avoid exposing API documentation in production.
Expected Outcome:
An accessible Swagger UI or similar tool showing all the routes in the API.
Easily navigable documentation for API endpoints to help developers with integration and testing.
Benefits:
Improves the developer experience by providing quick access to up-to-date API routes and documentation.
Helps new developers onboard faster by clearly showing available API features.
The text was updated successfully, but these errors were encountered:
We should add an endpoint, such as
/api/swagger
, that provides access to the full API documentation whenDEBUG
is enabled. This should display all available API routes, allowing developers to quickly familiarize themselves with the available endpoints and their functionality.This endpoint should only be accessible in development (when
DEBUG=True)
to avoid exposing API documentation in production.Expected Outcome:
An accessible Swagger UI or similar tool showing all the routes in the API.
Easily navigable documentation for API endpoints to help developers with integration and testing.
Benefits:
Improves the developer experience by providing quick access to up-to-date API routes and documentation.
Helps new developers onboard faster by clearly showing available API features.
The text was updated successfully, but these errors were encountered: