Skip to content

Instantly share code, notes, and snippets.

@micheleorsi
Created November 17, 2012 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micheleorsi/4100961 to your computer and use it in GitHub Desktop.
Save micheleorsi/4100961 to your computer and use it in GitHub Desktop.
The specification for hackaton project
From emergency-unit (arduino & sensors)
GET
http://sample-env-kmuwwhu5qf.elasticbeanstalk.com/rest/units/<id-device>?accelerometrox=123&accelerometroy=124&accelerometroz=125
From windows app:
POST
http://sample-env-kmuwwhu5qf.elasticbeanstalk.com/rest/reviews/<type>
POST
http://sample-env-kmuwwhu5qf.elasticbeanstalk.com/rest/hosting/people
From HTML5 app:
GET
http://sample-env-kmuwwhu5qf.elasticbeanstalk.com/rest/hosting/people
DELETE
http://sample-env-kmuwwhu5qf.elasticbeanstalk.com/rest/hosting/people/<id-person>
For Map:
GET
http://sample-env-kmuwwhu5qf.elasticbeanstalk.com/rest/map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment