Implementation of the Slack OAuth based API.
Name | Type | Description |
---|---|---|
SLACK_ID | str |
The Slack identifier to make API requests (defaults to None ). |
SLACK_SECRET | str |
The secret key to be used to authenticate API requests (defaults to None ). |
SLACK_REDIRECT_URL | str |
The URL to be used for the OAuth redirection process (defaults to None ). |
Slack API is currently licensed under the Apache License, Version 2.0.