{% autoescape None %}
{{ Env.get('api_base') }}To see it in action, have a look at the webinterface with Firebug (on firefox) or the development tools included in Chrome. All the data that you see there are from the API.
{{ Env.get('api_base') }}updater.info/
{{ Env.get('api_base') }}updater.info/?callback_func=myfunction
{{ Env.get('web_base') }}getkey/?p=md5(password)&u=md5(username)Will return {"api_key": "XXXXXXXXXX", "success": true}. When username or password is empty you don't need to md5 it.
{{param}} | {{ api_docs[route]['params'][param].get('type', 'string') }} | {{ api_docs[route]['params'][param]['desc'] }} |
---|
{{ api_docs[route]['return'].get('example', '') }}