-
Notifications
You must be signed in to change notification settings - Fork 360
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
OpenAPI Python Client #1725
OpenAPI Python Client #1725
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1725 +/- ##
==========================================
- Coverage 41.60% 41.46% -0.15%
==========================================
Files 168 170 +2
Lines 13319 13422 +103
==========================================
+ Hits 5542 5565 +23
- Misses 7035 7114 +79
- Partials 742 743 +1
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.
Great work!
Part of #1725
Changes made to the project Makefile to generate the python client code.
Added:
clients/python/lakefs/client.py
to enable a single client with access to all APIsclients/python/build-package.sh
to build pypi package