From: Artem Daniliants Date: Mon, 24 May 2010 12:07:16 +0000 (+0300) Subject: Added documentation for feteching categories list X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=commitdiff_plain;h=ac3fd9eca58dd17b508c0ec221f8abb6df16232b Added documentation for feteching categories list --- diff --git a/documents/API.txt b/documents/API.txt index 36c13a4..abdd976 100644 --- a/documents/API.txt +++ b/documents/API.txt @@ -154,6 +154,23 @@ category that result belongs to. Below is example of XML: +Fetching list of categories +=========================== + +URL: /results/categories + +Sends back XML containing all categories found on the server + +Example XML below: + + + + acceleration-0-10 + acceleration-0-40 + acceleration-0-100 + + + Sending route =============