WebexPythonSDK icon indicating copy to clipboard operation
WebexPythonSDK copied to clipboard

Work with the Webex APIs in native Python!

Results 59 WebexPythonSDK issues
Sort by recently updated
recently updated
newest added

The description of update property was wrong (created instead of updated).

In accordance to the [Release Plan](https://github.com/CiscoDevNet/webexteamssdk/wiki/Release-Plans) this is a issue to track all API endpoints that are present on developer.webex.com but not yet implemented in v2.x of the SDK: ###...

enhancement
help wanted

I was trying to do pip install of webexteamssdk on an alpine linux docker, kept getting errors due to the required module "future" pip version is 22.1.2 and python version...

I tried "webexteamssdk" as python module and got the below error. Kindly help me on this. requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='webexapis.com', port=443): Max retries exceeded with url: /v1/messages (Caused by ConnectTimeoutError(, 'Connection to...

The env variable needs to be exported, for python scripts to be able to access it.

Some dead links (404) here: https://webexteamssdk.readthedocs.io/en/latest/user/quickstart.html

From last, i am unable to use the webexteamssdk. Can someone help me with this 10:16:44 DEBUG urllib3.connectionpool https://webexapis.com:443 "GET /v1/messages/a8d66170-cbbb-11ec-9700-c51bbd345fr2 HTTP/1.1" 404 141 10:16:44 ERROR asyncio Future exception was...

Bumps [ipython](https://github.com/ipython/ipython) from 7.16.1 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...

dependencies

The sdk automatically handles the pagination for us by reusing the link: ; rel="next" header. However the returned one can be incorrect when some parameters are specifed The object listing...

enhancement

Good evening, Can you please provide an example of how to use the Choices input for adaptive cards? I am receiving the following error when I try to pass a...

bug