1
1
=============
2
- webexteamssdk
2
+ WebexPythonSDK
3
3
=============
4
4
5
- *Work with the Webex Teams APIs in native Python! *
5
+ *Work with the Webex APIs in native Python! *
6
6
7
7
.. image :: https://img.shields.io/badge/license-MIT-blue.svg
8
8
:target: https://github.com/CiscoDevNet/webexteamssdk/blob/master/LICENSE
@@ -27,8 +27,8 @@ ideas there.
27
27
------------------------------------------------------------------------------------------------------------------------
28
28
29
29
30
- **webexteamssdk ** is a *community developed * Python library for working with the Webex Teams APIs. Our goal is to make
31
- working with Webex Teams in Python a *native * and *natural * experience!
30
+ **WebexPythonSDK ** is a *community developed * Python library for working with the Webex APIs. Our goal is to make
31
+ working with Webex in Python a *native * and *natural * experience!
32
32
33
33
.. code-block :: Python
34
34
@@ -57,27 +57,27 @@ working with Webex Teams in Python a *native* and *natural* experience!
57
57
files = [" https://www.webex.com/content/dam/wbx/us/images/dg-integ/teams_icon.png" ])
58
58
59
59
60
- That's more than 6 Webex Teams API calls in less than 23 lines of code (with comments and whitespace), and likely more
61
- than that, since webexteamssdk handles pagination _ for you automatically!
60
+ That's more than 6 Webex API calls in less than 23 lines of code (with comments and whitespace), and likely more
61
+ than that, since WebexPythonSDK handles pagination _ for you automatically!
62
62
63
- webexteamssdk makes your life better... `Learn how! `__
63
+ WebexPythonSDK makes your life better... `Learn how! `__
64
64
65
65
__ Introduction _
66
66
67
67
68
68
Features
69
69
--------
70
70
71
- webexteamssdk does all of this for you:
71
+ WebexPythonSDK does all of this for you:
72
72
73
- * Transparently sources your Webex Teams access token from your local environment
73
+ * Transparently sources your Webex access token from your local environment
74
74
75
75
* Provides and uses default arguments and settings everywhere possible, so you don't have to think about things like API
76
76
endpoint URLs, HTTP headers and JSON formats
77
77
78
- * Represents all Webex Teams API interactions using native Python tools
78
+ * Represents all Webex API interactions using native Python tools
79
79
80
- * Authentication and Connection to the Webex Teams Cloud ==> **WebexTeamsAPI ** "connection object"
80
+ * Authentication and Connection to the Webex Cloud ==> **WebexTeamsAPI ** "connection object"
81
81
82
82
* API Calls ==> Hierarchically organized methods underneath the **WebexTeamsAPI ** 'Connection Object'
83
83
@@ -139,10 +139,10 @@ published releases.
139
139
Questions, Support & Discussion
140
140
-------------------------------
141
141
142
- webexteamssdk is a *community developed * and *community-supported * project. If you experience any issues using this
142
+ WebexPythonSDK is a *community developed * and *community-supported * project. If you experience any issues using this
143
143
package, please report them using the issues _ page.
144
144
145
- Please join the `Python Webex Teams Devs `__ Webex Teams space to ask questions, join the discussion, and share your
145
+ Please join the `Python Webex Teams Devs `__ Webex space to ask questions, join the discussion, and share your
146
146
projects and creations.
147
147
148
148
__ Community _
@@ -151,15 +151,15 @@ __ Community_
151
151
Contribution
152
152
------------
153
153
154
- webexteamssdk _ is a community development project. Feedback, thoughts, ideas, and code contributions are welcome!
154
+ WebexPythonSDK is a community development project. Feedback, thoughts, ideas, and code contributions are welcome!
155
155
Please see the `Contributing `_ guide for more information.
156
156
157
157
158
158
History
159
159
-------
160
160
161
- The Webex Teams SDK (webexteamssdk) library started as Cisco Spark API (ciscosparkapi). We updated the library's name in
162
- alignment with Cisco's re-brand of Cisco Spark to Webex Teams . The Cisco Spark API library has been deprecated and is no
161
+ The Webex Python SDK (webexteamssdk) library started as Cisco Spark API (ciscosparkapi). We updated the library's name in
162
+ alignment with Cisco's re-brand of Cisco Spark to Webex. The Cisco Spark API library has been deprecated and is no
163
163
longer supported; however, its open-source codebase is still available in the `ciscosparkapi `_ branch of this
164
164
repository.
165
165
0 commit comments