-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Martin Peck edited this page Apr 18, 2016
·
2 revisions
These are a collection of developer notes...
curl -X POST http://0.0.0.0:5000/slash/cat-gif
- Slash commands https://api.slack.com/slash-commands
- Message attachments https://api.slack.com/docs/attachments
- Message Builder https://api.slack.com/docs/formatting/builder
- Flask quickstart http://flask.pocoo.org/docs/0.10/quickstart/
- Returning JSON with jsonify http://flask.pocoo.org/docs/0.10/api/#flask.json.jsonify
- Requests docs: http://docs.python-requests.org/en/master/#
- Responses (for mocking Requests): https://github.com/getsentry/responses
- Testing your Code: http://docs.python-guide.org/en/latest/writing/tests/
- Mock : http://www.voidspace.org.uk/python/mock/