1
0
Fork 0
mirror of https://github.com/shouptech/share-a-bike.git synced 2026-02-03 12:29:42 +00:00

Migrating wiki contents from Google Code

This commit is contained in:
Google Code Exporter 2015-03-13 22:13:11 -04:00
commit 65a827eaca
3 changed files with 28 additions and 0 deletions

16
BCycleAPI.md Normal file
View file

@ -0,0 +1,16 @@
# 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

9
ProjectHome.md Normal file
View file

@ -0,0 +1,9 @@
Share-a-Bike is an application for the WebOS platform that aids in the location of bike sharing kiosks.
Currently, only BCycle kiosks are supported.
Please visit the BCycle website at http://bcycle.com/ to see the communities where BCycle is.
Share-a-bike is no longer developed or maintained since WebOS is essentially a dead platform.
Share-a-bike is a [ShoupTech](http://www.shouptech.com/code/) project.

3
UsingShareABike.md Normal file
View file

@ -0,0 +1,3 @@
# Introduction #
Place holder for information.