* Add ApiClient context manager * Consolidate request logic in the ApiClient object * Replace continuous rate limiting loop with generic futures to reduce complexity * Update docs for real-world examples
0.1.2
* Add pluggable jsonpath query engine to leverage other libraries e.g. jq or jmespath * Retry backoff time is computed relative to the response time header
0.1.1
Rate limiting timer customization and bug fixes
0.1.0
0.1.0a2
Add a callback to event-spawned Tasks to signal completion. This allows for running tasks to block before normal process exit in order to support full and reliable event concurrency.