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
instead of hand-crafting the docs for the api, we should be using openapi. theres a bunch of support for generating it, so it could be defined in-code.
tbd what the scale of this issue is. it could mean migrating to fastapi which has that well-supported and built-in natively, or it could mean finding/writing some tool/integration with sanic to allow us to do the same in its current state. second option is less work, but requires some research.
The text was updated successfully, but these errors were encountered:
instead of hand-crafting the docs for the api, we should be using openapi. theres a bunch of support for generating it, so it could be defined in-code.
tbd what the scale of this issue is. it could mean migrating to fastapi which has that well-supported and built-in natively, or it could mean finding/writing some tool/integration with sanic to allow us to do the same in its current state. second option is less work, but requires some research.
The text was updated successfully, but these errors were encountered: