Last active
December 14, 2015 13:58
-
-
Save jharmn/5097281 to your computer and use it in GitHub Desktop.
Sample response for PragmaticAPI.com post on Hypermedia for permissions
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 /widget/5 | |
| { | |
| "id": 5, | |
| "code": "abc123", | |
| "name": "Widget I know of" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment