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
All API routes should be documented with the OpenAPI specification. flasggr is a great tool for this, allowing the routes to be documented in code while also exporting an OpenAPI specification and UI.
The following routes needs to be documented:
Books
GET /v1/books
POST /v1/books
PATCH /v1/books/
DELETE /v1/books/
GET /v1/books//notes
POST /v1/books//notes
Notes
DELETE /v1/notes/
PATCH /v1/notes/
Profiles
GET /v1/profiles/<display_name>
GET /v1/profiles
POST /v1/profiles
PATCH /v1/profiles
Files
GET/v1/files/
GET/v1/files
Tasks
GET/v1/tasks/
POST /v1/tasks
POST /v1/tasks/retry
The text was updated successfully, but these errors were encountered:
All API routes should be documented with the OpenAPI specification.
flasggr is a great tool for this, allowing the routes to be documented in code while also exporting an OpenAPI specification and UI.
The following routes needs to be documented:
Books
GET
/v1/booksPOST
/v1/booksPATCH
/v1/books/DELETE
/v1/books/GET
/v1/books//notesPOST
/v1/books//notesNotes
DELETE
/v1/notes/PATCH
/v1/notes/Profiles
GET
/v1/profiles/<display_name>GET
/v1/profilesPOST
/v1/profilesPATCH
/v1/profilesFiles
GET
/v1/files/GET
/v1/filesTasks
GET
/v1/tasks/POST
/v1/tasksPOST
/v1/tasks/retryThe text was updated successfully, but these errors were encountered: