Skip to content

v0.10.2

Compare
Choose a tag to compare
@pawelad pawelad released this 06 Oct 02:18

Fixed

  • Fixed automatic token refreshing - thanks @bartonp! (#5)

Changed

  • MonzoAPI()._refresh_oath_token() now doesn't return anything, replaces current token and raises CantRefreshTokenError when token couldn't be refreshed.
  • Client secret is now saved in token file JSON file.
  • Cleaned up exceptions.