Skip to content

Instantly share code, notes, and snippets.

@wlk
Last active May 8, 2022 22:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wlk/eab590e68afb7daf21a02608302a2768 to your computer and use it in GitHub Desktop.
Save wlk/eab590e68afb7daf21a02608302a2768 to your computer and use it in GitHub Desktop.
{
"data": {
"id": "1",
"type": "authors",
"attributes": {
"name": "J. R. R. Tolkien",
"date_of_birth": "1892-01-03",
"date_of_death": "1973-09-02",
"created_at": "2017-06-18 11:30:16",
"updated_at": "2017-06-18 11:30:16"
},
"relationships": {
"books": {
"links": {
"self": "/v1/authors/1/relationships/books",
"related": "/v1/authors/1/books"
}
},
"photos": {
"links": {
"self": "/v1/authors/1/relationships/photos",
"related": "/v1/authors/1/photos"
}
}
},
"links": {
"self": "/v1/authors/1"
}
}
}
@kolumnin
Copy link

kolumnin commented May 8, 2022

2022 May 09 03:57@kolumnin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment