Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created March 20, 2017 13:33
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 dcomartin/5da5b17c1abedba466c32f776a07abcd to your computer and use it in GitHub Desktop.
Save dcomartin/5da5b17c1abedba466c32f776a07abcd to your computer and use it in GitHub Desktop.
{
"href": "/api/books/add",
"method": "post",
"fields": [
{
"type": "text",
"name": "title"
},
{
"type": "resource",
"name": "genre",
"value": "id",
"href": "/api/genres"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment