Created
October 29, 2013 11:21
-
-
Save halfbaked/7212876 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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