Last active
September 24, 2019 17:18
-
-
Save paynegreen/6fcb1797360699ce5c15ca99ff635b63 to your computer and use it in GitHub Desktop.
get all events
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"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" | |
}] | |
}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"number_of_tickets": 4 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment