Created
October 26, 2016 18:32
-
-
Save ekepes/c40b9dc8740919c21f21e1852e8a2660 to your computer and use it in GitHub Desktop.
Any old user/client sends a GET to http://example.com/api/submissions/0001, they get this back:
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
{ | |
"Id": "0001", | |
"Title": "An Awesome Talk", | |
"Abstract": "Magnificent abstract goes here...", | |
"Status": "Submitted", | |
"Links": [ | |
{ | |
"Href": "http://example.com/api/submissions/0001", | |
"Rel": "self", | |
"Method": "GET" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment