Skip to content

Instantly share code, notes, and snippets.

@paynegreen
Last active September 24, 2019 17:18
Show Gist options
  • Save paynegreen/6fcb1797360699ce5c15ca99ff635b63 to your computer and use it in GitHub Desktop.
Save paynegreen/6fcb1797360699ce5c15ca99ff635b63 to your computer and use it in GitHub Desktop.
get all events
[{
"name": "San Francisco Startup",
"description": "Startup socials explores",
"venue": ["Open Lounge"],
"banner_url": "",
"host_url": "",
"host_name": "",
"attendees": [{
"name": "",
"picture": ""
}],
"tickets_available": 20,
"max_tickets_per_person": 4,
"send_email": true,
"email_subject": "",
"email_content": "",
"tickets": [{
"start_time": "",
"end_time": "",
"price": 10,
"discount": 0.05,
"show_discount": true,
"purchase_url": "https://some_url_goes_here.com"
}]
}]
{
"number_of_tickets": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment