Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 354 Bytes

README.rst

File metadata and controls

17 lines (11 loc) · 354 Bytes

zendeskpy

python module for interacting with the zendesk help center api

Example Code

Here's a simple example for using the module.

from zendeskhc.HelpCenter import HelpCenter

hc = HelpCenter("https://mysubdomain.zendesk.com")
categories = hc.list_all_categories()
sections = hc.list_all_sections()