WebexPythonSDK
WebexPythonSDK copied to clipboard
Work with the Webex APIs in native Python!
## Version 1.6 ## Problem Currently there is no method in the MessagesAPI class which can edit a message . This is a really useful feature to have to keep...
https://github.com/CiscoDevNet/webexteamssdk/issues/168 The Webex Teams api does not return all parameters when returning the next url link header. Consequently, the object listing can be broken or worse, can succeed without returning...
Bumps [babel](https://github.com/python-babel/babel) from 2.9.0 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...
I couldnt find anything on it, but with `requests`, i can make a POST to the message API, and just attach the JSON of a card as the data, which...
Hey Team..can anyone suggest me how to setup a greeting/help message in a WebEx bot..I am using webexteamssdk 1.6 to send and retrieve messages from the chat. I could not...
guest_issuer.create() fails with ``` site-packages/webexteamssdk/api/guest_issuer.py", line 124, in create "Authorization": "Bearer " + jwt_token.decode("utf-8") AttributeError: 'str' object has no attribute 'decode' ``` I believe this happens because jwt.encode() returns plain...
cards
Good day Team, python 3.7 is stills supported? getting couple errors while importing: from webexteamssdk.cards.card import AdaptiveCard from webexteamssdk.cards.inputs import Text, Number from webexteamssdk.cards.components import TextBlock from webexteamssdk.cards.actions import Submit
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
## Version: 1.6 ## The Problem In the `__init__` method for class OpenUrl in Adaptive Card Actions the variable `url` is not being set. This results in the card being...