Skip to content

Instantly share code, notes, and snippets.

@matthewphilyaw
Created February 25, 2014 04:47
Show Gist options
  • Save matthewphilyaw/9202891 to your computer and use it in GitHub Desktop.
Save matthewphilyaw/9202891 to your computer and use it in GitHub Desktop.
api-handlers builder
{
"filterBy": [
{ "property": "id", "type": "num" },
{ "property": "name", "type": "string"}
],
"data": [
{
"id": 1,
"name": "tphilyaw",
"firstName": "tommy",
"lastName": "philyaw",
},
{
"id": 2,
"name": "jdoe",
"firstName": "john",
"lastName": "doe",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment