-
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
fro…
-
https://github.com/CiscoDevNet/webexteamssdk/blob/49a0a0d07d8d7c11abdf599396c814455261cc76/webexteamssdk/api/messages.py#L264
attachments -> attachment, AdaptiveCard expects AdaptiveCard, not a Lis…
-
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 h…
-
I've dockerized my project and I want to be able to execute `pre-commit` hooks within the container. This currently work for everything except `pyright`.
Here's my `.pre-commit-config.yaml` file:
…
-
Related to older issue filing #139, this project imports `future` which relies on `imp` - the latter of which [has been removed as of v3.12](https://docs.python.org/3.12/whatsnew/3.12.html#imp) (and c…
-
https://github.com/CiscoDevNet/webexteamssdk/blob/49a0a0d07d8d7c11abdf599396c814455261cc76/webexteamssdk/api/messages.py#L244
https://github.com/CiscoDevNet/webexteamssdk/blob/49a0a0d07d8d7c11abd…
-
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-c51bb…
-
A project that works fine with pytest starts throwing DeprecationWarnings the moment I add `from webexteamssdk import WebexTeamsAPI`
```
venv/lib/python3.8/site-packages/future-0.18.2-py3.8.egg/fu…
frvge updated
9 months ago
-
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 can be …
-
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 find option to provide greeti…