Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide sub command to dump OpenAPI specs #600

Closed
holtgrewe opened this issue Nov 7, 2024 · 0 comments · Fixed by #602
Closed

Provide sub command to dump OpenAPI specs #600

holtgrewe opened this issue Nov 7, 2024 · 0 comments · Fixed by #602
Labels
enhancement New feature or request

Comments

@holtgrewe
Copy link
Contributor

holtgrewe commented Nov 7, 2024

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

@holtgrewe holtgrewe added the enhancement New feature or request label Nov 7, 2024
holtgrewe added a commit that referenced this issue Nov 8, 2024
This moves "run-server" to "server run".

Release-As: 0.30.0
@holtgrewe holtgrewe linked a pull request Nov 8, 2024 that will close this issue
holtgrewe added a commit that referenced this issue Nov 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
This moves "run-server" to "server run".

Release-As: 0.30.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant