Created
May 27, 2011 01:44
-
-
Save mwotton/994493 to your computer and use it in GitHub Desktop.
json format
This file contains hidden or 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
| GET /comments/1,2 | |
| gives | |
| { 1 => {"ok": { | |
| "email": "[email protected]", | |
| "text": "this is right on the money. let's invade lichtenstein.", | |
| "created_at": "Tue, 04 Nov 2008 06:52:28 +0000", | |
| }}, | |
| 2 => {"error": { "reason": "i can't do that dave" } } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment