-
Notifications
You must be signed in to change notification settings - Fork 20
Update API to c93c3464732c93c9be593a3a55b032c029c4bd6f #462
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
Conversation
Great job! No new security vulnerabilities introduced in this pull request |
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.
LGTM, can confirm that the generated code matches with what the bot did
|
||
let config = client.internal.get_api_configurations().await; | ||
let res = bitwarden_api_api::apis::projects_api::organizations_organization_id_projects_post( | ||
let res = bitwarden_api_api::apis::projects_api::projects_create( |
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.
Ah sensible function names, how much i've missed 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.
Not sure what you could possibly mean, organizations_organization_id_projects_post
is soo descriptive 😈
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #462 +/- ##
==========================================
- Coverage 78.26% 78.25% -0.01%
==========================================
Files 275 275
Lines 27441 27444 +3
==========================================
Hits 21476 21476
- Misses 5965 5968 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…c3464732c93c9be593a3a55b032c029c4bd6f (bitwarden/sdk-internal#462)
Updates the API bindings to
c93c3464732c93c9be593a3a55b032c029c4bd6f