Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Methods ¶
type Methods map[string]*method
Methods collection for the Slack Web API. As listed at https://api.slack.com/web#methods
func GetFullCatalog ¶
GetFullCatalog returns the collection of all supported methods.
type Response ¶
type Response map[string]interface{}
Response from Slack Web API
func (*Response) StatusCode ¶
StatusCode returns the status code for the response
type WebAPIClient ¶
WebAPIClient is an HTTP client for Slack Web API.
func NewWebAPIClient ¶
func NewWebAPIClient(token, apiURL string, client *http.Client, methods Methods) WebAPIClient
NewWebAPIClient returns the default implementation of the Slack Web API client.
Click to show internal directories.
Click to hide internal directories.