- Only JWT token should have try to refresh itself.
- Error handling fix.
- Add support for different authorization methods.
- Added
Client
class that knows how to construct the url based on the base url and api version. Client
class handles authentication and token refresh.
- Use TeaError as an error base class.
- Use
tea.serde
for data serialization.
- Fix.
- Add validation error.
- Add handler decorator.
- Initial beta release.