dixa-api-client


Namedixa-api-client JSON
Version 2.4.2 PyPI version JSON
download
home_pageNone
SummaryPython API Client for Dixa
upload_time2025-07-16 13:20:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords dixa api client customer support python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Dixa API Wrapper

[![Python](https://img.shields.io/pypi/pyversions/dixa-api-client.svg)](https://badge.fury.io/py/dixa-api-client)
[![PyPI](https://badge.fury.io/py/dixa-api-client.svg)](https://badge.fury.io/py/dixa-api-client)
[![PyPI](https://github.com/ChemicalLuck/dixa-api-client/actions/workflows/python-publish.yml/badge.svg)](https://github.com/ChemicalLuck/dixa-api-client/actions/workflows/python-publish.yml)
![PyPI - Downloads](https://img.shields.io/pypi/dm/dixa-api-client)

## Installation

```bash
pip install dixa-api-client
```

## Usage

```python
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](https://docs.dixa.io/openapi/dixa-api/v1/overview/).

## Resources Available
### v1
- Agents
- Analytics
- Contact Endpoints
- Conversations
- Custom Attributes
- End Users
- Queues
- Tags
- Teams
- Webhooks

## Resources

- [dixa API v1](https://docs.dixa.io/openapi/dixa-api/v1/overview/)

## License

[MIT](LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dixa-api-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Dixa, API, client, customer support, python",
    "author": null,
    "author_email": "ChemicalLuck <j.tebbett@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/cf/c2/190d68c997a0779b052b972421f19bbe8347449fb72f0fc0497c30bea2c7/dixa_api_client-2.4.2.tar.gz",
    "platform": null,
    "description": "# Dixa API Wrapper\n\n[![Python](https://img.shields.io/pypi/pyversions/dixa-api-client.svg)](https://badge.fury.io/py/dixa-api-client)\n[![PyPI](https://badge.fury.io/py/dixa-api-client.svg)](https://badge.fury.io/py/dixa-api-client)\n[![PyPI](https://github.com/ChemicalLuck/dixa-api-client/actions/workflows/python-publish.yml/badge.svg)](https://github.com/ChemicalLuck/dixa-api-client/actions/workflows/python-publish.yml)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/dixa-api-client)\n\n## Installation\n\n```bash\npip install dixa-api-client\n```\n\n## Usage\n\n```python\nfrom dixa import Dixa\n\nclient = Dixa(api_key='XXXXX')\n\nagents = client.v1.Agents.list()\n\nfor agent in agents:\n    print(agent['id'])\n```\n\nFor more details on the content of the reponses, visit the [official dixa API docs](https://docs.dixa.io/openapi/dixa-api/v1/overview/).\n\n## Resources Available\n### v1\n- Agents\n- Analytics\n- Contact Endpoints\n- Conversations\n- Custom Attributes\n- End Users\n- Queues\n- Tags\n- Teams\n- Webhooks\n\n## Resources\n\n- [dixa API v1](https://docs.dixa.io/openapi/dixa-api/v1/overview/)\n\n## License\n\n[MIT](LICENSE)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python API Client for Dixa",
    "version": "2.4.2",
    "project_urls": {
        "Homepage": "https://github.com/ChemicalLuck/dixa-api",
        "Source": "https://github.com/ChemicalLuck/dixa-api"
    },
    "split_keywords": [
        "dixa",
        " api",
        " client",
        " customer support",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d3849a997706d0d2e204ccd53f2822480b9f034521f4f3341f7302ce8a5b4c9",
                "md5": "891aaf615368daa6f357d3468eb54eb3",
                "sha256": "31a81e3e6760f80fd51a314fbf0fc1aa2fa9bdb30bd8f116d10b728360642f69"
            },
            "downloads": -1,
            "filename": "dixa_api_client-2.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "891aaf615368daa6f357d3468eb54eb3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 28318,
            "upload_time": "2025-07-16T13:20:39",
            "upload_time_iso_8601": "2025-07-16T13:20:39.562553Z",
            "url": "https://files.pythonhosted.org/packages/8d/38/49a997706d0d2e204ccd53f2822480b9f034521f4f3341f7302ce8a5b4c9/dixa_api_client-2.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cfc2190d68c997a0779b052b972421f19bbe8347449fb72f0fc0497c30bea2c7",
                "md5": "0fae732d699900bfef0d3a88a1dabf40",
                "sha256": "16962683aed8db79f1f37aa8ed8da48e346b335e491272615441459e5654cd30"
            },
            "downloads": -1,
            "filename": "dixa_api_client-2.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0fae732d699900bfef0d3a88a1dabf40",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18697,
            "upload_time": "2025-07-16T13:20:40",
            "upload_time_iso_8601": "2025-07-16T13:20:40.828610Z",
            "url": "https://files.pythonhosted.org/packages/cf/c2/190d68c997a0779b052b972421f19bbe8347449fb72f0fc0497c30bea2c7/dixa_api_client-2.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-16 13:20:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChemicalLuck",
    "github_project": "dixa-api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dixa-api-client"
}
        
Elapsed time: 2.07692s