Skip to content

Instantly share code, notes, and snippets.

@RichardSilveira
Created September 23, 2020 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichardSilveira/55959ec0089515cf7a2cd78007a09c49 to your computer and use it in GitHub Desktop.
Save RichardSilveira/55959ec0089515cf7a2cd78007a09c49 to your computer and use it in GitHub Desktop.
Sample response from a random RESTful API with hyperlink
{
"departmentId": 10,
"departmentName": "Administration",
"locationId": 1700,
"managerId": 200,
"links": [
{
"href": "10/employees",
"rel": "employees",
"type" : "GET"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment