Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@mochi-neko mochi-neko released this 11 Jan 09:21
· 23 commits to main since this release

0.2.0 - 2024-01-11

Added

  • Add LaunguageCode to specify locale.
  • Add custom_client feature to provide HTTP client customization interfaces.

Changed

  • (Breaking change) Make interfaces more explicit, e.g. "api-key".to_string() -> ApiKey::new("api-key").
  • Be enable to access Seesion.refresh_token and Seesion.expires_in.
  • Ablish raw feature and raw interfaces are available by default.