Tonido allows thirdparty apps, plugins and users to access the the Tonido Core and other apps using an HTTP based REST style API.
Core API URLs are always the following format:
http://IP:Port/core/operationname{? OPTIONAL GET Params or POST Params }
E.g.
http://IP:Port/core/getusersforgroup?groupid=UUID
Other Apps like webshare, torrent will have APIs using their application names:
http://IP:Port/appname/operationname{? OPTIONAL GET Params or POST Params }
Returned data is in XML format.
Sections: