Skip to content

Instantly share code, notes, and snippets.

@szbl
Last active April 13, 2018 23:01
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 szbl/e2ab568fef8de4aa9000b0e83a598ed8 to your computer and use it in GitHub Desktop.
Save szbl/e2ab568fef8de4aa9000b0e83a598ed8 to your computer and use it in GitHub Desktop.
// psuedo-code
{
"query" : "some event",
"results" :
"events" : [
{
"event_name": "Some Event Name 123",
"event_id" : 123
},
{
"event_name" : "Some Event Name 321",
"event_id" : 123
},
],
"faqs" : []
}
// note: FAQ array is empty, indicating 0 results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment