-
Notifications
You must be signed in to change notification settings - Fork 153
Release Plans
Chris Lunsford edited this page May 20, 2020
·
3 revisions
- Last joint-compatability (Python v2 & v3) major release
- Add support for all existing API endpoints and data model updates posted on developer.webex.com
- Remove support-for and references-to the legacy
ciscosparkapi
library
- Python v3 only; remove legacy Python v2 compatibility code
- Provide synchronous and asynchronous API interfaces
- Add type hints, simplify docstrings, and update Sphinx
- Evaluate refactoring data models to leverage Pydantic base models
- Design patterns evolution
- Add a community utilities contribution point / plugin system
- Add
WebexTeamsClient
class and data models with nested operations and enhanced functionality - Add
WebexTeamsBot
modular bot framework
The webexteamssdk
end-user documentation, including a Quick Start tutorial and complete SDK API Docs are available on the Read the Docs site.