Using .config with slack.com

Shell integration

Install
# See https://github.com/zszszszsz/.config
Checks API calling code.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://slack.com/api/api.test
Retrieves a user's current Do Not Disturb status.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://slack.com/api/dnd.info
Checks authentication & identity.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://slack.com/api/auth.test
SDK on GitHub 📄 API Docs
SDK
.config
Shell
API
slack.com
slack.com
At a glance
Language Shell
Endpoints174
Base URLhttps://slack.com/api