-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add a API route that returns current version of the API #299
Labels
enhancement
New feature or request
Comments
demeringo
added a commit
that referenced
this issue
Oct 2, 2024
demeringo
added a commit
that referenced
this issue
Oct 2, 2024
… using this scheme. Related to #299
Done here : @utils_router.get('/version', description="Get the version of the API"). It will be available on next release |
Implemented curl -X 'GET' \
'http://api.boavizta.org/v1/utils/version' \
-H 'accept: application/json' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Add a API route that returns current version of the API.
Solution
Alternatives
Return API version in the API output.
Additional context or elements
The text was updated successfully, but these errors were encountered: