WebexCommunity / WebexPythonSDK

Work with the Webex Teams APIs in native Python!
https://webexteamssdk.readthedocs.io
MIT License
228 stars 148 forks source link

[TRACKING] Missing API Endpoints #113

Open sQu4rks opened 4 years ago

sQu4rks commented 4 years ago

In accordance to the Release Plan this is a issue to track all API endpoints that are present on developer.webex.com but not yet implemented in v2.x of the SDK:

Webex Devices

Webex Meetings

Misc

cmlccie commented 4 years ago

Added support for the Admin Audit Events API in v1.4.

cmlccie commented 4 years ago

@sQu4rks, I am starting work on the Webex Meetings Endpoints listed above.

cmlccie commented 4 years ago

After discussing the expansion of the developer.webex.com APIs (beyond just Webex Teams APIs), the cumbersomeness under the existing codebase to add (test and document) new API wrappers, and how some more modern tooling and design principles could make these efforts much more sustainable...

We have decided to update the existing Webex Teams API endpoints (adding new parameters, missing attributes, and new sub-endpoints) and then to put the v1.x release in maintenance mode. We will add Webex API completeness to the goals for the 2.x version, which we will retool and refactor to improve both the community and client user experience in working with the library.

sumitmcc commented 2 years ago

@sQu4rks I am working on the Recordings (/v1/recordings).

sumitmcc commented 2 years ago

Submitted a PR for Recordings API