Skip to content

Instantly share code, notes, and snippets.

View smellymonk's full-sized avatar
📜
ora et labora

Thomas Klemz smellymonk

📜
ora et labora
View GitHub Profile
{
{ "rel": "report", "_links": { "href": "..." }, "someAttribute": "..." },
{ "rel": "report", "_links": { "href": "..." }, "someAttribute": "..." },
{ "rel": "report", "_links": { "href": "..." }, "someAttribute": "..." },
{ "rel": "report", "_links": { "href": "..." }, "someAttribute": "..." },
...
}
{
"_links": {
"self": { "href": "... /api" },
"reports": { "href": "... /reports/groups" },
"other" : { "href": "..." }
}
}