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.22.1.tar.gz (469.0 kB view details)

Uploaded Source

Built Distribution

wxc_sdk-1.22.1-py3-none-any.whl (564.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: wxc_sdk-1.22.1.tar.gz
  • Upload date:
  • Size: 469.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.10 Darwin/23.6.0

File hashes

Hashes for wxc_sdk-1.22.1.tar.gz
Algorithm Hash digest
SHA256 83f2769dff8394c4838df218dbd423827dfd78eafd28aa0253ace22ac93e492e
MD5 05581d0ac568aa3d2298bfb5a9b4aeed
BLAKE2b-256 2373b6b596c15a191c4e14e76807cfaddf44197ac300f2f9ed2dae7d194981b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wxc_sdk-1.22.1-py3-none-any.whl
  • Upload date:
  • Size: 564.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.10 Darwin/23.6.0

File hashes

Hashes for wxc_sdk-1.22.1-py3-none-any.whl
Algorithm Hash digest
SHA256 68fe2bfc9f9745bc3665a5a770e344fc66d695ba079858e5a8c69534fa70e381
MD5 2661a33755e1cf3d65451e750e7fb790
BLAKE2b-256 9661e2669544524e7deab4d82ea21b4d4fe7a9837020dcac63b1cdc9ae34683f

See more details on using hashes here.

Supported by

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