Skip to content

Releases: cern-vc/zoom-python-client

v0.2.2

30 Aug 12:30
8d8ced9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

29 Aug 09:29
18e426f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

12 Jul 13:15
c2a16d2
Compare
Choose a tag to compare

Add support for Zoom Rooms

  1. get all zoom rooms
  2. get zoom room details
  3. get zoom room sensor data

v0.1.1

01 Jun 10:22
e9971f1
Compare
Choose a tag to compare
  • Change license to MIT
  • Retry on 401: When the Zoom API returns a 401, the request will be retried and will force the update of the token.

v0.1.0

30 May 09:34
3b0774b
Compare
Choose a tag to compare
  • Set the minimun version for dependencies, but not strict.

v0.0.6

30 May 07:48
06fc88a
Compare
Choose a tag to compare
  • Allow to store and load access token from the file system

v0.0.6-beta.1

24 May 16:04
3565a0b
Compare
Choose a tag to compare
v0.0.6-beta.1 Pre-release
Pre-release
  • Use poetry
  • Update pyproject.toml
  • Add github actions

v0.0.5

22 May 10:08
d4a42be
Compare
Choose a tag to compare

Improved

  • Lowered the minimum requests version to 2.23.0 (#12)

v0.0.4

15 May 13:33
aae573f
Compare
Choose a tag to compare

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

v0.0.3

05 May 08:47
3494783
Compare
Choose a tag to compare