-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Description:
The API in api/app.py does not have any documentation. This makes it difficult for other developers to understand how to use the API.
Suggested Solution:
Add OpenAPI documentation to the API using a library like fastapi.openapi.
The documentation should include information about the available endpoints, the required parameters, and the expected responses.
File: api/app.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation