11=============
2- webexteamssdk
2+ WebexPythonSDK
33=============
44
5- *Work with the Webex Teams APIs in native Python! *
5+ *Work with the Webex APIs in native Python! *
66
77.. image :: https://img.shields.io/badge/license-MIT-blue.svg
88 :target: https://github.com/CiscoDevNet/webexteamssdk/blob/master/LICENSE
@@ -27,8 +27,8 @@ ideas there.
2727------------------------------------------------------------------------------------------------------------------------
2828
2929
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!
3232
3333.. code-block :: Python
3434
@@ -57,27 +57,27 @@ working with Webex Teams in Python a *native* and *natural* experience!
5757 files = [" https://www.webex.com/content/dam/wbx/us/images/dg-integ/teams_icon.png" ])
5858
5959
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!
6262
63- webexteamssdk makes your life better... `Learn how! `__
63+ WebexPythonSDK makes your life better... `Learn how! `__
6464
6565__ Introduction _
6666
6767
6868Features
6969--------
7070
71- webexteamssdk does all of this for you:
71+ WebexPythonSDK does all of this for you:
7272
73- * Transparently sources your Webex Teams access token from your local environment
73+ * Transparently sources your Webex access token from your local environment
7474
7575* Provides and uses default arguments and settings everywhere possible, so you don't have to think about things like API
7676 endpoint URLs, HTTP headers and JSON formats
7777
78- * Represents all Webex Teams API interactions using native Python tools
78+ * Represents all Webex API interactions using native Python tools
7979
80- * Authentication and Connection to the Webex Teams Cloud ==> **WebexTeamsAPI ** "connection object"
80+ * Authentication and Connection to the Webex Cloud ==> **WebexTeamsAPI ** "connection object"
8181
8282 * API Calls ==> Hierarchically organized methods underneath the **WebexTeamsAPI ** 'Connection Object'
8383
@@ -139,10 +139,10 @@ published releases.
139139Questions, Support & Discussion
140140-------------------------------
141141
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
143143package, please report them using the issues _ page.
144144
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
146146projects and creations.
147147
148148__ Community _
@@ -151,15 +151,15 @@ __ Community_
151151Contribution
152152------------
153153
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!
155155Please see the `Contributing `_ guide for more information.
156156
157157
158158History
159159-------
160160
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
163163longer supported; however, its open-source codebase is still available in the `ciscosparkapi `_ branch of this
164164repository.
165165
@@ -172,7 +172,7 @@ developer.webex.com.
172172
173173.. _Release Plan : https://github.com/CiscoDevNet/webexteamssdk/wiki/Release-Plans
174174.. _Introduction : http://webexteamssdk.readthedocs.io/en/latest/user/intro.html
175- .. _pagination : https://developer.webex.com/pagination.html
175+ .. _pagination : https://developer.webex.com/docs/basics# pagination
176176.. _webexteamssdk.readthedocs.io : https://webexteamssdk.readthedocs.io
177177.. _Quickstart : http://webexteamssdk.readthedocs.io/en/latest/user/quickstart.html
178178.. _examples : https://github.com/CiscoDevNet/webexteamssdk/tree/master/examples
0 commit comments