Skip to content

Instantly share code, notes, and snippets.

@jwoertink
Created January 6, 2013 02:19
Show Gist options
  • Select an option

  • Save jwoertink/4464807 to your computer and use it in GitHub Desktop.

Select an option

Save jwoertink/4464807 to your computer and use it in GitHub Desktop.
search_results_page: {
search_results: [
{
type: relevant_event , // tabbed_event, other_event, followed_person, followed_event, followed_organization
name: "One Angry Rap Star" ,
description: "He's angry…" ,
venue_name: "Caesar's Palace" ,
org_name: "Slim Shady" ,
reference_id: event_or_person_or_org_or_venue_id ,
image_urls: [
"http://original.image.url",
"http://thumb.image.url",
"http://medium.image.url"
],
start_date: "2013-01-05T18:00:00-08:00",
end_date: "2013-01-05T20:00:00-08:00"
} ,
] ,
paging : {
previous: "https://…",
next: "https://…"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment