-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: Admin Management Functionality #953
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #953 +/- ##
==========================================
- Coverage 85.93% 83.56% -2.38%
==========================================
Files 43 50 +7
Lines 2268 2634 +366
==========================================
+ Hits 1949 2201 +252
- Misses 300 390 +90
- Partials 19 43 +24 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I add additional test cases to get a better coverage of the implementation. I believe this is failing the coverage now due to the example included. I see that other examples do not have test written for them, and I didn't see an obvious way to exclude it from being checked. |
A similar PR may already be submitted!
Please search among the Pull request before creating one.
If your changes introduce breaking changes, please prefix the title of your pull request with "[BREAKING_CHANGES]". This allows for clear identification of such changes in the 'What's Changed' section on the release page, making it developer-friendly.
Thanks for submitting a pull request! Please provide enough information so that others can review your pull request.
Describe the change
This change includes functionality to manage your Org via Admin API. This change does not include all endpoints and functionality related to the Admin API. As I have time, and if no one else has added them, I will submit another PR for the missing functionality.
Provide OpenAI documentation link
Admin API Documentation
Describe your solution
Implemented functionality to:
Tests
Tests have been created for all functionality added. Test methodology was copied from existing tests in the library.
Additional context
I'm unsure why the Sanity checks are failing, they were locally as well, but unrelated to my changes (jsonschema).
Issue: #XXXX