mirror of
https://github.com/shouptech/share-a-bike.git
synced 2026-02-03 20:39:43 +00:00
Created wiki page through web user interface.
This commit is contained in:
parent
ca7d51c4c7
commit
c2eb2ffe6a
1 changed files with 18 additions and 0 deletions
18
wiki/BCycleAPI.wiki
Normal file
18
wiki/BCycleAPI.wiki
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Reference in a new issue