Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veib6247/zenex
A smol python wrapper class for the Zendesk API.
https://github.com/veib6247/zenex
wrappers zendesk zendesk-api
Last synced: about 1 month ago
JSON representation
A smol python wrapper class for the Zendesk API.
- Host: GitHub
- URL: https://github.com/veib6247/zenex
- Owner: veib6247
- Created: 2023-08-26T09:59:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T05:23:49.000Z (about 1 year ago)
- Last Synced: 2024-04-20T20:00:55.338Z (8 months ago)
- Topics: wrappers, zendesk, zendesk-api
- Language: Python
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zenex
A smol python wrapper class for the Zendesk API.
## How to use:
1. Initialize your instance:
```
zd = Zenex(
domain='your_domain.com',
subdomain='your_subdomain',
zd_user_email='your_api_user_email',
zd_token='your_api_token'
)
```
2. Use the methods:
```
zd.get_id_context(context_id='organizations', resource='123456789')
```