Package com.slack.api.methods
Slack API Methods (also called as Web API) client.
-
Interface Summary Interface Description AsyncMethodsClient Asnc Slack API Methods client.MethodsClient Slack API Methods client.SlackApiBinaryResponse Some APIs such as admin.analytics.getFile return binary data when the API call is successful.SlackApiRequest A marker interface for Slack API request objects.SlackApiResponse The marker interface for Slack Web API responses.SlackApiTextResponse Most of the Slack APIs return text data. -
Class Summary Class Description Methods The comprehensive list of Slack API methods.MethodsConfig Configuration forMethodsClient.MethodsConfig.MethodsConfigBuilder MethodsRateLimits The comprehensive list of Slack Web API rate limits.RequestFormBuilder Binds API request parameters to the form body.SlackApiErrorResponse Represents the error response from Slack Web APIs. -
Enum Summary Enum Description MethodsRateLimitTier -
Exception Summary Exception Description MethodsCompletionException Wrapped exception holding the cause exception occurred in AsyncMethodsClientSlackApiException Represents an error returned from Slack Web APIs.