-
Notifications
You must be signed in to change notification settings - Fork 47
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
feat: generate APIs from swagger #44
Conversation
Codecov Report
@@ Coverage Diff @@
## master #44 +/- ##
============================================
- Coverage 86.31% 82.50% -3.81%
- Complexity 294 346 +52
============================================
Files 16 18 +2
Lines 665 789 +124
============================================
+ Hits 574 651 +77
- Misses 91 138 +47
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please
- add an example how to use management api (query buckets) to the Advanced Usage section in README.md
- rebase sources and update CHANGELOG.md
Proposed Changes
This PR contains generated APIs from swagger using
influxdb-clients-apigen
generator.Checklist
make test
completes successfully