Get your own customer support community
 

Python bindings for the developer API

I've just put up a little python wrapper to the developer API (see http://github.com/thruflo/py-soocial/... or easy_install py-soocial). It's not quite as complete as I'd hoped, as I found the docs didn't quite correspond to the behaviour I got from the API ;)

Has the API been re-jigged since http://www.soocial.com/support/develo... was written? Any chance of some updated docs? I'd be happy to track your changes / maintain the package if you can keep me up-to-date.

Cheers,

James.

ps - I made a few notes / suggestions as I went:

* the API doesn't support HEAD requests, which would be handy for checking existence without incurring extra request size overhead of GET
* the /contact* REST seems the wrong way round: using POST for add and PUT for edit
* parameter names don't correspond to returned XML element names (i.e.: first_name becomes given-name
* write access to the elements contained by a contact (email, url, phone, etc.) seems not to be working
 
happy I’m cheerful Excl_1
Inappropriate?
2 people like this idea

The company implemented this idea.


User_default_medium