url_2_event 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +15 -0
- data/.rspec +2 -0
- data/.rubocop.yml +302 -0
- data/CONTRIBUTING.md +124 -0
- data/Gemfile +2 -0
- data/Guardfile +16 -0
- data/LICENSE.txt +22 -0
- data/README.md +64 -0
- data/Rakefile +2 -0
- data/lib/url_2_event.rb +52 -0
- data/lib/url_2_event/adapters/eventbrite.rb +68 -0
- data/lib/url_2_event/adapters/meetup.rb +72 -0
- data/lib/url_2_event/base.rb +43 -0
- data/lib/url_2_event/event.rb +4 -0
- data/lib/url_2_event/version.rb +3 -0
- data/script/console.rb +8 -0
- data/spec/cassettes/Url2Event/_parse_event_from_uri/.yml +95 -0
- data/spec/cassettes/Url2Event_Eventbrite/get_event/.yml +270 -0
- data/spec/cassettes/Url2Event_Eventbrite/get_event/begin_at/.yml +270 -0
- data/spec/cassettes/Url2Event_Eventbrite/get_event/description/.yml +270 -0
- data/spec/cassettes/Url2Event_Eventbrite/get_event/end_at/.yml +270 -0
- data/spec/cassettes/Url2Event_Eventbrite/get_event/link/.yml +270 -0
- data/spec/cassettes/Url2Event_Eventbrite/get_event/location/.yml +270 -0
- data/spec/cassettes/Url2Event_Eventbrite/get_event/title/.yml +270 -0
- data/spec/cassettes/Url2Event_Meetup/get_event/.yml +209 -0
- data/spec/cassettes/Url2Event_Meetup/get_event/begin_at/.yml +209 -0
- data/spec/cassettes/Url2Event_Meetup/get_event/description/.yml +209 -0
- data/spec/cassettes/Url2Event_Meetup/get_event/end_at/.yml +209 -0
- data/spec/cassettes/Url2Event_Meetup/get_event/location/.yml +209 -0
- data/spec/cassettes/Url2Event_Meetup/get_event/price/.yml +209 -0
- data/spec/cassettes/Url2Event_Meetup/get_event/title/.yml +209 -0
- data/spec/eventbrite_spec.rb +33 -0
- data/spec/meetup_spec.rb +31 -0
- data/spec/spec_helper.rb +32 -0
- data/spec/url_2_event_spec.rb +33 -0
- data/url_2_event.gemspec +35 -0
- metadata +295 -0
@@ -0,0 +1,270 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://www.eventbriteapi.com/v3/events/12095703575
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Authorization:
|
11
|
+
- Bearer <EVENTBRITE_TOKEN>
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 301
|
15
|
+
message: MOVED PERMANENTLY
|
16
|
+
headers:
|
17
|
+
Server:
|
18
|
+
- nginx
|
19
|
+
Date:
|
20
|
+
- Thu, 20 Nov 2014 21:09:52 GMT
|
21
|
+
Content-Type:
|
22
|
+
- text/html; charset=utf-8
|
23
|
+
Transfer-Encoding:
|
24
|
+
- chunked
|
25
|
+
Connection:
|
26
|
+
- keep-alive
|
27
|
+
X-Xss-Protection:
|
28
|
+
- 1; mode=block
|
29
|
+
X-Content-Type-Options:
|
30
|
+
- nosniff
|
31
|
+
Location:
|
32
|
+
- https://www.eventbriteapi.com/v3/events/12095703575/
|
33
|
+
X-Frame-Options:
|
34
|
+
- SAMEORIGIN
|
35
|
+
P3p:
|
36
|
+
- CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
|
37
|
+
X-Ua-Compatible:
|
38
|
+
- IE=edge
|
39
|
+
Set-Cookie:
|
40
|
+
- AN=; expires=Thu, 01-Jan-1970 00:00:00 GMT; Max-Age=0; Path=/
|
41
|
+
- SP=AGQgbbnN4Ss__R0S17TEA-opAwIK8DfzJ1OuSGyiNhYrIBmsA3JbHVDMR4rq9xnLRZNYxCPQfboeOpbAjMN-mfUCaJPuQX_f3XUVw2UXB4bfOQuNRj_taqGiYhTgDS84pEXJS7S6RqNkaLTxlEWDe9YaG1tVfQ19RoyDNCfcZby6eaeByBqdIfQo4kKoDTdRtTK03l2aasaHZ_xWElr-LZ5RsLsKu69PeA5SiXPb4ICoZAutRdxhHSs;
|
42
|
+
Domain=.eventbriteapi.com; httponly; Path=/
|
43
|
+
- SS=AE3DLHR4BNDHIc88f92NqlnzxjZEkO9VpQ; Domain=.eventbriteapi.com; httponly;
|
44
|
+
Path=/; secure
|
45
|
+
- mgref=typeins; Domain=.eventbriteapi.com; expires=Fri, 20-Nov-2015 21:09:52
|
46
|
+
GMT; httponly; Max-Age=31536000; Path=/
|
47
|
+
- mgrefby=; Domain=.eventbriteapi.com; expires=Fri, 20-Nov-2015 21:09:52 GMT;
|
48
|
+
httponly; Max-Age=31536000; Path=/
|
49
|
+
body:
|
50
|
+
encoding: UTF-8
|
51
|
+
string: ''
|
52
|
+
http_version:
|
53
|
+
recorded_at: Thu, 20 Nov 2014 21:09:53 GMT
|
54
|
+
- request:
|
55
|
+
method: get
|
56
|
+
uri: https://www.eventbriteapi.com/v3/events/12095703575/
|
57
|
+
body:
|
58
|
+
encoding: US-ASCII
|
59
|
+
string: ''
|
60
|
+
headers:
|
61
|
+
Authorization:
|
62
|
+
- Bearer <EVENTBRITE_TOKEN>
|
63
|
+
Cookie:
|
64
|
+
- SS=AE3DLHR4BNDHIc88f92NqlnzxjZEkO9VpQ; mgref=typeins; Max-Age=0; mgrefby=;
|
65
|
+
SP=AGQgbbnN4Ss__R0S17TEA-opAwIK8DfzJ1OuSGyiNhYrIBmsA3JbHVDMR4rq9xnLRZNYxCPQfboeOpbAjMN-mfUCaJPuQX_f3XUVw2UXB4bfOQuNRj_taqGiYhTgDS84pEXJS7S6RqNkaLTxlEWDe9YaG1tVfQ19RoyDNCfcZby6eaeByBqdIfQo4kKoDTdRtTK03l2aasaHZ_xWElr-LZ5RsLsKu69PeA5SiXPb4ICoZAutRdxhHSs;
|
66
|
+
AN=
|
67
|
+
response:
|
68
|
+
status:
|
69
|
+
code: 200
|
70
|
+
message: OK
|
71
|
+
headers:
|
72
|
+
Server:
|
73
|
+
- nginx
|
74
|
+
Date:
|
75
|
+
- Thu, 20 Nov 2014 21:09:53 GMT
|
76
|
+
Content-Type:
|
77
|
+
- application/json
|
78
|
+
Transfer-Encoding:
|
79
|
+
- chunked
|
80
|
+
Connection:
|
81
|
+
- keep-alive
|
82
|
+
X-Xss-Protection:
|
83
|
+
- 1; mode=block
|
84
|
+
X-Content-Type-Options:
|
85
|
+
- nosniff
|
86
|
+
Vary:
|
87
|
+
- Accept, Accept-Encoding
|
88
|
+
X-Ua-Compatible:
|
89
|
+
- IE=edge
|
90
|
+
Allow:
|
91
|
+
- GET, POST, HEAD, OPTIONS
|
92
|
+
X-Frame-Options:
|
93
|
+
- SAMEORIGIN
|
94
|
+
Access-Control-Allow-Origin:
|
95
|
+
- "*"
|
96
|
+
Access-Control-Allow-Headers:
|
97
|
+
- Authorization
|
98
|
+
P3p:
|
99
|
+
- CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
|
100
|
+
Set-Cookie:
|
101
|
+
- AN=; expires=Thu, 01-Jan-1970 00:00:00 GMT; Max-Age=0; Path=/
|
102
|
+
- G=v%3D1%26i%3Dd97926e9-0ed4-4c99-a9ec-6d0f2260d956%26a%3D513%26s%3DAPDvTK5Z6LiFooOgMtGAvUnoTnGzXa841Q;
|
103
|
+
Domain=.eventbriteapi.com; expires=Fri, 20-Nov-2015 21:09:53 GMT; httponly;
|
104
|
+
Path=/
|
105
|
+
- SP=AGQgbbmvaLcbwIq4w7nF5VZy5Soq2tw0CpWeYUd6j4x-5aOpciN4NkS6jVEPoOMRKsNbHGxuJG8aAkEmm1cSqIXENs5za7mXseYQ-GQdK2A5aOxIc4nlnQ8juFn--SzyLjClCDNpuw7hWJDAN1GqE8HjKSU7tec17TfjdZF2FH7Q_3lAdI1sWJsNgfq05U7omClIA5P8OCs5DI0HjK75-srksfsEhDEC-_XCAR8SHD4Duz__JwwUnLY;
|
106
|
+
Domain=.eventbriteapi.com; httponly; Path=/
|
107
|
+
- SS=AE3DLHR4BNDHIc88f92NqlnzxjZEkO9VpQ; Domain=.eventbriteapi.com; httponly;
|
108
|
+
Path=/; secure
|
109
|
+
- eblang=lo%3Den_US%26la%3Den-us; Domain=.eventbriteapi.com; expires=Fri, 20-Nov-2015
|
110
|
+
21:09:53 GMT; httponly; Path=/
|
111
|
+
body:
|
112
|
+
encoding: UTF-8
|
113
|
+
string: '{"resource_uri": "https://www.eventbriteapi.com/v3/events/12095703575/",
|
114
|
+
"name": {"text": "Startup Weekend Seattle 10/3", "html": "Startup Weekend
|
115
|
+
Seattle 10/3"}, "description": {"text": "For all event details, please visit
|
116
|
+
http://go.up.co/seattle \nThanks, \nStartup Weekend \nRefund Policy:\u00a0\u00a0No
|
117
|
+
refunds will be granted within 7 days of the event if food and drink have
|
118
|
+
already been ordered. Apologies for any inconvenience this may cause. \nAbout
|
119
|
+
Startup Weekend:\u00a0Startup Weekends are 54-hour events designed to provide
|
120
|
+
superior experiential education for technical and non-technical entrepreneurs.\u00a0\u00a0Beginning
|
121
|
+
with Friday night pitches and continuing through brainstorming, business plan
|
122
|
+
development, and basic prototype creation, Startup Weekends culminate in Sunday
|
123
|
+
night demos and presentations.\u00a0\u00a0Participants create working startups
|
124
|
+
during the event and are able to collaborate with like-minded individuals
|
125
|
+
outside of their daily networks.\u00a0All teams hear talks by industry leaders
|
126
|
+
and receive valuable feedback from local entrepreneurials.\u00a0The weekend
|
127
|
+
is centered around action, innovation, and education. \u00a0Whether you are
|
128
|
+
looking for feedback on a idea, a co-founder, specific skill sets, or a team
|
129
|
+
to help you execute, Startup Weekends are the perfect environment in which
|
130
|
+
to test your idea and take the first steps towards launching your own startup.
|
131
|
+
\nTerms of Participation Agreement:\u00a0It is our job to provide you with
|
132
|
+
an incredible networking and learning opportunity. Our intention is that you
|
133
|
+
meet some amazing people that you might actually start a company with, build
|
134
|
+
relationships with coaches, and learn from your peers. The event is intended
|
135
|
+
to be a collaborative forum for sharing, learning, building, and having fun.
|
136
|
+
As such, by registering as a participant, you acknowledge that any ideas shared
|
137
|
+
by you or anyone else over the course of the event are contributions to the
|
138
|
+
overall experience and community. If you as a participant are worried about
|
139
|
+
someone stealing your ideas, please reconsider your participation in the event
|
140
|
+
itself or simply refrain from sharing specifics about your idea.\u00a0 \n\u00a0As
|
141
|
+
a member of your startup community, you agree to to be inclusive of any and
|
142
|
+
all people and their ideas. You agree to act professionally, treat everyone
|
143
|
+
with respect, and treat the event facilities with proper care. You agree that
|
144
|
+
you are responsible for any accidents or damages that you cause. You also
|
145
|
+
agree to not\u00a0hold\u00a0Startup Weekend, your local volunteer team, or
|
146
|
+
any of the event supporters liable for any loss, damage, injury, or any other
|
147
|
+
unforeseeable incident.\u00a0 \nBy Participating at the event, you grant Startup
|
148
|
+
Weekend permission to capture photo/video of the event. You can find the exact
|
149
|
+
legal terms on our FAQ Page but to summarize, we want to share your success
|
150
|
+
with the world.", "html": "<P>For all event details, please visit <A HREF=\"http://go.up.co/seattle\"
|
151
|
+
TARGET=\"_blank\" REL=\"nofollow\">http://go.up.co/seattle<\/A><\/P>\r\n<P>Thanks,<\/P>\r\n<P><A
|
152
|
+
HREF=\"http://startupweekend.org/contact/\" REL=\"nofollow\"><SPAN STYLE=\"font-family:
|
153
|
+
Arial; font-size: 13.333333969116211px; line-height: 20.799999237060547px;\">Startup
|
154
|
+
Weekend<\/SPAN><\/A><\/P>\r\n<P><STRONG STYLE=\"font-size: 13px; line-height:
|
155
|
+
1.6em;\"><SPAN STYLE=\"font-family: Arial;\">Refund Policy:<\/SPAN><\/STRONG><SPAN
|
156
|
+
STYLE=\"font-family: Arial;\">\u00a0\u00a0No refunds will be granted within
|
157
|
+
7 days of the event if food and drink have already been ordered. Apologies
|
158
|
+
for any inconvenience this may cause.<\/SPAN><\/P>\r\n<P STYLE=\"background-position:
|
159
|
+
initial initial; background-repeat: initial initial;\"><STRONG><SPAN STYLE=\"font-family:
|
160
|
+
Arial;\">About Startup Weekend:<\/SPAN><\/STRONG><SPAN STYLE=\"font-family:
|
161
|
+
Arial;\">\u00a0Startup Weekends are 54-hour events designed to provide superior
|
162
|
+
experiential education for technical and non-technical entrepreneurs.\u00a0\u00a0Beginning
|
163
|
+
with Friday night pitches and continuing through brainstorming, business plan
|
164
|
+
development, and basic prototype creation, Startup Weekends culminate in Sunday
|
165
|
+
night demos and presentations.\u00a0\u00a0Participants create working startups
|
166
|
+
during the event and are able to collaborate with like-minded individuals
|
167
|
+
outside of their daily networks.\u00a0All teams hear talks by industry leaders
|
168
|
+
and receive valuable feedback from local entrepreneurials.\u00a0The weekend
|
169
|
+
is centered around action, innovation, and education. \u00a0Whether you are
|
170
|
+
looking for feedback on a idea, a co-founder, specific skill sets, or a team
|
171
|
+
to help you execute, Startup Weekends are the perfect environment in which
|
172
|
+
to test your idea and take the first steps towards launching your own startup.<\/SPAN><\/P>\r\n<P
|
173
|
+
STYLE=\"background-position: initial initial; background-repeat: initial initial;\"><STRONG><SPAN
|
174
|
+
STYLE=\"font-family: Arial;\">Terms of Participation Agreement:\u00a0<\/SPAN><\/STRONG><SPAN
|
175
|
+
STYLE=\"font-family: Arial;\">It is our job to provide you with an incredible
|
176
|
+
networking and learning opportunity. Our intention is that you meet some amazing
|
177
|
+
people that you might actually start a company with, build relationships with
|
178
|
+
coaches, and learn from your peers. The event is intended to be a collaborative
|
179
|
+
forum for sharing, learning, building, and having fun. As such, by registering
|
180
|
+
as a participant, you acknowledge that any ideas shared by you or anyone else
|
181
|
+
over the course of the event are contributions to the overall experience and
|
182
|
+
community. If you as a participant are worried about someone stealing your
|
183
|
+
ideas, please reconsider your participation in the event itself or simply
|
184
|
+
refrain from sharing specifics about your idea.\u00a0<\/SPAN><\/P>\r\n<P STYLE=\"background-position:
|
185
|
+
initial initial; background-repeat: initial initial;\"><SPAN STYLE=\"font-family:
|
186
|
+
Arial;\">\u00a0As a member of your startup community, you agree to to be inclusive
|
187
|
+
of any and all people and their ideas. You agree to act professionally, treat
|
188
|
+
everyone with respect, and treat the event facilities with proper care. You
|
189
|
+
agree that you are responsible for any accidents or damages that you cause.
|
190
|
+
You also agree to not\u00a0hold\u00a0Startup Weekend, your local volunteer
|
191
|
+
team, or any of the event supporters liable for any loss, damage, injury,
|
192
|
+
or any other unforeseeable incident.\u00a0<\/SPAN><\/P>\r\n<P STYLE=\"background-position:
|
193
|
+
initial initial; background-repeat: initial initial;\"><SPAN STYLE=\"font-family:
|
194
|
+
Arial;\">By Participating at the event, you grant Startup Weekend permission
|
195
|
+
to capture photo/video of the event. You can find the exact legal terms on
|
196
|
+
our <A HREF=\"http://startupweekend.org/about/firsttimer/\" REL=\"nofollow\">FAQ
|
197
|
+
Page<\/A> but to <SPAN STYLE=\"font-family: Arial; font-size: small; line-height:
|
198
|
+
20.799999237060547px;\">summarize<\/SPAN>, we want to share your success with
|
199
|
+
the world.<\/SPAN><\/P>\r\n<P STYLE=\"text-align: justify; background-position:
|
200
|
+
initial initial; background-repeat: initial initial;\">\u00a0<\/P>"}, "logo":
|
201
|
+
{"id": "7488397", "url": "http://cdn.evbuc.com/images/7488397/106782913403/1/logo.png"},
|
202
|
+
"id": "12095703575", "url": "http://swseattle0814.eventbrite.com", "logo_url":
|
203
|
+
"http://cdn.evbuc.com/images/7488397/106782913403/1/logo.png", "start": {"timezone":
|
204
|
+
"America/Los_Angeles", "local": "2014-10-03T18:00:00", "utc": "2014-10-04T01:00:00Z"},
|
205
|
+
"end": {"timezone": "America/Los_Angeles", "local": "2014-10-05T21:00:00",
|
206
|
+
"utc": "2014-10-06T04:00:00Z"}, "created": "2014-06-26T20:31:08Z", "changed":
|
207
|
+
"2014-11-18T00:38:08Z", "capacity": 300, "status": "completed", "currency":
|
208
|
+
"USD", "online_event": false, "organizer_id": "2300226659", "venue_id": "7780387",
|
209
|
+
"category_id": "199", "subcategory_id": null, "format_id": "100", "subcategory":
|
210
|
+
null, "organizer": {"description": {"text": "UP Global is a non-profit dedicated
|
211
|
+
to fostering entrepreneurship, grassroots leadership, and strong communities.\u00a0\r\nUP
|
212
|
+
Global is on a mission to make the world a more innovative and prosperous
|
213
|
+
place, one community at a time. We believe that entrepreneurs are critical
|
214
|
+
to driving a strong global economy and a better world. We do our part by supporting
|
215
|
+
the grassroots leaders who are at the core of every strong entrepreneurial
|
216
|
+
community.\u00a0\r\nThrough the efforts of its grassroots community leaders,
|
217
|
+
UP Global operates programs that foster entrepreneurship in hundreds of cities
|
218
|
+
across the world. UP Global''s flagship programs & initatives include Startup
|
219
|
+
Weekend, Startup Digest, Startup Next, Startup Education, and Entrepreneurs
|
220
|
+
Across Borders.", "html": "<P>UP Global is a non-profit dedicated to fostering
|
221
|
+
entrepreneurship, grassroots leadership, and strong communities.\u00a0<\/P>\r\n<P>UP
|
222
|
+
Global is on a mission to make the world a more innovative and prosperous
|
223
|
+
place, one community at a time. We believe that entrepreneurs are critical
|
224
|
+
to driving a strong global economy and a better world. We do our part by supporting
|
225
|
+
the grassroots leaders who are at the core of every strong entrepreneurial
|
226
|
+
community.\u00a0<\/P>\r\n<P>Through the efforts of its grassroots community
|
227
|
+
leaders, UP Global operates programs that foster entrepreneurship in hundreds
|
228
|
+
of cities across the world. UP Global''s flagship programs & initatives include
|
229
|
+
Startup Weekend, Startup Digest, Startup Next, Startup Education, and Entrepreneurs
|
230
|
+
Across Borders.<\/P>"}, "logo": {"id": "7073727", "url": "http://cdn.evbuc.com/images/7073727/1954445013/2/logo.jpg"},
|
231
|
+
"resource_uri": "https://www.eventbriteapi.com/v3/organizers/2300226659/",
|
232
|
+
"id": "2300226659", "name": "UP Global", "url": "http://www.eventbrite.com/o/up-global-2300226659",
|
233
|
+
"num_past_events": 2162, "num_future_events": 136}, "venue": {"address": {"address_1":
|
234
|
+
"1301 2nd Ave", "address_2": null, "city": "Seattle", "region": "WA", "postal_code":
|
235
|
+
"98101", "country": "US", "latitude": "47.607935", "longitude": "-122.338211"},
|
236
|
+
"resource_uri": "https://www.eventbriteapi.com/v3/venues/7780387/", "id":
|
237
|
+
"7780387", "name": "Zillow Seattle Headquarters", "latitude": "47.607935",
|
238
|
+
"longitude": "-122.338211"}, "category": {"resource_uri": "https://www.eventbriteapi.com/v3/categories/199/",
|
239
|
+
"id": "199", "name": "Other", "name_localized": "Other", "short_name": "Other",
|
240
|
+
"short_name_localized": "Other"}, "format": {"resource_uri": "https://www.eventbriteapi.com/v3/formats/100/",
|
241
|
+
"id": "100", "name": "Other", "name_localized": "Other", "short_name": "Other",
|
242
|
+
"short_name_localized": "Other"}, "ticket_classes": [{"resource_uri": "https://www.eventbriteapi.com/v3/events/12095703575/ticket_classes/26719725/",
|
243
|
+
"id": "26719725", "name": "Developer", "description": "This ticket type applies
|
244
|
+
to software engineers/coders/developers - in short, anybody who can and will
|
245
|
+
write code. Students: use code \"STUDENT\" and pay just $49. You will be required
|
246
|
+
to show Student ID at the door.", "cost": {"currency": "USD", "display": "$99.00",
|
247
|
+
"value": 9900}, "fee": {"currency": "USD", "display": "$0.00", "value": 0},
|
248
|
+
"donation": false, "free": false, "minimum_quantity": 1, "maximum_quantity":
|
249
|
+
30, "variants": [], "event_id": "12095703575"}, {"resource_uri": "https://www.eventbriteapi.com/v3/events/12095703575/ticket_classes/26719727/",
|
250
|
+
"id": "26719727", "name": "Designer", "description": "This ticket type applies
|
251
|
+
to anybody with a background in design (graphics, UX/UI, etc.) Students: use
|
252
|
+
code \"STUDENT\" and pay just $49. You will be required to show Student ID
|
253
|
+
at the door. ", "cost": {"currency": "USD", "display": "$99.00", "value":
|
254
|
+
9900}, "fee": {"currency": "USD", "display": "$2.24", "value": 224}, "donation":
|
255
|
+
false, "free": false, "minimum_quantity": 1, "maximum_quantity": 30, "variants":
|
256
|
+
[], "event_id": "12095703575"}, {"resource_uri": "https://www.eventbriteapi.com/v3/events/12095703575/ticket_classes/26719729/",
|
257
|
+
"id": "26719729", "name": "Non-Technical", "description": "This ticket type
|
258
|
+
applies to business, marketing & PR, and anyone with a non-technical background.
|
259
|
+
Students: use code \"STUDENT\" and pay just $49. You will be required to show
|
260
|
+
Student ID at the door.", "cost": {"currency": "USD", "display": "$99.00",
|
261
|
+
"value": 9900}, "fee": {"currency": "USD", "display": "$0.00", "value": 0},
|
262
|
+
"donation": false, "free": false, "minimum_quantity": 1, "maximum_quantity":
|
263
|
+
30, "variants": [], "event_id": "12095703575"}, {"resource_uri": "https://www.eventbriteapi.com/v3/events/12095703575/ticket_classes/26719741/",
|
264
|
+
"id": "26719741", "name": "Demo Day", "description": null, "cost": {"currency":
|
265
|
+
"USD", "display": "$25.00", "value": 2500}, "fee": {"currency": "USD", "display":
|
266
|
+
"$1.13", "value": 113}, "donation": false, "free": false, "minimum_quantity":
|
267
|
+
1, "maximum_quantity": 30, "variants": [], "event_id": "12095703575"}]}'
|
268
|
+
http_version:
|
269
|
+
recorded_at: Thu, 20 Nov 2014 21:09:53 GMT
|
270
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,270 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://www.eventbriteapi.com/v3/events/12095703575
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Authorization:
|
11
|
+
- Bearer <EVENTBRITE_TOKEN>
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 301
|
15
|
+
message: MOVED PERMANENTLY
|
16
|
+
headers:
|
17
|
+
Server:
|
18
|
+
- nginx
|
19
|
+
Date:
|
20
|
+
- Thu, 20 Nov 2014 21:09:58 GMT
|
21
|
+
Content-Type:
|
22
|
+
- text/html; charset=utf-8
|
23
|
+
Transfer-Encoding:
|
24
|
+
- chunked
|
25
|
+
Connection:
|
26
|
+
- keep-alive
|
27
|
+
X-Xss-Protection:
|
28
|
+
- 1; mode=block
|
29
|
+
X-Content-Type-Options:
|
30
|
+
- nosniff
|
31
|
+
Location:
|
32
|
+
- https://www.eventbriteapi.com/v3/events/12095703575/
|
33
|
+
X-Frame-Options:
|
34
|
+
- SAMEORIGIN
|
35
|
+
P3p:
|
36
|
+
- CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
|
37
|
+
X-Ua-Compatible:
|
38
|
+
- IE=edge
|
39
|
+
Set-Cookie:
|
40
|
+
- AN=; expires=Thu, 01-Jan-1970 00:00:00 GMT; Max-Age=0; Path=/
|
41
|
+
- SP=AGQgbbmlgtU4Zqw6y0JC7ZkltIkZ1zBjwuRE1eI0KeyA_oZhJyxwFeNCcY888fTYptMGe2rgXoADTSbquuN9Et7ANo2NNh-L8pD5bq4XVN7m434snkZ-2_i8qLvy0TAjoQZUih_uRNFEWFKnkIJFA1N7njY7gzP4ArDbWJPINS94I3LS-31V2w1blXzJUom6hRL-o-GUHnyX4M8rL205uUsVC08uS2FZq46zm_cuwqPTaxBqMsnMMfw;
|
42
|
+
Domain=.eventbriteapi.com; httponly; Path=/
|
43
|
+
- SS=AE3DLHQHyfFJmvUootxWiqESDC9gXtyD3w; Domain=.eventbriteapi.com; httponly;
|
44
|
+
Path=/; secure
|
45
|
+
- mgref=typeins; Domain=.eventbriteapi.com; expires=Fri, 20-Nov-2015 21:09:57
|
46
|
+
GMT; httponly; Max-Age=31536000; Path=/
|
47
|
+
- mgrefby=; Domain=.eventbriteapi.com; expires=Fri, 20-Nov-2015 21:09:57 GMT;
|
48
|
+
httponly; Max-Age=31536000; Path=/
|
49
|
+
body:
|
50
|
+
encoding: UTF-8
|
51
|
+
string: ''
|
52
|
+
http_version:
|
53
|
+
recorded_at: Thu, 20 Nov 2014 21:09:58 GMT
|
54
|
+
- request:
|
55
|
+
method: get
|
56
|
+
uri: https://www.eventbriteapi.com/v3/events/12095703575/
|
57
|
+
body:
|
58
|
+
encoding: US-ASCII
|
59
|
+
string: ''
|
60
|
+
headers:
|
61
|
+
Authorization:
|
62
|
+
- Bearer <EVENTBRITE_TOKEN>
|
63
|
+
Cookie:
|
64
|
+
- SS=AE3DLHQHyfFJmvUootxWiqESDC9gXtyD3w; mgref=typeins; Max-Age=0; mgrefby=;
|
65
|
+
SP=AGQgbbmlgtU4Zqw6y0JC7ZkltIkZ1zBjwuRE1eI0KeyA_oZhJyxwFeNCcY888fTYptMGe2rgXoADTSbquuN9Et7ANo2NNh-L8pD5bq4XVN7m434snkZ-2_i8qLvy0TAjoQZUih_uRNFEWFKnkIJFA1N7njY7gzP4ArDbWJPINS94I3LS-31V2w1blXzJUom6hRL-o-GUHnyX4M8rL205uUsVC08uS2FZq46zm_cuwqPTaxBqMsnMMfw;
|
66
|
+
AN=
|
67
|
+
response:
|
68
|
+
status:
|
69
|
+
code: 200
|
70
|
+
message: OK
|
71
|
+
headers:
|
72
|
+
Server:
|
73
|
+
- nginx
|
74
|
+
Date:
|
75
|
+
- Thu, 20 Nov 2014 21:09:58 GMT
|
76
|
+
Content-Type:
|
77
|
+
- application/json
|
78
|
+
Transfer-Encoding:
|
79
|
+
- chunked
|
80
|
+
Connection:
|
81
|
+
- keep-alive
|
82
|
+
X-Xss-Protection:
|
83
|
+
- 1; mode=block
|
84
|
+
X-Content-Type-Options:
|
85
|
+
- nosniff
|
86
|
+
Vary:
|
87
|
+
- Accept, Accept-Encoding
|
88
|
+
X-Ua-Compatible:
|
89
|
+
- IE=edge
|
90
|
+
Allow:
|
91
|
+
- GET, POST, HEAD, OPTIONS
|
92
|
+
X-Frame-Options:
|
93
|
+
- SAMEORIGIN
|
94
|
+
Access-Control-Allow-Origin:
|
95
|
+
- "*"
|
96
|
+
Access-Control-Allow-Headers:
|
97
|
+
- Authorization
|
98
|
+
P3p:
|
99
|
+
- CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
|
100
|
+
Set-Cookie:
|
101
|
+
- AN=; expires=Thu, 01-Jan-1970 00:00:00 GMT; Max-Age=0; Path=/
|
102
|
+
- G=v%3D1%26i%3D968cd23e-25ef-4086-931e-9a51ef350d7e%26a%3D513%26s%3DAPDvTK4nPklm4Nwk-z1uTmrUIx0nxHz41A;
|
103
|
+
Domain=.eventbriteapi.com; expires=Fri, 20-Nov-2015 21:09:58 GMT; httponly;
|
104
|
+
Path=/
|
105
|
+
- SP=AGQgbblMZGbb8edvgoGg2dmTyJ8yuQXPp0i9TGfqdGlZEYRQjMLWtkze0MvRxcSvO1vm6R9breeWDmyOYogNwFaMnO-i5G2E4Jeoc1UOvduIlrQ2fTt816M1Ob7LYCTBG-GOjOVldGp6EFMalL-4DS_Tono-vgKqoPQIceCWFiIBzXd1ZomkSKGhf_tAgfV5V45gu3J9NMQkHrzzvftT5hswOmV3Jc70vZ4P4Jbhc9W_jAgkyywMqCs;
|
106
|
+
Domain=.eventbriteapi.com; httponly; Path=/
|
107
|
+
- SS=AE3DLHQHyfFJmvUootxWiqESDC9gXtyD3w; Domain=.eventbriteapi.com; httponly;
|
108
|
+
Path=/; secure
|
109
|
+
- eblang=lo%3Den_US%26la%3Den-us; Domain=.eventbriteapi.com; expires=Fri, 20-Nov-2015
|
110
|
+
21:09:58 GMT; httponly; Path=/
|
111
|
+
body:
|
112
|
+
encoding: UTF-8
|
113
|
+
string: '{"resource_uri": "https://www.eventbriteapi.com/v3/events/12095703575/",
|
114
|
+
"name": {"text": "Startup Weekend Seattle 10/3", "html": "Startup Weekend
|
115
|
+
Seattle 10/3"}, "description": {"text": "For all event details, please visit
|
116
|
+
http://go.up.co/seattle \nThanks, \nStartup Weekend \nRefund Policy:\u00a0\u00a0No
|
117
|
+
refunds will be granted within 7 days of the event if food and drink have
|
118
|
+
already been ordered. Apologies for any inconvenience this may cause. \nAbout
|
119
|
+
Startup Weekend:\u00a0Startup Weekends are 54-hour events designed to provide
|
120
|
+
superior experiential education for technical and non-technical entrepreneurs.\u00a0\u00a0Beginning
|
121
|
+
with Friday night pitches and continuing through brainstorming, business plan
|
122
|
+
development, and basic prototype creation, Startup Weekends culminate in Sunday
|
123
|
+
night demos and presentations.\u00a0\u00a0Participants create working startups
|
124
|
+
during the event and are able to collaborate with like-minded individuals
|
125
|
+
outside of their daily networks.\u00a0All teams hear talks by industry leaders
|
126
|
+
and receive valuable feedback from local entrepreneurials.\u00a0The weekend
|
127
|
+
is centered around action, innovation, and education. \u00a0Whether you are
|
128
|
+
looking for feedback on a idea, a co-founder, specific skill sets, or a team
|
129
|
+
to help you execute, Startup Weekends are the perfect environment in which
|
130
|
+
to test your idea and take the first steps towards launching your own startup.
|
131
|
+
\nTerms of Participation Agreement:\u00a0It is our job to provide you with
|
132
|
+
an incredible networking and learning opportunity. Our intention is that you
|
133
|
+
meet some amazing people that you might actually start a company with, build
|
134
|
+
relationships with coaches, and learn from your peers. The event is intended
|
135
|
+
to be a collaborative forum for sharing, learning, building, and having fun.
|
136
|
+
As such, by registering as a participant, you acknowledge that any ideas shared
|
137
|
+
by you or anyone else over the course of the event are contributions to the
|
138
|
+
overall experience and community. If you as a participant are worried about
|
139
|
+
someone stealing your ideas, please reconsider your participation in the event
|
140
|
+
itself or simply refrain from sharing specifics about your idea.\u00a0 \n\u00a0As
|
141
|
+
a member of your startup community, you agree to to be inclusive of any and
|
142
|
+
all people and their ideas. You agree to act professionally, treat everyone
|
143
|
+
with respect, and treat the event facilities with proper care. You agree that
|
144
|
+
you are responsible for any accidents or damages that you cause. You also
|
145
|
+
agree to not\u00a0hold\u00a0Startup Weekend, your local volunteer team, or
|
146
|
+
any of the event supporters liable for any loss, damage, injury, or any other
|
147
|
+
unforeseeable incident.\u00a0 \nBy Participating at the event, you grant Startup
|
148
|
+
Weekend permission to capture photo/video of the event. You can find the exact
|
149
|
+
legal terms on our FAQ Page but to summarize, we want to share your success
|
150
|
+
with the world.", "html": "<P>For all event details, please visit <A HREF=\"http://go.up.co/seattle\"
|
151
|
+
TARGET=\"_blank\" REL=\"nofollow\">http://go.up.co/seattle<\/A><\/P>\r\n<P>Thanks,<\/P>\r\n<P><A
|
152
|
+
HREF=\"http://startupweekend.org/contact/\" REL=\"nofollow\"><SPAN STYLE=\"font-family:
|
153
|
+
Arial; font-size: 13.333333969116211px; line-height: 20.799999237060547px;\">Startup
|
154
|
+
Weekend<\/SPAN><\/A><\/P>\r\n<P><STRONG STYLE=\"font-size: 13px; line-height:
|
155
|
+
1.6em;\"><SPAN STYLE=\"font-family: Arial;\">Refund Policy:<\/SPAN><\/STRONG><SPAN
|
156
|
+
STYLE=\"font-family: Arial;\">\u00a0\u00a0No refunds will be granted within
|
157
|
+
7 days of the event if food and drink have already been ordered. Apologies
|
158
|
+
for any inconvenience this may cause.<\/SPAN><\/P>\r\n<P STYLE=\"background-position:
|
159
|
+
initial initial; background-repeat: initial initial;\"><STRONG><SPAN STYLE=\"font-family:
|
160
|
+
Arial;\">About Startup Weekend:<\/SPAN><\/STRONG><SPAN STYLE=\"font-family:
|
161
|
+
Arial;\">\u00a0Startup Weekends are 54-hour events designed to provide superior
|
162
|
+
experiential education for technical and non-technical entrepreneurs.\u00a0\u00a0Beginning
|
163
|
+
with Friday night pitches and continuing through brainstorming, business plan
|
164
|
+
development, and basic prototype creation, Startup Weekends culminate in Sunday
|
165
|
+
night demos and presentations.\u00a0\u00a0Participants create working startups
|
166
|
+
during the event and are able to collaborate with like-minded individuals
|
167
|
+
outside of their daily networks.\u00a0All teams hear talks by industry leaders
|
168
|
+
and receive valuable feedback from local entrepreneurials.\u00a0The weekend
|
169
|
+
is centered around action, innovation, and education. \u00a0Whether you are
|
170
|
+
looking for feedback on a idea, a co-founder, specific skill sets, or a team
|
171
|
+
to help you execute, Startup Weekends are the perfect environment in which
|
172
|
+
to test your idea and take the first steps towards launching your own startup.<\/SPAN><\/P>\r\n<P
|
173
|
+
STYLE=\"background-position: initial initial; background-repeat: initial initial;\"><STRONG><SPAN
|
174
|
+
STYLE=\"font-family: Arial;\">Terms of Participation Agreement:\u00a0<\/SPAN><\/STRONG><SPAN
|
175
|
+
STYLE=\"font-family: Arial;\">It is our job to provide you with an incredible
|
176
|
+
networking and learning opportunity. Our intention is that you meet some amazing
|
177
|
+
people that you might actually start a company with, build relationships with
|
178
|
+
coaches, and learn from your peers. The event is intended to be a collaborative
|
179
|
+
forum for sharing, learning, building, and having fun. As such, by registering
|
180
|
+
as a participant, you acknowledge that any ideas shared by you or anyone else
|
181
|
+
over the course of the event are contributions to the overall experience and
|
182
|
+
community. If you as a participant are worried about someone stealing your
|
183
|
+
ideas, please reconsider your participation in the event itself or simply
|
184
|
+
refrain from sharing specifics about your idea.\u00a0<\/SPAN><\/P>\r\n<P STYLE=\"background-position:
|
185
|
+
initial initial; background-repeat: initial initial;\"><SPAN STYLE=\"font-family:
|
186
|
+
Arial;\">\u00a0As a member of your startup community, you agree to to be inclusive
|
187
|
+
of any and all people and their ideas. You agree to act professionally, treat
|
188
|
+
everyone with respect, and treat the event facilities with proper care. You
|
189
|
+
agree that you are responsible for any accidents or damages that you cause.
|
190
|
+
You also agree to not\u00a0hold\u00a0Startup Weekend, your local volunteer
|
191
|
+
team, or any of the event supporters liable for any loss, damage, injury,
|
192
|
+
or any other unforeseeable incident.\u00a0<\/SPAN><\/P>\r\n<P STYLE=\"background-position:
|
193
|
+
initial initial; background-repeat: initial initial;\"><SPAN STYLE=\"font-family:
|
194
|
+
Arial;\">By Participating at the event, you grant Startup Weekend permission
|
195
|
+
to capture photo/video of the event. You can find the exact legal terms on
|
196
|
+
our <A HREF=\"http://startupweekend.org/about/firsttimer/\" REL=\"nofollow\">FAQ
|
197
|
+
Page<\/A> but to <SPAN STYLE=\"font-family: Arial; font-size: small; line-height:
|
198
|
+
20.799999237060547px;\">summarize<\/SPAN>, we want to share your success with
|
199
|
+
the world.<\/SPAN><\/P>\r\n<P STYLE=\"text-align: justify; background-position:
|
200
|
+
initial initial; background-repeat: initial initial;\">\u00a0<\/P>"}, "logo":
|
201
|
+
{"id": "7488397", "url": "http://cdn.evbuc.com/images/7488397/106782913403/1/logo.png"},
|
202
|
+
"id": "12095703575", "url": "http://swseattle0814.eventbrite.com", "logo_url":
|
203
|
+
"http://cdn.evbuc.com/images/7488397/106782913403/1/logo.png", "start": {"timezone":
|
204
|
+
"America/Los_Angeles", "local": "2014-10-03T18:00:00", "utc": "2014-10-04T01:00:00Z"},
|
205
|
+
"end": {"timezone": "America/Los_Angeles", "local": "2014-10-05T21:00:00",
|
206
|
+
"utc": "2014-10-06T04:00:00Z"}, "created": "2014-06-26T20:31:08Z", "changed":
|
207
|
+
"2014-11-18T00:38:08Z", "capacity": 300, "status": "completed", "currency":
|
208
|
+
"USD", "online_event": false, "organizer_id": "2300226659", "venue_id": "7780387",
|
209
|
+
"category_id": "199", "subcategory_id": null, "format_id": "100", "subcategory":
|
210
|
+
null, "organizer": {"description": {"text": "UP Global is a non-profit dedicated
|
211
|
+
to fostering entrepreneurship, grassroots leadership, and strong communities.\u00a0\r\nUP
|
212
|
+
Global is on a mission to make the world a more innovative and prosperous
|
213
|
+
place, one community at a time. We believe that entrepreneurs are critical
|
214
|
+
to driving a strong global economy and a better world. We do our part by supporting
|
215
|
+
the grassroots leaders who are at the core of every strong entrepreneurial
|
216
|
+
community.\u00a0\r\nThrough the efforts of its grassroots community leaders,
|
217
|
+
UP Global operates programs that foster entrepreneurship in hundreds of cities
|
218
|
+
across the world. UP Global''s flagship programs & initatives include Startup
|
219
|
+
Weekend, Startup Digest, Startup Next, Startup Education, and Entrepreneurs
|
220
|
+
Across Borders.", "html": "<P>UP Global is a non-profit dedicated to fostering
|
221
|
+
entrepreneurship, grassroots leadership, and strong communities.\u00a0<\/P>\r\n<P>UP
|
222
|
+
Global is on a mission to make the world a more innovative and prosperous
|
223
|
+
place, one community at a time. We believe that entrepreneurs are critical
|
224
|
+
to driving a strong global economy and a better world. We do our part by supporting
|
225
|
+
the grassroots leaders who are at the core of every strong entrepreneurial
|
226
|
+
community.\u00a0<\/P>\r\n<P>Through the efforts of its grassroots community
|
227
|
+
leaders, UP Global operates programs that foster entrepreneurship in hundreds
|
228
|
+
of cities across the world. UP Global''s flagship programs & initatives include
|
229
|
+
Startup Weekend, Startup Digest, Startup Next, Startup Education, and Entrepreneurs
|
230
|
+
Across Borders.<\/P>"}, "logo": {"id": "7073727", "url": "http://cdn.evbuc.com/images/7073727/1954445013/2/logo.jpg"},
|
231
|
+
"resource_uri": "https://www.eventbriteapi.com/v3/organizers/2300226659/",
|
232
|
+
"id": "2300226659", "name": "UP Global", "url": "http://www.eventbrite.com/o/up-global-2300226659",
|
233
|
+
"num_past_events": 2162, "num_future_events": 136}, "venue": {"address": {"address_1":
|
234
|
+
"1301 2nd Ave", "address_2": null, "city": "Seattle", "region": "WA", "postal_code":
|
235
|
+
"98101", "country": "US", "latitude": "47.607935", "longitude": "-122.338211"},
|
236
|
+
"resource_uri": "https://www.eventbriteapi.com/v3/venues/7780387/", "id":
|
237
|
+
"7780387", "name": "Zillow Seattle Headquarters", "latitude": "47.607935",
|
238
|
+
"longitude": "-122.338211"}, "category": {"resource_uri": "https://www.eventbriteapi.com/v3/categories/199/",
|
239
|
+
"id": "199", "name": "Other", "name_localized": "Other", "short_name": "Other",
|
240
|
+
"short_name_localized": "Other"}, "format": {"resource_uri": "https://www.eventbriteapi.com/v3/formats/100/",
|
241
|
+
"id": "100", "name": "Other", "name_localized": "Other", "short_name": "Other",
|
242
|
+
"short_name_localized": "Other"}, "ticket_classes": [{"resource_uri": "https://www.eventbriteapi.com/v3/events/12095703575/ticket_classes/26719725/",
|
243
|
+
"id": "26719725", "name": "Developer", "description": "This ticket type applies
|
244
|
+
to software engineers/coders/developers - in short, anybody who can and will
|
245
|
+
write code. Students: use code \"STUDENT\" and pay just $49. You will be required
|
246
|
+
to show Student ID at the door.", "cost": {"currency": "USD", "display": "$99.00",
|
247
|
+
"value": 9900}, "fee": {"currency": "USD", "display": "$0.00", "value": 0},
|
248
|
+
"donation": false, "free": false, "minimum_quantity": 1, "maximum_quantity":
|
249
|
+
30, "variants": [], "event_id": "12095703575"}, {"resource_uri": "https://www.eventbriteapi.com/v3/events/12095703575/ticket_classes/26719727/",
|
250
|
+
"id": "26719727", "name": "Designer", "description": "This ticket type applies
|
251
|
+
to anybody with a background in design (graphics, UX/UI, etc.) Students: use
|
252
|
+
code \"STUDENT\" and pay just $49. You will be required to show Student ID
|
253
|
+
at the door. ", "cost": {"currency": "USD", "display": "$99.00", "value":
|
254
|
+
9900}, "fee": {"currency": "USD", "display": "$2.24", "value": 224}, "donation":
|
255
|
+
false, "free": false, "minimum_quantity": 1, "maximum_quantity": 30, "variants":
|
256
|
+
[], "event_id": "12095703575"}, {"resource_uri": "https://www.eventbriteapi.com/v3/events/12095703575/ticket_classes/26719729/",
|
257
|
+
"id": "26719729", "name": "Non-Technical", "description": "This ticket type
|
258
|
+
applies to business, marketing & PR, and anyone with a non-technical background.
|
259
|
+
Students: use code \"STUDENT\" and pay just $49. You will be required to show
|
260
|
+
Student ID at the door.", "cost": {"currency": "USD", "display": "$99.00",
|
261
|
+
"value": 9900}, "fee": {"currency": "USD", "display": "$0.00", "value": 0},
|
262
|
+
"donation": false, "free": false, "minimum_quantity": 1, "maximum_quantity":
|
263
|
+
30, "variants": [], "event_id": "12095703575"}, {"resource_uri": "https://www.eventbriteapi.com/v3/events/12095703575/ticket_classes/26719741/",
|
264
|
+
"id": "26719741", "name": "Demo Day", "description": null, "cost": {"currency":
|
265
|
+
"USD", "display": "$25.00", "value": 2500}, "fee": {"currency": "USD", "display":
|
266
|
+
"$1.13", "value": 113}, "donation": false, "free": false, "minimum_quantity":
|
267
|
+
1, "maximum_quantity": 30, "variants": [], "event_id": "12095703575"}]}'
|
268
|
+
http_version:
|
269
|
+
recorded_at: Thu, 20 Nov 2014 21:09:59 GMT
|
270
|
+
recorded_with: VCR 2.9.3
|