Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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')
```