-
Notifications
You must be signed in to change notification settings - Fork 216
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
Calls API support #462
Labels
enhancement
M-T: A feature request for new functionality
project:slack-api-client
project:slack-api-client
project:slack-api-model
project:slack-api-model
Milestone
Comments
seratch
added
enhancement
M-T: A feature request for new functionality
project:slack-api-client
project:slack-api-client
project:slack-api-model
project:slack-api-model
labels
May 21, 2020
seratch
added a commit
to seratch/java-slack-sdk
that referenced
this issue
May 21, 2020
seratch
added a commit
that referenced
this issue
May 28, 2020
* [slack-api-model] Add missing fields in objects (confirm.style in blocks, user.is_invited_user: boolean, message.hidden, Slack post related fields in file objects) - thanks @seratch * [slack-api-client etc] #466 #462 Calls API support - thanks @seratch * [slack-api-client] #475 #474 Make redirect_uri for oauth.access / oauth.v2.access optional - thanks @natevaughan @seratch * [slack-api-client] #476 Bump dependencies (okhttp, micronaut, tyrus-standalone-client) - thanks @seratch * [slack-api-client] #459 Adding ping message and pong event to RTM client - thanks @gaspardpetit * [slack-api-client] #451 Add support and check for the event subtypes in RTM client - thanks @gaspardpetit * [bolt] #455 Improve OAuth flow module to consider the cases where team is missing in oauth.v2.access responses - thanks @seratch * [bolt] #476 Bump dependencies (aws-java-sdk-s3) - thanks @seratch
emanguy
pushed a commit
to emanguy/java-slack-sdk
that referenced
this issue
Jun 22, 2020
emanguy
pushed a commit
to emanguy/java-slack-sdk
that referenced
this issue
Jun 22, 2020
* [slack-api-model] Add missing fields in objects (confirm.style in blocks, user.is_invited_user: boolean, message.hidden, Slack post related fields in file objects) - thanks @seratch * [slack-api-client etc] slackapi#466 slackapi#462 Calls API support - thanks @seratch * [slack-api-client] slackapi#475 slackapi#474 Make redirect_uri for oauth.access / oauth.v2.access optional - thanks @natevaughan @seratch * [slack-api-client] slackapi#476 Bump dependencies (okhttp, micronaut, tyrus-standalone-client) - thanks @seratch * [slack-api-client] slackapi#459 Adding ping message and pong event to RTM client - thanks @gaspardpetit * [slack-api-client] slackapi#451 Add support and check for the event subtypes in RTM client - thanks @gaspardpetit * [bolt] slackapi#455 Improve OAuth flow module to consider the cases where team is missing in oauth.v2.access responses - thanks @seratch * [bolt] slackapi#476 Bump dependencies (aws-java-sdk-s3) - thanks @seratch
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
project:slack-api-model
project:slack-api-model
Issue Type
Description
Five
calls.*
API methods are now public.One event is available.
Refer to https://api.slack.com/apis/calls for details.
Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: