v0.15.0
Bump version 0.14.1 → 0.15.0
Breaking changes
- Exception classes have been moved to
httpx_oauth.exceptionsmodule. - Exception classes now have a required
messageproperty. GetAccessTokenError,RefreshTokenErrorandRevokeTokenErroraccept an optionalresponse property.
New features and improvements
- Add support for
client_secret_basicauthentication method. - Improved error handling: network errors and JSON decode errors are now properly handled.
- Code is now entirely documented with docstrings.