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
Is your feature request related to a problem? Please describe.
Having an API exposed over HTTP is nice. It would be even nice if we had an OpenAPI spec to easily generate clients.
Describe the solution you'd like
Move run-server to server run and add server schema to dump OpenAPI specs.
As we have to mirror the query arguments and the responses with Rust structs, it is sufficient to create a minimal implementation of API living in /v1 for now.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Having an API exposed over HTTP is nice. It would be even nice if we had an OpenAPI spec to easily generate clients.
Describe the solution you'd like
Move
run-server
toserver run
and addserver schema
to dump OpenAPI specs.As we have to mirror the query arguments and the responses with Rust structs, it is sufficient to create a minimal implementation of API living in
/v1
for now.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: