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.31.1.tar.gz (640.0 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.31.1-py3-none-any.whl (784.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for wxc_sdk-1.31.1.tar.gz
Algorithm Hash digest
SHA256 ca0fb8c6a3dd7564b2876a30f3cfbb4403755998a1511dea9b56d7e4c55d7695
MD5 ade62b74883d5f9aca077bf058dc5f6c
BLAKE2b-256 80c87842854bc7848ed8b829affe87f0123df6649d9f3220f53ab16a48b69815

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for wxc_sdk-1.31.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e2f7030d2ca79f4d3dfcc7d36745eb7ef9a33cc647365035afd2481349d83274
MD5 94e39f8b7efb16af59420194d501d5c0
BLAKE2b-256 e3ca0004e9f18be86a7739b9467a1fc25e19e19d2e595e180303945b8cf3543f

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