- Only JWT token should have try to refresh itself.
0.0.6
- Error handling fix. - Add support for different authorization methods.
---
0.0.5
- 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.
---
0.0.4
- Use TeaError as an error base class. - Use `tea.serde` for data serialization.