JohnSpeno / python-helpspot

Python interface to the HelpSpot Web Service API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python HelpSpot API

A Python module for talking to HelpSpot via its [Web Services API] (http://www.userscape.com/helpdesk/index.php?pg=kb.chapter&id=28).

For usage, see the docstring in the helpspot/api.py file.

Design Note

I wanted this to be lightweight and dynamic so I chose to define as little as possible about the actual HelpSpot API in this module. It is up to you to figure out what arguments to send to HelpSpot and how to decode its responses.

I welcome your feedback.

Author

John P. Speno john@macspeno.com

About

Python interface to the HelpSpot Web Service API

License:MIT License


Languages

Language:Python 100.0%