Skip to content
/ ZENEX Public

A smol python wrapper class for the Zendesk API.

Notifications You must be signed in to change notification settings

veib6247/ZENEX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A smol python wrapper class for the Zendesk API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages