Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created March 20, 2017 13:30
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/79ce7adc3bd740cb83b1ac64b06b32cc to your computer and use it in GitHub Desktop.
Save dcomartin/79ce7adc3bd740cb83b1ac64b06b32cc to your computer and use it in GitHub Desktop.
{
"href": "/api/books/add",
"method": "post",
"fields": [
{
"type": "text",
"name": "title"
},
{
"type": "select",
"name": "genre",
"options": [
{
"id": 1,
"name": "Business Management"
},
{
"id": 2,
"name": "Software Development"
},
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment