Skip to content

Instantly share code, notes, and snippets.

@halfbaked
Created October 29, 2013 11:21
Show Gist options
  • Save halfbaked/7212876 to your computer and use it in GitHub Desktop.
Save halfbaked/7212876 to your computer and use it in GitHub Desktop.
FORMAT: 1A
HOST: http://www.google.com
# Notes Collection [/notes]
## List all Notes [GET]
+ Response 200 (application/json)
[{
"id": 1, "title": "Jogging in park"
}, {
"id": 2, "title": "Pick-up posters from post-office"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment