zoomus
zoomus copied to clipboard
Python client library for the Zoom.us REST API v1 and v2
Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.5 to 6.4.4. Release notes Sourced from coverage's releases. coverage-5.6b1 Third-party packages are now ignored in coverage reporting. This solves a few problems: Coverage will no longer...
The `refresh_token` method causes `config["token"]` to be a tuple instead of a string: https://github.com/prschmid/zoomus/blob/a12bce5846a3e279a482f97ec1fac9be1fb40ce6/zoomus/client.py#L98-L101
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.20.0. Release notes Sourced from pre-commit's releases. pre-commit v2.20.0 Features Expose source and object-name (positional args) of prepare-commit-msg hook as PRE_COMMIT_COMIT_MSG_SOURCE and PRE_COMMIT_COMMIT_OBJECT_NAME. #2407 PR...
Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.1. Release notes Sourced from requests's releases. v2.28.1 2.28.1 (2022-06-29) Improvements Speed optimization in iter_content with transition to yield from. (#6170) Dependencies Added support for...
Bumps [tox](https://github.com/tox-dev/tox) from 3.25.0 to 3.25.1. Release notes Sourced from tox's releases. 3.25.1 What's Changed release 3.25.0 by @gaborbernat in tox-dev/tox#2398 [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in tox-dev/tox#2399 Adding APPDATA...
Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0. Release notes Sourced from black's releases. 22.6.0 Style Fix unstable formatting involving #fmt: skip and # fmt:skip comments (notice the lack of spaces) (#2970)...
From the May 20, 2022, Zoom Developer platform update e-mail: ### JWT apps to be deprecated June 2023 The JWT app type will be completely deprecated as of June 2023....
Bumps [responses](https://github.com/getsentry/responses) from 0.17.0 to 0.21.0. Release notes Sourced from responses's releases. 0.21.0 Add threading.Lock() to allow responses working with threading module. Add urllib3 Retry mechanism. See #135 Removed internal...
It would be nice to support authenticating with OAuth2 bearer tokens rather than just JWT.