ticketevolution-ruby 0.7.5 → 0.7.6
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.
- data/README.markdown +7 -6
- data/lib/docs/objects.markdown +1 -1
- data/lib/ticket_evolution/core/api_error.rb +3 -2
- data/lib/ticket_evolution/core/collection.rb +3 -2
- data/lib/ticket_evolution/modules/create.rb +1 -1
- data/lib/ticket_evolution/modules/update.rb +10 -6
- data/lib/ticket_evolution/shipment.rb +6 -0
- data/lib/ticket_evolution/shipments.rb +23 -0
- data/lib/ticket_evolution/version.rb +1 -1
- data/spec/fixtures/net/endpoints/clients.yml +659 -736
- data/spec/fixtures/net/endpoints/clients/list.yml +30 -40
- data/spec/fixtures/net/endpoints/clients/update_fail.yml +565 -427
- data/spec/fixtures/net/endpoints/clients/update_success.yml +527 -383
- data/spec/lib/ticket_evolution/client_spec.rb +2 -2
- data/spec/lib/ticket_evolution/core/collection_spec.rb +1 -0
- data/spec/lib/ticket_evolution/shipment_spec.rb +27 -0
- data/spec/lib/ticket_evolution/shipments_spec.rb +39 -0
- data/spec/shared_examples/endpoints/update.rb +1 -6
- metadata +23 -23
@@ -3,9 +3,9 @@
|
|
3
3
|
request: !ruby/struct:VCR::Request
|
4
4
|
method: :put
|
5
5
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2396
|
6
|
-
body:
|
7
|
-
str: ""
|
6
|
+
body:
|
8
7
|
:@taguri: x-private:null
|
8
|
+
str: ""
|
9
9
|
headers:
|
10
10
|
accept:
|
11
11
|
- application/vnd.ticketevolution.api+json; version=8
|
@@ -18,37 +18,37 @@
|
|
18
18
|
code: 200
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
|
-
|
22
|
-
-
|
23
|
-
transfer-encoding:
|
24
|
-
- chunked
|
25
|
-
connection:
|
26
|
-
- keep-alive
|
27
|
-
status:
|
28
|
-
- "200"
|
21
|
+
x-ua-compatible:
|
22
|
+
- IE=Edge,chrome=1
|
29
23
|
x-powered-by:
|
30
24
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
31
25
|
etag:
|
32
26
|
- "\"b8c467818fffa0a8808b91b86f694905\""
|
33
|
-
x-ua-compatible:
|
34
|
-
- IE=Edge,chrome=1
|
35
|
-
x-runtime:
|
36
|
-
- "0.058415"
|
37
|
-
cache-control:
|
38
|
-
- max-age=0, private, must-revalidate
|
39
27
|
strict-transport-security:
|
40
28
|
- max-age=31536000
|
29
|
+
content-type:
|
30
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
31
|
+
connection:
|
32
|
+
- keep-alive
|
33
|
+
x-runtime:
|
34
|
+
- "0.058415"
|
41
35
|
server:
|
42
36
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
37
|
+
status:
|
38
|
+
- "200"
|
39
|
+
cache-control:
|
40
|
+
- max-age=0, private, must-revalidate
|
41
|
+
transfer-encoding:
|
42
|
+
- chunked
|
43
43
|
body: "{\"updated_at\":\"2012-02-22T16:52:02Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2396\",\"id\":\"2396\"}"
|
44
44
|
http_version: "1.1"
|
45
45
|
- !ruby/struct:VCR::HTTPInteraction
|
46
46
|
request: !ruby/struct:VCR::Request
|
47
47
|
method: :put
|
48
48
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2396
|
49
|
-
body:
|
50
|
-
str: ""
|
49
|
+
body:
|
51
50
|
:@taguri: x-private:null
|
51
|
+
str: ""
|
52
52
|
headers:
|
53
53
|
accept:
|
54
54
|
- application/vnd.ticketevolution.api+json; version=8
|
@@ -61,37 +61,37 @@
|
|
61
61
|
code: 200
|
62
62
|
message: OK
|
63
63
|
headers:
|
64
|
-
|
65
|
-
-
|
66
|
-
transfer-encoding:
|
67
|
-
- chunked
|
68
|
-
connection:
|
69
|
-
- keep-alive
|
70
|
-
status:
|
71
|
-
- "200"
|
64
|
+
x-ua-compatible:
|
65
|
+
- IE=Edge,chrome=1
|
72
66
|
x-powered-by:
|
73
67
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
74
68
|
etag:
|
75
69
|
- "\"b8c467818fffa0a8808b91b86f694905\""
|
76
|
-
x-ua-compatible:
|
77
|
-
- IE=Edge,chrome=1
|
78
|
-
x-runtime:
|
79
|
-
- "0.058415"
|
80
|
-
cache-control:
|
81
|
-
- max-age=0, private, must-revalidate
|
82
70
|
strict-transport-security:
|
83
71
|
- max-age=31536000
|
72
|
+
content-type:
|
73
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
74
|
+
connection:
|
75
|
+
- keep-alive
|
76
|
+
x-runtime:
|
77
|
+
- "0.058415"
|
84
78
|
server:
|
85
79
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
80
|
+
status:
|
81
|
+
- "200"
|
82
|
+
cache-control:
|
83
|
+
- max-age=0, private, must-revalidate
|
84
|
+
transfer-encoding:
|
85
|
+
- chunked
|
86
86
|
body: "{\"updated_at\":\"2012-02-22T16:52:02Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2396\",\"id\":\"2396\"}"
|
87
87
|
http_version: "1.1"
|
88
88
|
- !ruby/struct:VCR::HTTPInteraction
|
89
89
|
request: !ruby/struct:VCR::Request
|
90
90
|
method: :get
|
91
91
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2396?
|
92
|
-
body:
|
93
|
-
str: ""
|
92
|
+
body:
|
94
93
|
:@taguri: x-private:null
|
94
|
+
str: ""
|
95
95
|
headers:
|
96
96
|
accept:
|
97
97
|
- application/vnd.ticketevolution.api+json; version=8
|
@@ -104,37 +104,37 @@
|
|
104
104
|
code: 200
|
105
105
|
message: OK
|
106
106
|
headers:
|
107
|
-
|
108
|
-
-
|
109
|
-
transfer-encoding:
|
110
|
-
- chunked
|
111
|
-
connection:
|
112
|
-
- keep-alive
|
113
|
-
status:
|
114
|
-
- "200"
|
107
|
+
x-ua-compatible:
|
108
|
+
- IE=Edge,chrome=1
|
115
109
|
x-powered-by:
|
116
110
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
117
111
|
etag:
|
118
112
|
- "\"b8c467818fffa0a8808b91b86f694905\""
|
119
|
-
x-ua-compatible:
|
120
|
-
- IE=Edge,chrome=1
|
121
|
-
x-runtime:
|
122
|
-
- "0.463169"
|
123
|
-
cache-control:
|
124
|
-
- max-age=0, private, must-revalidate
|
125
113
|
strict-transport-security:
|
126
114
|
- max-age=31536000
|
115
|
+
content-type:
|
116
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
117
|
+
connection:
|
118
|
+
- keep-alive
|
119
|
+
x-runtime:
|
120
|
+
- "0.463169"
|
127
121
|
server:
|
128
122
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
123
|
+
status:
|
124
|
+
- "200"
|
125
|
+
cache-control:
|
126
|
+
- max-age=0, private, must-revalidate
|
127
|
+
transfer-encoding:
|
128
|
+
- chunked
|
129
129
|
body: "{\"updated_at\":\"2012-02-22T16:52:02Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2396\",\"id\":\"2396\"}"
|
130
130
|
http_version: "1.1"
|
131
131
|
- !ruby/struct:VCR::HTTPInteraction
|
132
132
|
request: !ruby/struct:VCR::Request
|
133
133
|
method: :get
|
134
134
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2396?
|
135
|
-
body:
|
136
|
-
str: ""
|
135
|
+
body:
|
137
136
|
:@taguri: x-private:null
|
137
|
+
str: ""
|
138
138
|
headers:
|
139
139
|
accept:
|
140
140
|
- application/vnd.ticketevolution.api+json; version=8
|
@@ -147,37 +147,37 @@
|
|
147
147
|
code: 200
|
148
148
|
message: OK
|
149
149
|
headers:
|
150
|
-
|
151
|
-
-
|
152
|
-
transfer-encoding:
|
153
|
-
- chunked
|
154
|
-
connection:
|
155
|
-
- keep-alive
|
156
|
-
status:
|
157
|
-
- "200"
|
150
|
+
x-ua-compatible:
|
151
|
+
- IE=Edge,chrome=1
|
158
152
|
x-powered-by:
|
159
153
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
160
154
|
etag:
|
161
155
|
- "\"b8c467818fffa0a8808b91b86f694905\""
|
162
|
-
x-ua-compatible:
|
163
|
-
- IE=Edge,chrome=1
|
164
|
-
x-runtime:
|
165
|
-
- "0.463169"
|
166
|
-
cache-control:
|
167
|
-
- max-age=0, private, must-revalidate
|
168
156
|
strict-transport-security:
|
169
157
|
- max-age=31536000
|
158
|
+
content-type:
|
159
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
160
|
+
connection:
|
161
|
+
- keep-alive
|
162
|
+
x-runtime:
|
163
|
+
- "0.463169"
|
170
164
|
server:
|
171
165
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
166
|
+
status:
|
167
|
+
- "200"
|
168
|
+
cache-control:
|
169
|
+
- max-age=0, private, must-revalidate
|
170
|
+
transfer-encoding:
|
171
|
+
- chunked
|
172
172
|
body: "{\"updated_at\":\"2012-02-22T16:52:02Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2396\",\"id\":\"2396\"}"
|
173
173
|
http_version: "1.1"
|
174
174
|
- !ruby/struct:VCR::HTTPInteraction
|
175
175
|
request: !ruby/struct:VCR::Request
|
176
176
|
method: :put
|
177
177
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2398
|
178
|
-
body:
|
179
|
-
str: ""
|
178
|
+
body:
|
180
179
|
:@taguri: x-private:null
|
180
|
+
str: ""
|
181
181
|
headers:
|
182
182
|
accept:
|
183
183
|
- application/vnd.ticketevolution.api+json; version=8
|
@@ -190,37 +190,37 @@
|
|
190
190
|
code: 200
|
191
191
|
message: OK
|
192
192
|
headers:
|
193
|
-
|
194
|
-
-
|
195
|
-
transfer-encoding:
|
196
|
-
- chunked
|
197
|
-
connection:
|
198
|
-
- keep-alive
|
199
|
-
status:
|
200
|
-
- "200"
|
193
|
+
x-ua-compatible:
|
194
|
+
- IE=Edge,chrome=1
|
201
195
|
x-powered-by:
|
202
196
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
203
197
|
etag:
|
204
198
|
- "\"2031976ae6a1ed68506e480836f5009e\""
|
205
|
-
x-ua-compatible:
|
206
|
-
- IE=Edge,chrome=1
|
207
|
-
x-runtime:
|
208
|
-
- "0.060569"
|
209
|
-
cache-control:
|
210
|
-
- max-age=0, private, must-revalidate
|
211
199
|
strict-transport-security:
|
212
200
|
- max-age=31536000
|
201
|
+
content-type:
|
202
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
203
|
+
connection:
|
204
|
+
- keep-alive
|
205
|
+
x-runtime:
|
206
|
+
- "0.060569"
|
213
207
|
server:
|
214
208
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
209
|
+
status:
|
210
|
+
- "200"
|
211
|
+
cache-control:
|
212
|
+
- max-age=0, private, must-revalidate
|
213
|
+
transfer-encoding:
|
214
|
+
- chunked
|
215
215
|
body: "{\"updated_at\":\"2012-02-22T16:53:24Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2398\",\"id\":\"2398\"}"
|
216
216
|
http_version: "1.1"
|
217
217
|
- !ruby/struct:VCR::HTTPInteraction
|
218
218
|
request: !ruby/struct:VCR::Request
|
219
219
|
method: :put
|
220
220
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2398
|
221
|
-
body:
|
222
|
-
str: ""
|
221
|
+
body:
|
223
222
|
:@taguri: x-private:null
|
223
|
+
str: ""
|
224
224
|
headers:
|
225
225
|
accept:
|
226
226
|
- application/vnd.ticketevolution.api+json; version=8
|
@@ -233,37 +233,37 @@
|
|
233
233
|
code: 200
|
234
234
|
message: OK
|
235
235
|
headers:
|
236
|
-
|
237
|
-
-
|
238
|
-
transfer-encoding:
|
239
|
-
- chunked
|
240
|
-
connection:
|
241
|
-
- keep-alive
|
242
|
-
status:
|
243
|
-
- "200"
|
236
|
+
x-ua-compatible:
|
237
|
+
- IE=Edge,chrome=1
|
244
238
|
x-powered-by:
|
245
239
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
246
240
|
etag:
|
247
241
|
- "\"2031976ae6a1ed68506e480836f5009e\""
|
248
|
-
x-ua-compatible:
|
249
|
-
- IE=Edge,chrome=1
|
250
|
-
x-runtime:
|
251
|
-
- "0.060569"
|
252
|
-
cache-control:
|
253
|
-
- max-age=0, private, must-revalidate
|
254
242
|
strict-transport-security:
|
255
243
|
- max-age=31536000
|
244
|
+
content-type:
|
245
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
246
|
+
connection:
|
247
|
+
- keep-alive
|
248
|
+
x-runtime:
|
249
|
+
- "0.060569"
|
256
250
|
server:
|
257
251
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
252
|
+
status:
|
253
|
+
- "200"
|
254
|
+
cache-control:
|
255
|
+
- max-age=0, private, must-revalidate
|
256
|
+
transfer-encoding:
|
257
|
+
- chunked
|
258
258
|
body: "{\"updated_at\":\"2012-02-22T16:53:24Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2398\",\"id\":\"2398\"}"
|
259
259
|
http_version: "1.1"
|
260
260
|
- !ruby/struct:VCR::HTTPInteraction
|
261
261
|
request: !ruby/struct:VCR::Request
|
262
262
|
method: :get
|
263
263
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2398?
|
264
|
-
body:
|
265
|
-
str: ""
|
264
|
+
body:
|
266
265
|
:@taguri: x-private:null
|
266
|
+
str: ""
|
267
267
|
headers:
|
268
268
|
accept:
|
269
269
|
- application/vnd.ticketevolution.api+json; version=8
|
@@ -276,37 +276,37 @@
|
|
276
276
|
code: 200
|
277
277
|
message: OK
|
278
278
|
headers:
|
279
|
-
|
280
|
-
-
|
281
|
-
transfer-encoding:
|
282
|
-
- chunked
|
283
|
-
connection:
|
284
|
-
- keep-alive
|
285
|
-
status:
|
286
|
-
- "200"
|
279
|
+
x-ua-compatible:
|
280
|
+
- IE=Edge,chrome=1
|
287
281
|
x-powered-by:
|
288
282
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
289
283
|
etag:
|
290
284
|
- "\"2031976ae6a1ed68506e480836f5009e\""
|
291
|
-
x-ua-compatible:
|
292
|
-
- IE=Edge,chrome=1
|
293
|
-
x-runtime:
|
294
|
-
- "0.037717"
|
295
|
-
cache-control:
|
296
|
-
- max-age=0, private, must-revalidate
|
297
285
|
strict-transport-security:
|
298
286
|
- max-age=31536000
|
287
|
+
content-type:
|
288
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
289
|
+
connection:
|
290
|
+
- keep-alive
|
291
|
+
x-runtime:
|
292
|
+
- "0.037717"
|
299
293
|
server:
|
300
294
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
295
|
+
status:
|
296
|
+
- "200"
|
297
|
+
cache-control:
|
298
|
+
- max-age=0, private, must-revalidate
|
299
|
+
transfer-encoding:
|
300
|
+
- chunked
|
301
301
|
body: "{\"updated_at\":\"2012-02-22T16:53:24Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2398\",\"id\":\"2398\"}"
|
302
302
|
http_version: "1.1"
|
303
303
|
- !ruby/struct:VCR::HTTPInteraction
|
304
304
|
request: !ruby/struct:VCR::Request
|
305
305
|
method: :get
|
306
306
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2398?
|
307
|
-
body:
|
308
|
-
str: ""
|
307
|
+
body:
|
309
308
|
:@taguri: x-private:null
|
309
|
+
str: ""
|
310
310
|
headers:
|
311
311
|
accept:
|
312
312
|
- application/vnd.ticketevolution.api+json; version=8
|
@@ -319,37 +319,37 @@
|
|
319
319
|
code: 200
|
320
320
|
message: OK
|
321
321
|
headers:
|
322
|
-
|
323
|
-
-
|
324
|
-
transfer-encoding:
|
325
|
-
- chunked
|
326
|
-
connection:
|
327
|
-
- keep-alive
|
328
|
-
status:
|
329
|
-
- "200"
|
322
|
+
x-ua-compatible:
|
323
|
+
- IE=Edge,chrome=1
|
330
324
|
x-powered-by:
|
331
325
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
332
326
|
etag:
|
333
327
|
- "\"2031976ae6a1ed68506e480836f5009e\""
|
334
|
-
x-ua-compatible:
|
335
|
-
- IE=Edge,chrome=1
|
336
|
-
x-runtime:
|
337
|
-
- "0.037717"
|
338
|
-
cache-control:
|
339
|
-
- max-age=0, private, must-revalidate
|
340
328
|
strict-transport-security:
|
341
329
|
- max-age=31536000
|
330
|
+
content-type:
|
331
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
332
|
+
connection:
|
333
|
+
- keep-alive
|
334
|
+
x-runtime:
|
335
|
+
- "0.037717"
|
342
336
|
server:
|
343
337
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
338
|
+
status:
|
339
|
+
- "200"
|
340
|
+
cache-control:
|
341
|
+
- max-age=0, private, must-revalidate
|
342
|
+
transfer-encoding:
|
343
|
+
- chunked
|
344
344
|
body: "{\"updated_at\":\"2012-02-22T16:53:24Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2398\",\"id\":\"2398\"}"
|
345
345
|
http_version: "1.1"
|
346
346
|
- !ruby/struct:VCR::HTTPInteraction
|
347
347
|
request: !ruby/struct:VCR::Request
|
348
348
|
method: :put
|
349
349
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2400
|
350
|
-
body:
|
351
|
-
str: ""
|
350
|
+
body:
|
352
351
|
:@taguri: x-private:null
|
352
|
+
str: ""
|
353
353
|
headers:
|
354
354
|
accept:
|
355
355
|
- application/vnd.ticketevolution.api+json; version=8
|
@@ -362,37 +362,37 @@
|
|
362
362
|
code: 200
|
363
363
|
message: OK
|
364
364
|
headers:
|
365
|
-
|
366
|
-
-
|
367
|
-
transfer-encoding:
|
368
|
-
- chunked
|
369
|
-
connection:
|
370
|
-
- keep-alive
|
371
|
-
status:
|
372
|
-
- "200"
|
365
|
+
x-ua-compatible:
|
366
|
+
- IE=Edge,chrome=1
|
373
367
|
x-powered-by:
|
374
368
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
375
369
|
etag:
|
376
370
|
- "\"6f85f667c6ff691f6b085406eb4f7856\""
|
377
|
-
x-ua-compatible:
|
378
|
-
- IE=Edge,chrome=1
|
379
|
-
x-runtime:
|
380
|
-
- "0.071515"
|
381
|
-
cache-control:
|
382
|
-
- max-age=0, private, must-revalidate
|
383
371
|
strict-transport-security:
|
384
372
|
- max-age=31536000
|
373
|
+
content-type:
|
374
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
375
|
+
connection:
|
376
|
+
- keep-alive
|
377
|
+
x-runtime:
|
378
|
+
- "0.071515"
|
385
379
|
server:
|
386
380
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
381
|
+
status:
|
382
|
+
- "200"
|
383
|
+
cache-control:
|
384
|
+
- max-age=0, private, must-revalidate
|
385
|
+
transfer-encoding:
|
386
|
+
- chunked
|
387
387
|
body: "{\"updated_at\":\"2012-02-22T17:06:03Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2400\",\"id\":\"2400\"}"
|
388
388
|
http_version: "1.1"
|
389
389
|
- !ruby/struct:VCR::HTTPInteraction
|
390
390
|
request: !ruby/struct:VCR::Request
|
391
391
|
method: :put
|
392
392
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2400
|
393
|
-
body:
|
394
|
-
str: ""
|
393
|
+
body:
|
395
394
|
:@taguri: x-private:null
|
395
|
+
str: ""
|
396
396
|
headers:
|
397
397
|
accept:
|
398
398
|
- application/vnd.ticketevolution.api+json; version=8
|
@@ -405,37 +405,37 @@
|
|
405
405
|
code: 200
|
406
406
|
message: OK
|
407
407
|
headers:
|
408
|
-
|
409
|
-
-
|
410
|
-
transfer-encoding:
|
411
|
-
- chunked
|
412
|
-
connection:
|
413
|
-
- keep-alive
|
414
|
-
status:
|
415
|
-
- "200"
|
408
|
+
x-ua-compatible:
|
409
|
+
- IE=Edge,chrome=1
|
416
410
|
x-powered-by:
|
417
411
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
418
412
|
etag:
|
419
413
|
- "\"6f85f667c6ff691f6b085406eb4f7856\""
|
420
|
-
x-ua-compatible:
|
421
|
-
- IE=Edge,chrome=1
|
422
|
-
x-runtime:
|
423
|
-
- "0.071515"
|
424
|
-
cache-control:
|
425
|
-
- max-age=0, private, must-revalidate
|
426
414
|
strict-transport-security:
|
427
415
|
- max-age=31536000
|
416
|
+
content-type:
|
417
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
418
|
+
connection:
|
419
|
+
- keep-alive
|
420
|
+
x-runtime:
|
421
|
+
- "0.071515"
|
428
422
|
server:
|
429
423
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
424
|
+
status:
|
425
|
+
- "200"
|
426
|
+
cache-control:
|
427
|
+
- max-age=0, private, must-revalidate
|
428
|
+
transfer-encoding:
|
429
|
+
- chunked
|
430
430
|
body: "{\"updated_at\":\"2012-02-22T17:06:03Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2400\",\"id\":\"2400\"}"
|
431
431
|
http_version: "1.1"
|
432
432
|
- !ruby/struct:VCR::HTTPInteraction
|
433
433
|
request: !ruby/struct:VCR::Request
|
434
434
|
method: :get
|
435
435
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2400?
|
436
|
-
body:
|
437
|
-
str: ""
|
436
|
+
body:
|
438
437
|
:@taguri: x-private:null
|
438
|
+
str: ""
|
439
439
|
headers:
|
440
440
|
accept:
|
441
441
|
- application/vnd.ticketevolution.api+json; version=8
|
@@ -448,37 +448,37 @@
|
|
448
448
|
code: 200
|
449
449
|
message: OK
|
450
450
|
headers:
|
451
|
-
|
452
|
-
-
|
453
|
-
transfer-encoding:
|
454
|
-
- chunked
|
455
|
-
connection:
|
456
|
-
- keep-alive
|
457
|
-
status:
|
458
|
-
- "200"
|
451
|
+
x-ua-compatible:
|
452
|
+
- IE=Edge,chrome=1
|
459
453
|
x-powered-by:
|
460
454
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
461
455
|
etag:
|
462
456
|
- "\"6f85f667c6ff691f6b085406eb4f7856\""
|
463
|
-
x-ua-compatible:
|
464
|
-
- IE=Edge,chrome=1
|
465
|
-
x-runtime:
|
466
|
-
- "0.042061"
|
467
|
-
cache-control:
|
468
|
-
- max-age=0, private, must-revalidate
|
469
457
|
strict-transport-security:
|
470
458
|
- max-age=31536000
|
459
|
+
content-type:
|
460
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
461
|
+
connection:
|
462
|
+
- keep-alive
|
463
|
+
x-runtime:
|
464
|
+
- "0.042061"
|
471
465
|
server:
|
472
466
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
467
|
+
status:
|
468
|
+
- "200"
|
469
|
+
cache-control:
|
470
|
+
- max-age=0, private, must-revalidate
|
471
|
+
transfer-encoding:
|
472
|
+
- chunked
|
473
473
|
body: "{\"updated_at\":\"2012-02-22T17:06:03Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2400\",\"id\":\"2400\"}"
|
474
474
|
http_version: "1.1"
|
475
475
|
- !ruby/struct:VCR::HTTPInteraction
|
476
476
|
request: !ruby/struct:VCR::Request
|
477
477
|
method: :get
|
478
478
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2400?
|
479
|
-
body:
|
480
|
-
str: ""
|
479
|
+
body:
|
481
480
|
:@taguri: x-private:null
|
481
|
+
str: ""
|
482
482
|
headers:
|
483
483
|
accept:
|
484
484
|
- application/vnd.ticketevolution.api+json; version=8
|
@@ -491,115 +491,80 @@
|
|
491
491
|
code: 200
|
492
492
|
message: OK
|
493
493
|
headers:
|
494
|
-
|
495
|
-
-
|
496
|
-
transfer-encoding:
|
497
|
-
- chunked
|
498
|
-
connection:
|
499
|
-
- keep-alive
|
500
|
-
status:
|
501
|
-
- "200"
|
494
|
+
x-ua-compatible:
|
495
|
+
- IE=Edge,chrome=1
|
502
496
|
x-powered-by:
|
503
497
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
504
498
|
etag:
|
505
499
|
- "\"6f85f667c6ff691f6b085406eb4f7856\""
|
506
|
-
x-ua-compatible:
|
507
|
-
- IE=Edge,chrome=1
|
508
|
-
x-runtime:
|
509
|
-
- "0.042061"
|
510
|
-
cache-control:
|
511
|
-
- max-age=0, private, must-revalidate
|
512
500
|
strict-transport-security:
|
513
501
|
- max-age=31536000
|
514
|
-
server:
|
515
|
-
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
516
|
-
body: "{\"updated_at\":\"2012-02-22T17:06:03Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2400\",\"id\":\"2400\"}"
|
517
|
-
http_version: "1.1"
|
518
|
-
- !ruby/struct:VCR::HTTPInteraction
|
519
|
-
request: !ruby/struct:VCR::Request
|
520
|
-
method: :post
|
521
|
-
uri: https://api.sandbox.ticketevolution.com:443/clients
|
522
|
-
body: "{\"clients\":[{\"name\":\"foo\"}]}"
|
523
|
-
headers:
|
524
|
-
accept:
|
525
|
-
- application/vnd.ticketevolution.api+json; version=8
|
526
|
-
x-signature:
|
527
|
-
- Fjw96P6d0OgfpnxvFdz3E6L4KwmWOG/GzHLYaqPBltE=
|
528
|
-
x-token:
|
529
|
-
- b2b5a7a33b1a78896ed1b53d81c5c9cc
|
530
|
-
response: !ruby/struct:VCR::Response
|
531
|
-
status: !ruby/struct:VCR::ResponseStatus
|
532
|
-
code: 201
|
533
|
-
message: Created
|
534
|
-
headers:
|
535
502
|
content-type:
|
536
503
|
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
537
|
-
transfer-encoding:
|
538
|
-
- chunked
|
539
504
|
connection:
|
540
505
|
- keep-alive
|
541
|
-
status:
|
542
|
-
- "201"
|
543
|
-
x-powered-by:
|
544
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
545
|
-
x-ua-compatible:
|
546
|
-
- IE=Edge,chrome=1
|
547
506
|
x-runtime:
|
548
|
-
- "0.
|
549
|
-
cache-control:
|
550
|
-
- no-cache
|
551
|
-
strict-transport-security:
|
552
|
-
- max-age=31536000
|
507
|
+
- "0.042061"
|
553
508
|
server:
|
554
509
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
555
|
-
|
510
|
+
status:
|
511
|
+
- "200"
|
512
|
+
cache-control:
|
513
|
+
- max-age=0, private, must-revalidate
|
514
|
+
transfer-encoding:
|
515
|
+
- chunked
|
516
|
+
body: "{\"updated_at\":\"2012-02-22T17:06:03Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2400\",\"id\":\"2400\"}"
|
556
517
|
http_version: "1.1"
|
557
518
|
- !ruby/struct:VCR::HTTPInteraction
|
558
519
|
request: !ruby/struct:VCR::Request
|
559
|
-
method: :
|
560
|
-
uri: https://api.sandbox.ticketevolution.com:443/clients
|
561
|
-
body:
|
520
|
+
method: :put
|
521
|
+
uri: https://api.sandbox.ticketevolution.com:443/clients/2404
|
522
|
+
body:
|
523
|
+
:@taguri: x-private:null
|
524
|
+
str: ""
|
562
525
|
headers:
|
563
526
|
accept:
|
564
527
|
- application/vnd.ticketevolution.api+json; version=8
|
565
528
|
x-signature:
|
566
|
-
-
|
529
|
+
- yoH7VBNazgwMD5qDylTSA6nucOZCbbxNcHercU2NTGU=
|
567
530
|
x-token:
|
568
531
|
- b2b5a7a33b1a78896ed1b53d81c5c9cc
|
569
532
|
response: !ruby/struct:VCR::Response
|
570
533
|
status: !ruby/struct:VCR::ResponseStatus
|
571
|
-
code:
|
572
|
-
message:
|
534
|
+
code: 200
|
535
|
+
message: OK
|
573
536
|
headers:
|
537
|
+
x-ua-compatible:
|
538
|
+
- IE=Edge,chrome=1
|
539
|
+
x-powered-by:
|
540
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
541
|
+
etag:
|
542
|
+
- "\"bb1916645af7d9995682c149492980cc\""
|
543
|
+
strict-transport-security:
|
544
|
+
- max-age=31536000
|
574
545
|
content-type:
|
575
546
|
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
576
|
-
transfer-encoding:
|
577
|
-
- chunked
|
578
547
|
connection:
|
579
548
|
- keep-alive
|
580
|
-
status:
|
581
|
-
- "201"
|
582
|
-
x-powered-by:
|
583
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
584
|
-
x-ua-compatible:
|
585
|
-
- IE=Edge,chrome=1
|
586
549
|
x-runtime:
|
587
|
-
- "0.
|
588
|
-
cache-control:
|
589
|
-
- no-cache
|
590
|
-
strict-transport-security:
|
591
|
-
- max-age=31536000
|
550
|
+
- "0.060027"
|
592
551
|
server:
|
593
552
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
594
|
-
|
553
|
+
status:
|
554
|
+
- "200"
|
555
|
+
cache-control:
|
556
|
+
- max-age=0, private, must-revalidate
|
557
|
+
transfer-encoding:
|
558
|
+
- chunked
|
559
|
+
body: "{\"updated_at\":\"2012-02-22T17:07:29Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2404\",\"id\":\"2404\"}"
|
595
560
|
http_version: "1.1"
|
596
561
|
- !ruby/struct:VCR::HTTPInteraction
|
597
562
|
request: !ruby/struct:VCR::Request
|
598
563
|
method: :put
|
599
564
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2404
|
600
|
-
body:
|
601
|
-
str: ""
|
565
|
+
body:
|
602
566
|
:@taguri: x-private:null
|
567
|
+
str: ""
|
603
568
|
headers:
|
604
569
|
accept:
|
605
570
|
- application/vnd.ticketevolution.api+json; version=8
|
@@ -612,42 +577,42 @@
|
|
612
577
|
code: 200
|
613
578
|
message: OK
|
614
579
|
headers:
|
615
|
-
|
616
|
-
-
|
617
|
-
transfer-encoding:
|
618
|
-
- chunked
|
619
|
-
connection:
|
620
|
-
- keep-alive
|
621
|
-
status:
|
622
|
-
- "200"
|
580
|
+
x-ua-compatible:
|
581
|
+
- IE=Edge,chrome=1
|
623
582
|
x-powered-by:
|
624
583
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
625
584
|
etag:
|
626
585
|
- "\"bb1916645af7d9995682c149492980cc\""
|
627
|
-
x-ua-compatible:
|
628
|
-
- IE=Edge,chrome=1
|
629
|
-
x-runtime:
|
630
|
-
- "0.060027"
|
631
|
-
cache-control:
|
632
|
-
- max-age=0, private, must-revalidate
|
633
586
|
strict-transport-security:
|
634
587
|
- max-age=31536000
|
588
|
+
content-type:
|
589
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
590
|
+
connection:
|
591
|
+
- keep-alive
|
592
|
+
x-runtime:
|
593
|
+
- "0.060027"
|
635
594
|
server:
|
636
595
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
596
|
+
status:
|
597
|
+
- "200"
|
598
|
+
cache-control:
|
599
|
+
- max-age=0, private, must-revalidate
|
600
|
+
transfer-encoding:
|
601
|
+
- chunked
|
637
602
|
body: "{\"updated_at\":\"2012-02-22T17:07:29Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2404\",\"id\":\"2404\"}"
|
638
603
|
http_version: "1.1"
|
639
604
|
- !ruby/struct:VCR::HTTPInteraction
|
640
605
|
request: !ruby/struct:VCR::Request
|
641
|
-
method: :
|
642
|
-
uri: https://api.sandbox.ticketevolution.com:443/clients/2404
|
643
|
-
body:
|
644
|
-
str: ""
|
606
|
+
method: :get
|
607
|
+
uri: https://api.sandbox.ticketevolution.com:443/clients/2404?
|
608
|
+
body:
|
645
609
|
:@taguri: x-private:null
|
610
|
+
str: ""
|
646
611
|
headers:
|
647
612
|
accept:
|
648
613
|
- application/vnd.ticketevolution.api+json; version=8
|
649
614
|
x-signature:
|
650
|
-
-
|
615
|
+
- AqJkMduM7JmPcwo+VtPGFmguowzLv60/6AL9ARtrSkk=
|
651
616
|
x-token:
|
652
617
|
- b2b5a7a33b1a78896ed1b53d81c5c9cc
|
653
618
|
response: !ruby/struct:VCR::Response
|
@@ -655,37 +620,37 @@
|
|
655
620
|
code: 200
|
656
621
|
message: OK
|
657
622
|
headers:
|
623
|
+
x-ua-compatible:
|
624
|
+
- IE=Edge,chrome=1
|
625
|
+
x-powered-by:
|
626
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
627
|
+
etag:
|
628
|
+
- "\"bb1916645af7d9995682c149492980cc\""
|
629
|
+
strict-transport-security:
|
630
|
+
- max-age=31536000
|
658
631
|
content-type:
|
659
632
|
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
660
|
-
transfer-encoding:
|
661
|
-
- chunked
|
662
633
|
connection:
|
663
634
|
- keep-alive
|
635
|
+
x-runtime:
|
636
|
+
- "0.037995"
|
637
|
+
server:
|
638
|
+
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
664
639
|
status:
|
665
640
|
- "200"
|
666
|
-
x-powered-by:
|
667
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
668
|
-
etag:
|
669
|
-
- "\"bb1916645af7d9995682c149492980cc\""
|
670
|
-
x-ua-compatible:
|
671
|
-
- IE=Edge,chrome=1
|
672
|
-
x-runtime:
|
673
|
-
- "0.060027"
|
674
641
|
cache-control:
|
675
642
|
- max-age=0, private, must-revalidate
|
676
|
-
|
677
|
-
-
|
678
|
-
server:
|
679
|
-
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
643
|
+
transfer-encoding:
|
644
|
+
- chunked
|
680
645
|
body: "{\"updated_at\":\"2012-02-22T17:07:29Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2404\",\"id\":\"2404\"}"
|
681
646
|
http_version: "1.1"
|
682
647
|
- !ruby/struct:VCR::HTTPInteraction
|
683
648
|
request: !ruby/struct:VCR::Request
|
684
649
|
method: :get
|
685
650
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2404?
|
686
|
-
body:
|
687
|
-
str: ""
|
651
|
+
body:
|
688
652
|
:@taguri: x-private:null
|
653
|
+
str: ""
|
689
654
|
headers:
|
690
655
|
accept:
|
691
656
|
- application/vnd.ticketevolution.api+json; version=8
|
@@ -698,40 +663,83 @@
|
|
698
663
|
code: 200
|
699
664
|
message: OK
|
700
665
|
headers:
|
666
|
+
x-ua-compatible:
|
667
|
+
- IE=Edge,chrome=1
|
668
|
+
x-powered-by:
|
669
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
670
|
+
etag:
|
671
|
+
- "\"bb1916645af7d9995682c149492980cc\""
|
672
|
+
strict-transport-security:
|
673
|
+
- max-age=31536000
|
701
674
|
content-type:
|
702
675
|
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
703
|
-
transfer-encoding:
|
704
|
-
- chunked
|
705
676
|
connection:
|
706
677
|
- keep-alive
|
678
|
+
x-runtime:
|
679
|
+
- "0.037995"
|
680
|
+
server:
|
681
|
+
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
707
682
|
status:
|
708
683
|
- "200"
|
684
|
+
cache-control:
|
685
|
+
- max-age=0, private, must-revalidate
|
686
|
+
transfer-encoding:
|
687
|
+
- chunked
|
688
|
+
body: "{\"updated_at\":\"2012-02-22T17:07:29Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2404\",\"id\":\"2404\"}"
|
689
|
+
http_version: "1.1"
|
690
|
+
- !ruby/struct:VCR::HTTPInteraction
|
691
|
+
request: !ruby/struct:VCR::Request
|
692
|
+
method: :put
|
693
|
+
uri: https://api.sandbox.ticketevolution.com:443/clients/2404
|
694
|
+
body: "{\"updated_at\":\"2012-02-22T17:07:29Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2404\",\"status_code\":201,\"server_message\":\"Generally returned by successful POST requests. \"}"
|
695
|
+
headers:
|
696
|
+
accept:
|
697
|
+
- application/vnd.ticketevolution.api+json; version=8
|
698
|
+
x-signature:
|
699
|
+
- igagZ7PD+E0vTGyT3RH4l54mKjOmtf2GrzU4mqyyCIM=
|
700
|
+
x-token:
|
701
|
+
- b2b5a7a33b1a78896ed1b53d81c5c9cc
|
702
|
+
response: !ruby/struct:VCR::Response
|
703
|
+
status: !ruby/struct:VCR::ResponseStatus
|
704
|
+
code: 200
|
705
|
+
message: OK
|
706
|
+
headers:
|
707
|
+
x-ua-compatible:
|
708
|
+
- IE=Edge,chrome=1
|
709
709
|
x-powered-by:
|
710
710
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
711
711
|
etag:
|
712
712
|
- "\"bb1916645af7d9995682c149492980cc\""
|
713
|
-
x-ua-compatible:
|
714
|
-
- IE=Edge,chrome=1
|
715
|
-
x-runtime:
|
716
|
-
- "0.037995"
|
717
|
-
cache-control:
|
718
|
-
- max-age=0, private, must-revalidate
|
719
713
|
strict-transport-security:
|
720
714
|
- max-age=31536000
|
715
|
+
content-type:
|
716
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
717
|
+
connection:
|
718
|
+
- keep-alive
|
719
|
+
x-runtime:
|
720
|
+
- "0.179335"
|
721
721
|
server:
|
722
722
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
723
|
+
status:
|
724
|
+
- "200"
|
725
|
+
cache-control:
|
726
|
+
- max-age=0, private, must-revalidate
|
727
|
+
transfer-encoding:
|
728
|
+
- chunked
|
723
729
|
body: "{\"updated_at\":\"2012-02-22T17:07:29Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2404\",\"id\":\"2404\"}"
|
724
730
|
http_version: "1.1"
|
725
731
|
- !ruby/struct:VCR::HTTPInteraction
|
726
732
|
request: !ruby/struct:VCR::Request
|
727
733
|
method: :get
|
728
|
-
uri: https://api.sandbox.ticketevolution.com:443/clients/2404
|
729
|
-
body:
|
730
|
-
str: ""
|
734
|
+
uri: https://api.sandbox.ticketevolution.com:443/clients/2404
|
735
|
+
body:
|
731
736
|
:@taguri: x-private:null
|
737
|
+
str: ""
|
732
738
|
headers:
|
733
739
|
accept:
|
734
740
|
- application/vnd.ticketevolution.api+json; version=8
|
741
|
+
accept-encoding:
|
742
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
735
743
|
x-signature:
|
736
744
|
- AqJkMduM7JmPcwo+VtPGFmguowzLv60/6AL9ARtrSkk=
|
737
745
|
x-token:
|
@@ -741,70 +749,70 @@
|
|
741
749
|
code: 200
|
742
750
|
message: OK
|
743
751
|
headers:
|
744
|
-
|
745
|
-
-
|
746
|
-
transfer-encoding:
|
747
|
-
- chunked
|
748
|
-
connection:
|
749
|
-
- keep-alive
|
750
|
-
status:
|
751
|
-
- "200"
|
752
|
+
x-ua-compatible:
|
753
|
+
- IE=Edge,chrome=1
|
752
754
|
x-powered-by:
|
753
755
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
754
756
|
etag:
|
755
757
|
- "\"bb1916645af7d9995682c149492980cc\""
|
756
|
-
x-ua-compatible:
|
757
|
-
- IE=Edge,chrome=1
|
758
|
-
x-runtime:
|
759
|
-
- "0.037995"
|
760
|
-
cache-control:
|
761
|
-
- max-age=0, private, must-revalidate
|
762
758
|
strict-transport-security:
|
763
759
|
- max-age=31536000
|
760
|
+
content-type:
|
761
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
762
|
+
connection:
|
763
|
+
- keep-alive
|
764
|
+
x-runtime:
|
765
|
+
- "0.140010"
|
764
766
|
server:
|
765
767
|
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
768
|
+
status:
|
769
|
+
- "200"
|
770
|
+
cache-control:
|
771
|
+
- max-age=0, private, must-revalidate
|
772
|
+
transfer-encoding:
|
773
|
+
- chunked
|
766
774
|
body: "{\"updated_at\":\"2012-02-22T17:07:29Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2404\",\"id\":\"2404\"}"
|
767
775
|
http_version: "1.1"
|
768
776
|
- !ruby/struct:VCR::HTTPInteraction
|
769
777
|
request: !ruby/struct:VCR::Request
|
770
778
|
method: :put
|
771
779
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2404
|
772
|
-
body: "{\"
|
780
|
+
body: "{\"addresses\":[],\"email_addresses\":[],\"name\":\"bar\",\"phone_numbers\":[],\"server_message\":\"Generally returned by successful POST requests. \",\"status_code\":201,\"updated_at\":\"2012-02-22T17:07:29Z\",\"url\":\"/clients/2404\"}"
|
773
781
|
headers:
|
782
|
+
accept:
|
783
|
+
- application/vnd.ticketevolution.api+json; version=8
|
774
784
|
x-signature:
|
775
|
-
-
|
785
|
+
- 6qfTnv9NQPgeC4ZDAdzfRiTlYz0/VMBTQgX8SNPlYD0=
|
776
786
|
x-token:
|
777
787
|
- b2b5a7a33b1a78896ed1b53d81c5c9cc
|
778
|
-
accept:
|
779
|
-
- application/vnd.ticketevolution.api+json; version=8
|
780
788
|
response: !ruby/struct:VCR::Response
|
781
789
|
status: !ruby/struct:VCR::ResponseStatus
|
782
790
|
code: 200
|
783
791
|
message: OK
|
784
792
|
headers:
|
793
|
+
x-ua-compatible:
|
794
|
+
- IE=Edge,chrome=1
|
795
|
+
x-powered-by:
|
796
|
+
- Phusion Passenger (mod_rails/mod_rack) 2.2.10
|
797
|
+
etag:
|
798
|
+
- "\"b58896cd9a50041a033626f2539aec18\""
|
799
|
+
strict-transport-security:
|
800
|
+
- max-age=31536000
|
785
801
|
content-type:
|
786
802
|
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
787
|
-
transfer-encoding:
|
788
|
-
- chunked
|
789
803
|
connection:
|
790
804
|
- keep-alive
|
805
|
+
x-runtime:
|
806
|
+
- "0.070331"
|
807
|
+
server:
|
808
|
+
- nginx/0.7.65 + Phusion Passenger 2.2.10 (mod_rails/mod_rack)
|
791
809
|
status:
|
792
810
|
- "200"
|
793
|
-
x-powered-by:
|
794
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
795
|
-
etag:
|
796
|
-
- "\"bb1916645af7d9995682c149492980cc\""
|
797
|
-
x-ua-compatible:
|
798
|
-
- IE=Edge,chrome=1
|
799
|
-
x-runtime:
|
800
|
-
- "0.179335"
|
801
811
|
cache-control:
|
802
812
|
- max-age=0, private, must-revalidate
|
803
|
-
|
804
|
-
-
|
805
|
-
|
806
|
-
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
807
|
-
body: "{\"updated_at\":\"2012-02-22T17:07:29Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2404\",\"id\":\"2404\"}"
|
813
|
+
transfer-encoding:
|
814
|
+
- chunked
|
815
|
+
body: "{\"updated_at\":\"2012-02-22T17:07:29Z\",\"phone_numbers\":[],\"url\":\"/clients/2404\",\"addresses\":[{\"postal_code\":\"92154\",\"street_address\":\"1230 Ilexey Ave\",\"extended_address\":null,\"locality\":\"San Diego\",\"latitude\":null,\"country_code\":null,\"region\":\"CA\",\"name\":\"Egbert Purog\",\"longitude\":null},{\"postal_code\":\"92154\",\"street_address\":\"1230 Ilexey Ave\",\"extended_address\":null,\"locality\":\"San Diego\",\"latitude\":null,\"country_code\":null,\"region\":\"CA\",\"name\":\"E Patrick Purog\",\"longitude\":null},{\"postal_code\":\"92154\",\"street_address\":\"1230 Ilexey Ave\",\"extended_address\":null,\"locality\":\"San Diego\",\"latitude\":null,\"country_code\":null,\"region\":\"CA\",\"name\":\"Egbert Purog\",\"longitude\":null},{\"postal_code\":\"92154\",\"street_address\":\"1230 Ilexey Ave\",\"extended_address\":null,\"locality\":\"San Diego\",\"latitude\":null,\"country_code\":null,\"region\":\"CA\",\"name\":\"E Patrick Purog\",\"longitude\":null}],\"name\":\"bar\",\"id\":\"2404\",\"email_addresses\":[]}"
|
808
816
|
http_version: "1.1"
|
809
817
|
- !ruby/struct:VCR::HTTPInteraction
|
810
818
|
request: !ruby/struct:VCR::Request
|
@@ -812,126 +820,262 @@
|
|
812
820
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2404
|
813
821
|
body: !!null
|
814
822
|
str: ""
|
815
|
-
|
823
|
+
"@taguri": x-private:null
|
816
824
|
headers:
|
817
|
-
x-signature:
|
818
|
-
- AqJkMduM7JmPcwo+VtPGFmguowzLv60/6AL9ARtrSkk=
|
819
|
-
x-token:
|
820
|
-
- b2b5a7a33b1a78896ed1b53d81c5c9cc
|
821
825
|
accept:
|
822
826
|
- application/vnd.ticketevolution.api+json; version=8
|
823
827
|
accept-encoding:
|
824
828
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
829
|
+
x-signature:
|
830
|
+
- AqJkMduM7JmPcwo+VtPGFmguowzLv60/6AL9ARtrSkk=
|
831
|
+
x-token:
|
832
|
+
- b2b5a7a33b1a78896ed1b53d81c5c9cc
|
825
833
|
response: !ruby/struct:VCR::Response
|
826
834
|
status: !ruby/struct:VCR::ResponseStatus
|
827
835
|
code: 200
|
828
836
|
message: OK
|
829
837
|
headers:
|
838
|
+
x-ua-compatible:
|
839
|
+
- IE=Edge,chrome=1
|
840
|
+
x-powered-by:
|
841
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
842
|
+
etag:
|
843
|
+
- "\"ca54f1d287709a518ee7f975418c59c0\""
|
844
|
+
strict-transport-security:
|
845
|
+
- max-age=31536000
|
830
846
|
content-type:
|
831
847
|
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
832
|
-
transfer-encoding:
|
833
|
-
- chunked
|
834
848
|
connection:
|
835
849
|
- keep-alive
|
850
|
+
x-runtime:
|
851
|
+
- "0.124917"
|
852
|
+
server:
|
853
|
+
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
836
854
|
status:
|
837
855
|
- "200"
|
838
|
-
x-powered-by:
|
839
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
840
|
-
etag:
|
841
|
-
- "\"bb1916645af7d9995682c149492980cc\""
|
842
|
-
x-ua-compatible:
|
843
|
-
- IE=Edge,chrome=1
|
844
|
-
x-runtime:
|
845
|
-
- "0.140010"
|
846
856
|
cache-control:
|
847
857
|
- max-age=0, private, must-revalidate
|
848
|
-
|
849
|
-
-
|
850
|
-
|
851
|
-
- nginx/1.0.11 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
852
|
-
body: "{\"updated_at\":\"2012-02-22T17:07:29Z\",\"addresses\":[],\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2404\",\"id\":\"2404\"}"
|
858
|
+
transfer-encoding:
|
859
|
+
- chunked
|
860
|
+
body: "{\"updated_at\":\"2012-02-22T17:07:29Z\",\"phone_numbers\":[],\"email_addresses\":[],\"addresses\":[{\"latitude\":null,\"postal_code\":\"92154\",\"longitude\":null,\"street_address\":\"1230 Ilexey Ave\",\"extended_address\":null,\"locality\":\"San Diego\",\"label\":null,\"name\":\"Egbert Purog\",\"id\":\"169999\",\"country_code\":null,\"region\":\"CA\"},{\"latitude\":null,\"postal_code\":\"92154\",\"longitude\":null,\"street_address\":\"1230 Ilexey Ave\",\"extended_address\":null,\"locality\":\"San Diego\",\"label\":null,\"name\":\"E Patrick Purog\",\"id\":\"170000\",\"country_code\":null,\"region\":\"CA\"},{\"latitude\":null,\"postal_code\":\"92154\",\"longitude\":null,\"street_address\":\"1230 Ilexey Ave\",\"extended_address\":null,\"locality\":\"San Diego\",\"label\":null,\"name\":\"Egbert Purog\",\"id\":\"170001\",\"country_code\":null,\"region\":\"CA\"},{\"latitude\":null,\"postal_code\":\"92154\",\"longitude\":null,\"street_address\":\"1230 Ilexey Ave\",\"extended_address\":null,\"locality\":\"San Diego\",\"label\":null,\"name\":\"E Patrick Purog\",\"id\":\"170002\",\"country_code\":null,\"region\":\"CA\"}],\"tags\":[],\"company\":null,\"name\":\"bar\",\"id\":\"2404\",\"url\":\"/clients/2404\"}"
|
853
861
|
http_version: "1.1"
|
854
862
|
- !ruby/struct:VCR::HTTPInteraction
|
855
863
|
request: !ruby/struct:VCR::Request
|
856
864
|
method: :put
|
857
865
|
uri: https://api.sandbox.ticketevolution.com:443/clients/2404
|
858
|
-
body: "{\"
|
866
|
+
body: "{\"name\":\"bar\"}"
|
859
867
|
headers:
|
868
|
+
accept:
|
869
|
+
- application/vnd.ticketevolution.api+json; version=8
|
860
870
|
x-signature:
|
861
|
-
-
|
871
|
+
- yoH7VBNazgwMD5qDylTSA6nucOZCbbxNcHercU2NTGU=
|
862
872
|
x-token:
|
863
873
|
- b2b5a7a33b1a78896ed1b53d81c5c9cc
|
864
|
-
accept:
|
865
|
-
- application/vnd.ticketevolution.api+json; version=8
|
866
874
|
response: !ruby/struct:VCR::Response
|
867
875
|
status: !ruby/struct:VCR::ResponseStatus
|
868
876
|
code: 200
|
869
877
|
message: OK
|
870
878
|
headers:
|
879
|
+
x-ua-compatible:
|
880
|
+
- IE=Edge,chrome=1
|
881
|
+
x-powered-by:
|
882
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
883
|
+
etag:
|
884
|
+
- "\"7dbda6f275ced9c83a06b0177e275a7d\""
|
871
885
|
content-type:
|
872
886
|
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
873
|
-
|
874
|
-
-
|
875
|
-
|
876
|
-
-
|
887
|
+
x-runtime:
|
888
|
+
- "0.182513"
|
889
|
+
server:
|
890
|
+
- nginx/1.0.14 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
877
891
|
status:
|
878
892
|
- "200"
|
893
|
+
cache-control:
|
894
|
+
- max-age=0, private, must-revalidate
|
895
|
+
transfer-encoding:
|
896
|
+
- chunked
|
897
|
+
body: "{\"addresses\":[{\"region\":\"CA\",\"street_address\":\"1230 Ilexey Ave\",\"longitude\":null,\"country_code\":null,\"extended_address\":null,\"name\":\"Egbert Purog\",\"id\":\"169999\",\"locality\":\"San Diego\",\"label\":null,\"latitude\":null,\"postal_code\":\"92154\"},{\"region\":\"CA\",\"street_address\":\"1230 Ilexey Ave\",\"longitude\":null,\"country_code\":null,\"extended_address\":null,\"name\":\"E Patrick Purog\",\"id\":\"170000\",\"locality\":\"San Diego\",\"label\":null,\"latitude\":null,\"postal_code\":\"92154\"},{\"region\":\"CA\",\"street_address\":\"1230 Ilexey Ave\",\"longitude\":null,\"country_code\":null,\"extended_address\":null,\"name\":\"Egbert Purog\",\"id\":\"170001\",\"locality\":\"San Diego\",\"label\":null,\"latitude\":null,\"postal_code\":\"92154\"},{\"region\":\"CA\",\"street_address\":\"1230 Ilexey Ave\",\"longitude\":null,\"country_code\":null,\"extended_address\":null,\"name\":\"E Patrick Purog\",\"id\":\"170002\",\"locality\":\"San Diego\",\"label\":null,\"latitude\":null,\"postal_code\":\"92154\"}],\"updated_at\":\"2012-02-22T17:07:29Z\",\"company\":null,\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2404\",\"id\":\"2404\",\"tags\":[]}"
|
898
|
+
http_version: "1.1"
|
899
|
+
- !ruby/struct:VCR::HTTPInteraction
|
900
|
+
request: !ruby/struct:VCR::Request
|
901
|
+
method: :put
|
902
|
+
uri: https://api.sandbox.ticketevolution.com:443/clients/2884
|
903
|
+
body: "{\"name\":\"bar\"}"
|
904
|
+
headers:
|
905
|
+
accept:
|
906
|
+
- application/vnd.ticketevolution.api+json; version=8
|
907
|
+
x-signature:
|
908
|
+
- fmk1uEMixfbjpRmo+083R+Qj//fh2FZ01c7AvVlF0KU=
|
909
|
+
x-token:
|
910
|
+
- b2b5a7a33b1a78896ed1b53d81c5c9cc
|
911
|
+
response: !ruby/struct:VCR::Response
|
912
|
+
status: !ruby/struct:VCR::ResponseStatus
|
913
|
+
code: 200
|
914
|
+
message: OK
|
915
|
+
headers:
|
916
|
+
x-ua-compatible:
|
917
|
+
- IE=Edge,chrome=1
|
879
918
|
x-powered-by:
|
880
|
-
- Phusion Passenger (mod_rails/mod_rack)
|
919
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
881
920
|
etag:
|
882
|
-
- "\"
|
921
|
+
- "\"294c77cec72f289a078b19134cf5e3d6\""
|
922
|
+
content-type:
|
923
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
883
924
|
x-runtime:
|
884
|
-
- "0.
|
885
|
-
|
886
|
-
-
|
887
|
-
|
888
|
-
-
|
925
|
+
- "0.062847"
|
926
|
+
server:
|
927
|
+
- nginx/1.0.14 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
928
|
+
status:
|
929
|
+
- "200"
|
889
930
|
cache-control:
|
890
931
|
- max-age=0, private, must-revalidate
|
891
|
-
|
892
|
-
-
|
893
|
-
body: "{\"
|
932
|
+
transfer-encoding:
|
933
|
+
- chunked
|
934
|
+
body: "{\"addresses\":[{\"region\":\"NY\",\"street_address\":\"22 geneva drive\",\"longitude\":null,\"country_code\":null,\"extended_address\":null,\"name\":\"brett finemore\",\"id\":\"171893\",\"locality\":\"queensbury\",\"label\":null,\"latitude\":null,\"postal_code\":\"12804\"},{\"region\":\"NY\",\"street_address\":\"22 geneva drive\",\"longitude\":null,\"country_code\":null,\"extended_address\":null,\"name\":\"brett finemore\",\"id\":\"171894\",\"locality\":\"queensbury\",\"label\":null,\"latitude\":null,\"postal_code\":\"12804\"}],\"updated_at\":\"2012-05-09T15:10:17Z\",\"company\":null,\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2884\",\"id\":\"2884\",\"tags\":[]}"
|
894
935
|
http_version: "1.1"
|
895
936
|
- !ruby/struct:VCR::HTTPInteraction
|
896
937
|
request: !ruby/struct:VCR::Request
|
897
938
|
method: :get
|
898
|
-
uri: https://api.sandbox.ticketevolution.com:443/clients/
|
939
|
+
uri: https://api.sandbox.ticketevolution.com:443/clients/2884
|
899
940
|
body:
|
900
941
|
headers:
|
942
|
+
accept:
|
943
|
+
- application/vnd.ticketevolution.api+json; version=8
|
901
944
|
x-signature:
|
902
|
-
-
|
945
|
+
- uImIFolUgNzXbaxIOuSb04HcnAVVIALY1VjRyiehZas=
|
903
946
|
x-token:
|
904
947
|
- b2b5a7a33b1a78896ed1b53d81c5c9cc
|
905
|
-
accept:
|
906
|
-
- application/vnd.ticketevolution.api+json; version=8
|
907
|
-
accept-encoding:
|
908
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
909
948
|
response: !ruby/struct:VCR::Response
|
910
949
|
status: !ruby/struct:VCR::ResponseStatus
|
911
950
|
code: 200
|
912
951
|
message: OK
|
913
952
|
headers:
|
953
|
+
x-ua-compatible:
|
954
|
+
- IE=Edge,chrome=1
|
955
|
+
x-powered-by:
|
956
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
957
|
+
etag:
|
958
|
+
- "\"294c77cec72f289a078b19134cf5e3d6\""
|
914
959
|
content-type:
|
915
960
|
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
916
|
-
|
917
|
-
-
|
918
|
-
|
919
|
-
-
|
961
|
+
x-runtime:
|
962
|
+
- "0.034524"
|
963
|
+
server:
|
964
|
+
- nginx/1.0.14 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
920
965
|
status:
|
921
966
|
- "200"
|
967
|
+
cache-control:
|
968
|
+
- max-age=0, private, must-revalidate
|
969
|
+
transfer-encoding:
|
970
|
+
- chunked
|
971
|
+
body: "{\"addresses\":[{\"region\":\"NY\",\"street_address\":\"22 geneva drive\",\"longitude\":null,\"country_code\":null,\"extended_address\":null,\"name\":\"brett finemore\",\"id\":\"171893\",\"locality\":\"queensbury\",\"label\":null,\"latitude\":null,\"postal_code\":\"12804\"},{\"region\":\"NY\",\"street_address\":\"22 geneva drive\",\"longitude\":null,\"country_code\":null,\"extended_address\":null,\"name\":\"brett finemore\",\"id\":\"171894\",\"locality\":\"queensbury\",\"label\":null,\"latitude\":null,\"postal_code\":\"12804\"}],\"updated_at\":\"2012-05-09T15:10:17Z\",\"company\":null,\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2884\",\"id\":\"2884\",\"tags\":[]}"
|
972
|
+
http_version: "1.1"
|
973
|
+
- !ruby/struct:VCR::HTTPInteraction
|
974
|
+
request: !ruby/struct:VCR::Request
|
975
|
+
method: :post
|
976
|
+
uri: https://api.sandbox.ticketevolution.com:443/clients
|
977
|
+
body: "{\"clients\":[{\"name\":\"foo\"}]}"
|
978
|
+
headers:
|
979
|
+
accept:
|
980
|
+
- application/vnd.ticketevolution.api+json; version=8
|
981
|
+
x-signature:
|
982
|
+
- Fjw96P6d0OgfpnxvFdz3E6L4KwmWOG/GzHLYaqPBltE=
|
983
|
+
x-token:
|
984
|
+
- b2b5a7a33b1a78896ed1b53d81c5c9cc
|
985
|
+
response: !ruby/struct:VCR::Response
|
986
|
+
status: !ruby/struct:VCR::ResponseStatus
|
987
|
+
code: 201
|
988
|
+
message: Created
|
989
|
+
headers:
|
990
|
+
x-ua-compatible:
|
991
|
+
- IE=Edge,chrome=1
|
922
992
|
x-powered-by:
|
923
993
|
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
994
|
+
content-type:
|
995
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
996
|
+
server:
|
997
|
+
- nginx/1.0.14 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
998
|
+
x-runtime:
|
999
|
+
- "0.087446"
|
1000
|
+
cache-control:
|
1001
|
+
- no-cache
|
1002
|
+
status:
|
1003
|
+
- "201"
|
1004
|
+
transfer-encoding:
|
1005
|
+
- chunked
|
1006
|
+
body: "{\"clients\":[{\"addresses\":[{\"region\":\"GA\",\"street_address\":\"4503 Sudbury Road\",\"longitude\":null,\"country_code\":null,\"extended_address\":null,\"name\":\"Denise Gurn-Callaway\",\"id\":\"171899\",\"locality\":\"Atlanta\",\"label\":null,\"latitude\":null,\"postal_code\":\"30360\"},{\"region\":\"GA\",\"street_address\":\"4503 Sudbury Road\",\"longitude\":null,\"country_code\":null,\"extended_address\":null,\"name\":\"Denise Gurn-Callaway\",\"id\":\"171900\",\"locality\":\"Atlanta\",\"label\":null,\"latitude\":null,\"postal_code\":\"30360\"}],\"updated_at\":\"2012-05-09T15:12:18Z\",\"company\":null,\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"foo\",\"url\":\"/clients/2887\",\"id\":\"2887\",\"tags\":[]}]}"
|
1007
|
+
http_version: "1.1"
|
1008
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1009
|
+
request: !ruby/struct:VCR::Request
|
1010
|
+
method: :put
|
1011
|
+
uri: https://api.sandbox.ticketevolution.com:443/clients/2887
|
1012
|
+
body: "{\"name\":\"bar\"}"
|
1013
|
+
headers:
|
1014
|
+
accept:
|
1015
|
+
- application/vnd.ticketevolution.api+json; version=8
|
1016
|
+
x-signature:
|
1017
|
+
- agGuTCOzYoJ/7Yu1pOAYVLRQB4mMTpVMil8jXBrTkEI=
|
1018
|
+
x-token:
|
1019
|
+
- b2b5a7a33b1a78896ed1b53d81c5c9cc
|
1020
|
+
response: !ruby/struct:VCR::Response
|
1021
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1022
|
+
code: 200
|
1023
|
+
message: OK
|
1024
|
+
headers:
|
1025
|
+
x-ua-compatible:
|
1026
|
+
- IE=Edge,chrome=1
|
924
1027
|
etag:
|
925
|
-
- "\"
|
1028
|
+
- "\"1bdc8512774ab2e502ef27977d729089\""
|
1029
|
+
x-powered-by:
|
1030
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
1031
|
+
content-type:
|
1032
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
1033
|
+
server:
|
1034
|
+
- nginx/1.0.14 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
1035
|
+
x-runtime:
|
1036
|
+
- "0.272329"
|
926
1037
|
cache-control:
|
927
1038
|
- max-age=0, private, must-revalidate
|
928
|
-
|
929
|
-
- "
|
1039
|
+
status:
|
1040
|
+
- "200"
|
1041
|
+
transfer-encoding:
|
1042
|
+
- chunked
|
1043
|
+
body: "{\"addresses\":[{\"region\":\"GA\",\"street_address\":\"4503 Sudbury Road\",\"longitude\":null,\"country_code\":null,\"extended_address\":null,\"name\":\"Denise Gurn-Callaway\",\"id\":\"171899\",\"locality\":\"Atlanta\",\"label\":null,\"latitude\":null,\"postal_code\":\"30360\"},{\"region\":\"GA\",\"street_address\":\"4503 Sudbury Road\",\"longitude\":null,\"country_code\":null,\"extended_address\":null,\"name\":\"Denise Gurn-Callaway\",\"id\":\"171900\",\"locality\":\"Atlanta\",\"label\":null,\"latitude\":null,\"postal_code\":\"30360\"}],\"updated_at\":\"2012-05-09T15:12:19Z\",\"company\":null,\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2887\",\"id\":\"2887\",\"tags\":[]}"
|
1044
|
+
http_version: "1.1"
|
1045
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1046
|
+
request: !ruby/struct:VCR::Request
|
1047
|
+
method: :get
|
1048
|
+
uri: https://api.sandbox.ticketevolution.com:443/clients/2887
|
1049
|
+
body:
|
1050
|
+
headers:
|
1051
|
+
accept:
|
1052
|
+
- application/vnd.ticketevolution.api+json; version=8
|
1053
|
+
x-signature:
|
1054
|
+
- IlBf0mJ4MkqLE+PztVtGm11s1uh1nsPOHP+zxibF4vM=
|
1055
|
+
x-token:
|
1056
|
+
- b2b5a7a33b1a78896ed1b53d81c5c9cc
|
1057
|
+
response: !ruby/struct:VCR::Response
|
1058
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1059
|
+
code: 200
|
1060
|
+
message: OK
|
1061
|
+
headers:
|
930
1062
|
x-ua-compatible:
|
931
1063
|
- IE=Edge,chrome=1
|
932
|
-
|
933
|
-
-
|
1064
|
+
etag:
|
1065
|
+
- "\"1bdc8512774ab2e502ef27977d729089\""
|
1066
|
+
x-powered-by:
|
1067
|
+
- Phusion Passenger (mod_rails/mod_rack) 3.0.11
|
1068
|
+
content-type:
|
1069
|
+
- application/vnd.ticketevolution.api+json; version=8; charset=utf-8
|
934
1070
|
server:
|
935
|
-
- nginx/1.0.
|
936
|
-
|
1071
|
+
- nginx/1.0.14 + Phusion Passenger 3.0.11 (mod_rails/mod_rack)
|
1072
|
+
x-runtime:
|
1073
|
+
- "0.027986"
|
1074
|
+
cache-control:
|
1075
|
+
- max-age=0, private, must-revalidate
|
1076
|
+
status:
|
1077
|
+
- "200"
|
1078
|
+
transfer-encoding:
|
1079
|
+
- chunked
|
1080
|
+
body: "{\"addresses\":[{\"region\":\"GA\",\"street_address\":\"4503 Sudbury Road\",\"longitude\":null,\"country_code\":null,\"extended_address\":null,\"name\":\"Denise Gurn-Callaway\",\"id\":\"171899\",\"locality\":\"Atlanta\",\"label\":null,\"latitude\":null,\"postal_code\":\"30360\"},{\"region\":\"GA\",\"street_address\":\"4503 Sudbury Road\",\"longitude\":null,\"country_code\":null,\"extended_address\":null,\"name\":\"Denise Gurn-Callaway\",\"id\":\"171900\",\"locality\":\"Atlanta\",\"label\":null,\"latitude\":null,\"postal_code\":\"30360\"}],\"updated_at\":\"2012-05-09T15:12:19Z\",\"company\":null,\"email_addresses\":[],\"phone_numbers\":[],\"name\":\"bar\",\"url\":\"/clients/2887\",\"id\":\"2887\",\"tags\":[]}"
|
937
1081
|
http_version: "1.1"
|