From c2eb2ffe6a7359df6a680f5fb3f1014a325aea9f Mon Sep 17 00:00:00 2001 From: mikeshoup Date: Fri, 17 Dec 2010 15:32:39 +0000 Subject: [PATCH] Created wiki page through web user interface. --- wiki/BCycleAPI.wiki | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 wiki/BCycleAPI.wiki diff --git a/wiki/BCycleAPI.wiki b/wiki/BCycleAPI.wiki new file mode 100644 index 0000000..2a9b875 --- /dev/null +++ b/wiki/BCycleAPI.wiki @@ -0,0 +1,18 @@ +#summary Documentation for the BCycle API + += Introduction = + +BCycle's API uses a REST style service for providing data to applications. + + += Details = + +The REST based web services are located at: http://api.bcycle.com/Services/Mobile.svc + +You can place a request by appending the parameters for your request at the end of the URL above. For example, to receive a JSON request listing all the kiosks in the system, you would GET the URL http://api.bcycle.com/services/mobile.svc/ListKiosks + +Accepted parameters are: + * ListKiosks + * VoteForLocation + * ListLeaderBoardStats + * GetSystemStatistics \ No newline at end of file