Python API Client for Dixa
Project description
Dixa API Wrapper
Installation
pip install dixa-api-client
Usage
from dixa import Dixa
client = Dixa(api_key='XXXXX')
agents = client.v1.Agents.list()
for agent in agents:
print(agent['id'])
For more details on the content of the reponses, visit the official dixa API docs.
Resources Available
v1
- Agents
- Analytics
- Contact Endpoints
- Conversations
- Custom Attributes
- End Users
- Queues
- Tags
- Teams
- Webhooks
Resources
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dixa_api_client-2.4.3.tar.gz
(19.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dixa_api_client-2.4.3.tar.gz.
File metadata
- Download URL: dixa_api_client-2.4.3.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
359534c49ab281b04b2848cb88612323d89e9615a92982a47a027a36338e8687
|
|
| MD5 |
9425d7f2a404a0519aaf3356e46c720a
|
|
| BLAKE2b-256 |
90f61cf32b68ac5502bcfc91a6118b0e513d592a96178d806dd9395ed6717185
|
File details
Details for the file dixa_api_client-2.4.3-py3-none-any.whl.
File metadata
- Download URL: dixa_api_client-2.4.3-py3-none-any.whl
- Upload date:
- Size: 28.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c5196a18277d8ec7608e7d662284134425623c65e6e287a2079220df56c2dde
|
|
| MD5 |
6c617e069786b62b4e3223f7e968e033
|
|
| BLAKE2b-256 |
c20b9a1cf739502840e93a649092806ad926eebd5a8abb285425764aaade337f
|