Created
April 30, 2021 08:58
-
-
Save hervehobbes/8b985187392dff61c4ce153bf77550f7 to your computer and use it in GitHub Desktop.
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
{ | |
"@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