-
Notifications
You must be signed in to change notification settings - Fork 23
Add Directory Sync API and fix Audit Trail naming #18
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
f93a0af to
686604a
Compare
Codecov Report
@@ Coverage Diff @@
## master #18 +/- ##
==========================================
+ Coverage 96.35% 96.95% +0.60%
==========================================
Files 8 9 +1
Lines 137 164 +27
==========================================
+ Hits 132 159 +27
Misses 5 5
Continue to review full report at Codecov.
|
henrylamchan
left a comment
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. Would be nice to have docstrings on the Directory Sync methods though. I'm not familiar with the API and wasn't sure how the pagination works. Had to dig through the docs a bit to find out it was cursor based.
Add Python wrappers for the API reference endpoints here.