Slack v0.2.1 Slack.API View Source
Functions for checking calling code
Link to this section Summary
Functions
Test calling code.
Link to this section Functions
Link to this function
test(client, body \\ [])
View Sourcetest(Slack.Client.t(), Keyword.t()) :: Slack.slack_response()
Test calling code.
https://api.slack.com/methods/api.test
Examples
Slack.client(token)
|> Slack.API.test(foo: "bar")