A python binding for the TheyWorkForYou API.
This API is still not fully tested, so please report any bugs on the Issues page.
Usage
twfy = TWFY.TWFY(APIKEY)
twfy.api.METHOD(PARAMS)
- APIKEY = You TheyWorkForYou API Key
- METHOD = The name of a TheyWorkForYou API Function, for example 'getMP'
- PARAMS = The parameters supplied to the different TheyWorkForYou API functions. See the API docs for more info. The 'output' parameter is required by all methods and sets the output format you want the results in, must be one of: 'xml','php','js','rabx'
An example of how to use the API is included in the SVN repository, you can checkout the source here