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

Implement ready, health endpoints #14

Closed
rhajek opened this issue Sep 16, 2019 · 0 comments · Fixed by #13
Closed

Implement ready, health endpoints #14

rhajek opened this issue Sep 16, 2019 · 0 comments · Fixed by #13
Milestone

Comments

@rhajek
Copy link
Contributor

rhajek commented Sep 16, 2019

In swagger openapi generator "servers" element is not supported.

/health:
servers:
- url: /
get:
operationId: GetHealth

Instead of /health is client forcing to use /api/v2/health
OpenAPITools/openapi-generator#1361
We need to fix this in custom influx-python generator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants