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
Currently we're following a pretty solid and future-proof API format. In order to further standardize the API and follow best practices, we should follow the OpenAPI specification.
utoipa and apistos both generate OpenAPI v3 docs and support scalar, a modern UI (alternative to swagger) to interactively render openapi docs in the browser.
I think the choice comes down to how easy it will be to integrate either of these with the code.
Currently we're following a pretty solid and future-proof API format. In order to further standardize the API and follow best practices, we should follow the OpenAPI specification.
Example libraries that could help in the task:
Note: based on OpenAPI.tools some tools might support different OpenAPI versions, we should watch out and make sure we're supporting the latest.
The text was updated successfully, but these errors were encountered: