commit 65a827eaca100c95ad1cf9993d25dc08aa0694a2 Author: Google Code Exporter Date: Fri Mar 13 22:13:11 2015 -0400 Migrating wiki contents from Google Code diff --git a/BCycleAPI.md b/BCycleAPI.md new file mode 100644 index 0000000..3962237 --- /dev/null +++ b/BCycleAPI.md @@ -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 \ No newline at end of file diff --git a/ProjectHome.md b/ProjectHome.md new file mode 100644 index 0000000..8fbe01f --- /dev/null +++ b/ProjectHome.md @@ -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. \ No newline at end of file diff --git a/UsingShareABike.md b/UsingShareABike.md new file mode 100644 index 0000000..5594ee0 --- /dev/null +++ b/UsingShareABike.md @@ -0,0 +1,3 @@ +# Introduction # + +Place holder for information. \ No newline at end of file