Add team.* & admin.users.session.resetBulk APIs#1132
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1132 +/- ##
==========================================
- Coverage 87.96% 86.62% -1.35%
==========================================
Files 110 110
Lines 10719 10749 +30
==========================================
- Hits 9429 9311 -118
- Misses 1290 1438 +148
Continue to review full report at Codecov.
|
filmaj
left a comment
There was a problem hiding this comment.
LGTM!
My only comment is that for the bulk reset method, it looks like the python SDK accepts both a list and a string when specifying the user IDs, and the string-based argument is not covered by tests. Do you think it is worth adding that? I only bring it up as it looks like coverage drops 1.5% from this PR.
srajiang
left a comment
There was a problem hiding this comment.
Thanks for adding these!
+1 on adding an additional check for the case where a single user id is provide
Summary
This pull request adds the following three APIs to
WebClient.Category (place an
xin each of the[ ])/docs-src(Documents, have you run./scripts/docs.sh?)/docs-src-v2(Documents, have you run./scripts/docs-v2.sh?)/tutorial(PythOnBoardingBot tutorial)tests/integration_tests(Automated tests for this library)Requirements (place an
xin each[ ])python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.shafter making the changes.