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
OpenAPI is a way of documenting APIs that allows us to generate nice documentation and client libraries for the API. It'd be really great to have a spec for our backend.
Because overall, this is a big task, the scope of this issue is limited to the following two tasks:
Create a spec with all the basic meta information
Document the public endpoints (found in server.py)
OpenAPI is a way of documenting APIs that allows us to generate nice documentation and client libraries for the API. It'd be really great to have a spec for our backend.
Because overall, this is a big task, the scope of this issue is limited to the following two tasks:
server.py
)See:
The text was updated successfully, but these errors were encountered: