Skip to main content

SDK for Webex APIs with special focus on Webex Calling specific endpoints

Project description

A simple SDK to work with Webex APIs, special focus on Webex Calling specific API endpoints.


This is how easy it is to use the SDK. The example code list all calling enabled users within the org.

from wxc_sdk import WebexSimpleApi

api = WebexSimpleApi()

# if a user is enabled for calling, then the location_id attribute is set
calling_users = [user for user in api.people.list(calling_data=True)
                 if user.location_id]
print(f'{len(calling_users)} users:')
print('\n'.join(user.display_name for user in calling_users))

Installation

Installing and upgrading wxc_sdk is easy:

Install via PIP

$ pip install wxc-sdk

Upgrade to the latest version

$ pip install wxc-sdk --upgrade

Documentation

Documentation is available at: http://wxc-sdk.readthedocs.io

Examples

Sample scripts are available in the examples folder.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wxc_sdk-1.37.0.tar.gz (673.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wxc_sdk-1.37.0-py3-none-any.whl (821.3 kB view details)

Uploaded Python 3

File details

Details for the file wxc_sdk-1.37.0.tar.gz.

File metadata

  • Download URL: wxc_sdk-1.37.0.tar.gz
  • Upload date:
  • Size: 673.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.2

File hashes

Hashes for wxc_sdk-1.37.0.tar.gz
Algorithm Hash digest
SHA256 7b788120f449b581130b923c54d8a2f95b275dda96de4a992dcc2f069f96275f
MD5 d7d1326962b0c8ac5aaf93ef093d4218
BLAKE2b-256 0cfcbb3a9d00b348fd1801c407ff4b8a7bbc77bf1fbbb0d2e08175505b6cb987

See more details on using hashes here.

File details

Details for the file wxc_sdk-1.37.0-py3-none-any.whl.

File metadata

  • Download URL: wxc_sdk-1.37.0-py3-none-any.whl
  • Upload date:
  • Size: 821.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.2

File hashes

Hashes for wxc_sdk-1.37.0-py3-none-any.whl
Algorithm Hash digest
SHA256 70694512c09631fcc6611415f652f8a3cd9595a317627c2431a45a10472e3a38
MD5 6d421bc579cf50d17be4b41cc1310a86
BLAKE2b-256 c207ca29294cf81fc22b8012dd6da64744fff71ece3d1cfe0527392f4796940d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page