1
0
Fork 0
mirror of https://github.com/shouptech/share-a-bike.git synced 2026-02-03 12:29:42 +00:00
share-a-bike/BCycleAPI.md
2015-03-13 22:13:11 -04:00

16 lines
No EOL
554 B
Markdown

# 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