-
Notifications
You must be signed in to change notification settings - Fork 153
Release Plans
Chris Lunsford edited this page Jul 10, 2020
·
3 revisions
- Last joint-compatibility (Python v2 & v3) major release
Add support for all existing API endpoints and data model updates posted on developer.webex.com- Update the existing Webex Teams API wrappers and data models to ensure they are up-to-date with all posted parameters, attributes, and sub-endpoints published on developer.webex.com
- Depricate 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 support for all existing API endpoints and data model updates posted on developer.webex.com
- 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.