Python Library for Convio Open API

Options

Hi Everyone,

I've posted another simple library for the Convio Open API, this one in Python. This should provide an easy way for your Python applications to configure the API, make requests, and handle responses. As was the PHP library I posted, this wrapper is largely untested and certainly not officially supported by Convio, but I will do my best to answer an questions you have about it and help with use cases.

You'll find two files in contained in the zip archive:

ConvioOpenApi.py

example.py

It's all very simple really, ConvioOpenApi.py is the library object itself, which you will need to import to make calls. It is reasonably well documented with comments, so make sure to read all of them. example.py simply gives a direct example of how to properly configure the API and make a simple authenticated call to get a constitutent's info.

Please play around with it and let me know what you think!

You can find the library here:

http://community.customer.convio.com/docs/DOC-2475

Nick

Tagged:

Categories