Skip to content

v0.0.4

Compare
Choose a tag to compare
@renefs renefs released this 15 May 13:33
· 52 commits to main since this release
aae573f

Improved

  • Logging: Added more debug messages.
  • Initialise the logging handler to NullHandler to allow users to create their own handlers.
  • Removed logging params from API client constructor.
  • Verify response is not None on some of the API calls
  • Added more examples on the example folder
  • Log whether or not the token is on environment (debug purpose)
  • Update urls on pyproject.toml and document how to configure logging in an application.
  • Added test for setup_logs