Skip to content

Instantly share code, notes, and snippets.

@hervehobbes
Created April 30, 2021 08:58
Show Gist options
  • Save hervehobbes/8b985187392dff61c4ce153bf77550f7 to your computer and use it in GitHub Desktop.
Save hervehobbes/8b985187392dff61c4ce153bf77550f7 to your computer and use it in GitHub Desktop.
{
"@context": "/api/contexts/Post",
"@id": "/api/posts",
"@type": "hydra:Collection",
"hydra:member": [
{
"@id": "/api/posts/1",
"@type": "Post"
}
],
"hydra:totalItems": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment