Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: python3-automation/webexteamssdk

Tags

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 WebexCommunity#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 WebexCommunity#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 WebexCommunity#120 from CiscoDevNet/v1.x

Add support for the Admin Audit Events API

v1.3

Toggle v1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
cmlccie Chris Lunsford
Update bot-with-card-example-flask.py

Flask catches the CTR+C interrupt.

v1.2

Toggle v1.2's commit message

Verified

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

v1.1.1

Toggle v1.1.1's commit message

Verified

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

Use `generator_function.__name__` for Python2 compatibility instead of `generator_function.__qualname__`.

See issue WebexCommunity#57.

v1.1

Toggle v1.1's commit message

Verified

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

v0.10.1

Toggle v0.10.1's commit message

Verified

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

Use `generator_function.__name__` instead of `generator_function.__qualname__` for Python2 compatibility.

v1.0.3

Toggle v1.0.3's commit message

Verified

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

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
cmlccie Chris Lunsford
Fix datetime properties

Object properties should either return their value or `None` if no value is present.