-
Notifications
You must be signed in to change notification settings - Fork 192
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
Updated Security Client APIs #450
Updated Security Client APIs #450
Conversation
Codecov Report
@@ Coverage Diff @@
## main #450 +/- ##
==========================================
- Coverage 71.42% 70.91% -0.51%
==========================================
Files 81 81
Lines 7668 7730 +62
==========================================
+ Hits 5477 5482 +5
- Misses 2191 2248 +57
|
39d928c
to
f65a542
Compare
Renamed the following APIs:
And also made few other changes to the APIs to maintain uniformity. |
Hello @florianvazelle, I request you to take a look at these changes. Please let me know if you notice anything wrong. |
@VachaShah, please review and merge this PR. It needs to be done before upcoming python release. Thank you :) |
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.
Should I be concerned by the amount of changes and so few in tests?
I made changes with utmost care. But, it is true that Test coverage is less |
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.
Lets add a working sample as @dblock mentioned?
LGTM 🙂 But I find that renaming to
|
@florianvazelle The naming follows the documentation: For example, it's The moving of security plugin endpoints to The API generator for PY that @saimedhi has been working on will also generate code for all security endpoints based off of that spec. So we're making sure that these endpoints will have the same names and same location in the PY client as they will soon be replaced by generated code. Hope that's answered your question. |
cf6d0d7
to
b754c9e
Compare
9aa7941
to
229d804
Compare
Signed-off-by: saimedhi <[email protected]>
229d804
to
c5d05a1
Compare
@VachaShah, @dblock Please let me know if any further changes needed. I added working sample and few tests as suggested. |
Merged, thanks. |
Description
Updated Security Client APIs
Issues Resolved
Related to #435,
Relevant PRs
#399, #442
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.