Skip to content

A Python library to interface with Get Satisfaction's JSON API

Notifications You must be signed in to change notification settings

endophage/pysatisfaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

pysatisfaction

The is a start at a wrapper around GetSatisfaction's JSON API. It was initially based on python-satisfaction but as that module uses the XML API it quickly diverged.

Improvements to be made:

  1. The classes representing particular objects in the JSON response feel unnecessary and excessive. They are a design carry over from python-satisfaction.
  2. At the moment, this library supports the specific operations I needed at the time, it obviously should support all possible queries on the API
  3. Paging of results currently isn't supported, but is pretty easy to implement, I just didn't need it. Look for it soon

More to come.

About

A Python library to interface with Get Satisfaction's JSON API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages