Skip to content

Tags: WebexCommunity/WebexPythonSDK

Tags

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(utils): only verify netloc if scheme isn't data (#250)

Fixes #249

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove backslash from f-string (Patch for Issue: #247) (#248)

Remove backslash from f-string to maintain backward compatibility with
Python 3.10 and 3.11 versions.

Also, corrected little (very minor non-impacting) cosmetic issues.

Patch for Issue: #247

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add additional properties to Room and fix missing arguments in rooms …

…API (#246)

This pull request includes two commits; these changes enhance the
functionality and completeness of the Room class and ensure that the
rooms API works correctly.

The first commit adds additional properties to the Room class, including
`classificationId`, `isAnnouncementOnly`, `isReadOnly`, `isPublic`,
`madePublic`, and `description`.

The second commit fixes missing arguments in the rooms API by adding the
create room args to the `post_data`.

Fixes #244

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.rst

Fix shield formating / linebreak issue.

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
cmlccie Chris Lunsford
Update README

v1.7

Toggle v1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update release.yml

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #175 from craigers521/master

fixing OpenUrl action

v1.6

Toggle v1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #132 from CiscoDevNet/v1.x

v1.6 - The Catch-Up Release

v1.5

Toggle v1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #124 from CiscoDevNet/v1.x

v1.5

v1.4

Toggle v1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #120 from CiscoDevNet/v1.x

Add support for the Admin Audit Events API