-
Notifications
You must be signed in to change notification settings - Fork 218
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
Add admin.conversations.whitelist.* API #487
Merged
seratch
merged 1 commit into
slackapi:master
from
seratch:admin-conversations-whitelist
Jun 11, 2020
Merged
Add admin.conversations.whitelist.* API #487
seratch
merged 1 commit into
slackapi:master
from
seratch:admin-conversations-whitelist
Jun 11, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://api.slack.com/enterprise/workspaces#whitelists * admin.conversations.whitelist.add * admin.conversations.whitelist.remove * admin.conversations.whitelist.listGroupsLinkedToChannel
seratch
added
enhancement
M-T: A feature request for new functionality
project:slack-api-client
project:slack-api-client
labels
Jun 11, 2020
Codecov Report
@@ Coverage Diff @@
## master #487 +/- ##
============================================
+ Coverage 83.80% 83.87% +0.06%
- Complexity 2413 2428 +15
============================================
Files 251 251
Lines 6482 6510 +28
Branches 585 585
============================================
+ Hits 5432 5460 +28
Misses 687 687
Partials 363 363
Continue to review full report at Codecov.
|
stevengill
approved these changes
Jun 11, 2020
seratch
added a commit
that referenced
this pull request
Jun 11, 2020
* [slack-api-model] #477 #478 Add default_to_current_conversation in (multi_)conversations_select - Thanks @seratch * [slack-api-client] #487 Add admin.conversations.whitelist.* API - Thanks @seratch * [slack-api-client] #486 Move UsersLookupByEmailResponse to the right package (source code compatible) - Thanks @seratch * [slack-api-client] #480 Fix potential false detection of subtypes in RTMClient - Thanks @gaspardpetit
seratch
added a commit
that referenced
this pull request
Jun 11, 2020
* [slack-api-model] #477 #478 Add default_to_current_conversation in (multi_)conversations_select - Thanks @seratch * [slack-api-client] #487 Add admin.conversations.whitelist.* API - Thanks @seratch * [slack-api-client] #486 Move UsersLookupByEmailResponse to the right package (source code compatible) - Thanks @seratch * [slack-api-client] #480 Fix potential false detection of subtypes in RTMClient - Thanks @gaspardpetit
emanguy
pushed a commit
to emanguy/java-slack-sdk
that referenced
this pull request
Jun 22, 2020
* [slack-api-model] slackapi#477 slackapi#478 Add default_to_current_conversation in (multi_)conversations_select - Thanks @seratch * [slack-api-client] slackapi#487 Add admin.conversations.whitelist.* API - Thanks @seratch * [slack-api-client] slackapi#486 Move UsersLookupByEmailResponse to the right package (source code compatible) - Thanks @seratch * [slack-api-client] slackapi#480 Fix potential false detection of subtypes in RTMClient - Thanks @gaspardpetit
emanguy
pushed a commit
to emanguy/java-slack-sdk
that referenced
this pull request
Jun 22, 2020
* [slack-api-model] slackapi#477 slackapi#478 Add default_to_current_conversation in (multi_)conversations_select - Thanks @seratch * [slack-api-client] slackapi#487 Add admin.conversations.whitelist.* API - Thanks @seratch * [slack-api-client] slackapi#486 Move UsersLookupByEmailResponse to the right package (source code compatible) - Thanks @seratch * [slack-api-client] slackapi#480 Fix potential false detection of subtypes in RTMClient - Thanks @gaspardpetit
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
M-T: A feature request for new functionality
project:slack-api-client
project:slack-api-client
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This pull request adds new Web API support:
Refer to https://api.slack.com/enterprise/workspaces#whitelists for details.
Requirements (place an
x
in each[ ]
)