Skip to content

Instantly share code, notes, and snippets.

@konalegi
Created October 7, 2016 11:08
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 konalegi/c7e4036033fb5d6cef8c176320e01cb6 to your computer and use it in GitHub Desktop.
Save konalegi/c7e4036033fb5d6cef8c176320e01cb6 to your computer and use it in GitHub Desktop.
query exmaples
# index query
{
"meta": {
"total": 450
},
"data": [
{
"name": "user name",
"surname" : "surname"
}
]
}
# single query
{
"meta": {
},
"data": {
"name": "user name",
"surname" : "surname"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment