forked from dutchmo/AustinDroidsNonProfitDemo
-
Notifications
You must be signed in to change notification settings - Fork 1
Mock rest services
Dutch Matous edited this page Aug 10, 2013
·
2 revisions
REST services to provide dummy data to android app
8/16/2013
Beta
N/A
This will be called by a service in the android app to retrieve data
Base URL http://dutchmo.pythonanywhere.com/
path: android/volunteer parms
- login_id
- password
path: android/client
- route_id
path: android/client_note
- client_id
path: android/check_in
- client_id
- checkin_time
Design