Difference between revisions of "API"

From Amahi Wiki
Jump to: navigation, search
(New page: Documentation for the ruby lib for working with the Amahi API's REST interface. The first thing you need to set is the api key. This is the settings in your HDA AmahiApi.api_ke...)
 
(No difference)

Latest revision as of 03:32, 19 April 2009

Documentation for the ruby lib for working with the Amahi API's REST interface.

The first thing you need to set is the api key. This is the settings in your HDA

    AmahiApi.api_key = 'abcxyz123' 

If no api_key or improper api_key is given, all calls will fail.