- Support api key authentication by abnerjacobsen - Update and fix linters - Support py3.10
0.4.0
- Allow to set timeouts with timedelta - Default timeout is 30 seconds
0.3.0
- Use `certifi` as default CA bundle for aiohttp driver - Rewrite auth flow test (`httpbin.org/uuid` sometime returns invalid UUID) - Use quotes for `pip install` library, because of zsh
0.2.0
- Use httpbin to test drivers - Rename `JSON` -> `Json`
0.1.1
- Update drivers repr
0.1.0
- Templated URL, e.g. https://example.org/users/{user} - Extended example on how to write API client - Update documentation to match recent changes