GregHilston / GregHilston/Simple-Slack-Bot
Evaluate `ok` in response of every Slack API call and handle gracefully
Open
enhancement
help wanted
- Dominant language
- Python
- Stars
- 24
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
See this link https://api.slack.com/web
All Web API responses contain a JSON object, which will always contain a top-level boolean property ok, indicating success or failure.
For failure results, the error property will contain a short machine-readable error code. In the case of problematic calls that could still be completed successfully, ok will be true and the warning property will contain a short machine-readable warning code (or comma-separated list of them, in the case of multiple warnings).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.