You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking for **``ciscosparkapi``**? You are in the right place. ``ciscosparkapi`` is now ``webexteamssdk``! It still has all of the native and natural Webex Teams Python functionality that you love and now we have made room for even more functionality to be added in the future.
20
+
21
+
We will maintain the ``ciscosparkapi`` package (bug fixes, etc.) in the `ciscosparkapi`_ branch of this repository and continue to publish package updates with these fixes to PyPI (through the;nd of 2019). Maintaining the ``ciscosparkapi`` package should keep your code and projects up and running while giving you 12+ months to migrate your code to the new ``webexteamssdk`` library.
22
+
23
+
*Migration Note:* Migrating should be easy. The ``WebexTeamsAPI`` class and the Python objects returned by the API calls are nearly identical to their ``CiscoSparkAPI`` predecessors. Does the word "nearly" scare you? Here are some specifics:
24
+
25
+
* The obvious top-level name change from ``CiscoSparkAPI`` to ``WebexTeamsAPI``.
26
+
* ``WebexTeamsAPI``'s API structure: method and attribute names are *identical*.
27
+
* The returned Python objects (now derivatives of an `ImmutableData` base class) are now immutable; so you can use them in sets and as keys in dictionaries.
28
+
* ``WebexTeamsAPI`` converts object attributes that contain data-time strings (like a room's creation date) to Python ``datetime``'s (actually a derived class that has been customized to model the Webex Teams data-time format)
29
+
30
+
There is also some new functionality under the hood that we will document, communicate, and generally make available in the future.
**webexteamssdk** is a *community developed* Python library for working with the Webex Teams APIs. Our goal is to make working with Webex Teams in Python a *native* and *natural* experience!
19
37
20
38
.. code-block:: python
@@ -139,6 +157,7 @@ webexteamssdk_ is a community development projects. Feedback, thoughts, ideas,
139
157
*Copyright (c) 2016-2018 Cisco and/or its affiliates.*
0 commit comments