Christopher Li
Christopher Li
The essential CRUD functionality is in place - there's now a `Reschedule` link that hits the `events/{eventId}` endpoint using the PUT verb. Just need to work out some minor bugs...
Celery is a great tool for async or parallel processing. But if one is using Python 3.5+, the built-in `asyncio` library can be used to send email in a non-blocking...
@thinkingserious I have a PR open - #363 that adds this example to the USE_CASES.md file. If there are any other changes I need to make beyond contained in the...