contentful_bootstrap 2.0.2 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +3 -0
  3. data/CHANGELOG.md +6 -0
  4. data/Gemfile +1 -1
  5. data/examples/templates/catalogue.json +87 -62
  6. data/lib/contentful/bootstrap/commands/create_space.rb +1 -1
  7. data/lib/contentful/bootstrap/generator.rb +9 -9
  8. data/lib/contentful/bootstrap/templates/base.rb +42 -24
  9. data/lib/contentful/bootstrap/templates/blog.rb +2 -0
  10. data/lib/contentful/bootstrap/templates/json_template.rb +24 -11
  11. data/lib/contentful/bootstrap/templates/links/base.rb +5 -0
  12. data/lib/contentful/bootstrap/token.rb +3 -3
  13. data/lib/contentful/bootstrap/version.rb +5 -1
  14. data/spec/contentful/bootstrap/commands/create_space_spec.rb +56 -4
  15. data/spec/contentful/bootstrap/commands/generate_token_spec.rb +14 -0
  16. data/spec/contentful/bootstrap/templates/json_template_spec.rb +39 -1
  17. data/spec/contentful/bootstrap/templates/links/asset_spec.rb +14 -0
  18. data/spec/contentful/bootstrap/templates/links/base_spec.rb +15 -1
  19. data/spec/contentful/bootstrap/templates/links/entry_spec.rb +14 -0
  20. data/spec/fixtures/json_fixtures/high.json +6 -0
  21. data/spec/fixtures/json_fixtures/invalid.json +5 -0
  22. data/spec/fixtures/json_fixtures/issue_22.json +20 -15
  23. data/spec/fixtures/json_fixtures/links.json +18 -0
  24. data/spec/fixtures/json_fixtures/low.json +6 -0
  25. data/spec/fixtures/json_fixtures/no_ids.json +25 -0
  26. data/spec/fixtures/json_fixtures/ok_version.json +6 -0
  27. data/spec/fixtures/json_fixtures/simple.json +8 -3
  28. data/spec/fixtures/json_fixtures/wl1z0pal05vy.json +209 -172
  29. data/spec/fixtures/vcr_fixtures/create_space.yml +202 -0
  30. data/spec/fixtures/vcr_fixtures/create_space_with_blog_template.yml +4337 -0
  31. data/spec/fixtures/vcr_fixtures/create_space_with_catalogue_template.yml +9987 -0
  32. data/spec/fixtures/vcr_fixtures/create_space_with_gallery_template.yml +5609 -0
  33. data/spec/fixtures/vcr_fixtures/generate_json.yml +177 -177
  34. data/spec/fixtures/vcr_fixtures/generate_token.yml +394 -0
  35. data/spec/fixtures/vcr_fixtures/issue_22.yml +914 -307
  36. data/spec/fixtures/vcr_fixtures/no_ids.yml +1314 -0
  37. metadata +27 -3
@@ -13,6 +13,8 @@ http_interactions:
13
13
  - Bearer foobar
14
14
  Content-Type:
15
15
  - application/vnd.contentful.management.v1+json
16
+ X-Contentful-Organization:
17
+ - 1PLOOEmTI2S1NYald2TemO
16
18
  Connection:
17
19
  - close
18
20
  Host:
@@ -29,7 +31,7 @@ http_interactions:
29
31
  Access-Control-Allow-Methods:
30
32
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
31
33
  Access-Control-Allow-Origin:
32
- - "*"
34
+ - '*'
33
35
  Access-Control-Expose-Headers:
34
36
  - Etag
35
37
  Access-Control-Max-Age:
@@ -39,11 +41,11 @@ http_interactions:
39
41
  Content-Type:
40
42
  - application/vnd.contentful.management.v1+json
41
43
  Date:
42
- - Wed, 18 Nov 2015 12:20:57 GMT
44
+ - Mon, 23 Nov 2015 10:10:00 GMT
43
45
  Etag:
44
- - '"f4fc7884a50f2e24116f49f2cbc11e22"'
46
+ - '"b400259b3e539ea3d2fff426cc3b3be2"'
45
47
  Location:
46
- - https://api.contentful.com/spaces/wbtalxpseprz
48
+ - https://api.contentful.com/spaces/8rbh6yfkme6s
47
49
  Server:
48
50
  - nginx
49
51
  Status:
@@ -53,7 +55,7 @@ http_interactions:
53
55
  X-Content-Type-Options:
54
56
  - nosniff
55
57
  X-Contentful-Request-Id:
56
- - b89-1468408633
58
+ - 9e1-618763834
57
59
  Content-Length:
58
60
  - '451'
59
61
  Connection:
@@ -64,33 +66,33 @@ http_interactions:
64
66
  {
65
67
  "sys":{
66
68
  "type":"Space",
67
- "id":"wbtalxpseprz",
69
+ "id":"8rbh6yfkme6s",
68
70
  "version":1,
69
71
  "createdBy":{
70
72
  "sys":{
71
73
  "type":"Link",
72
74
  "linkType":"User",
73
- "id":"4SejVrWT96dvL9IV4Nb7sQ"
75
+ "id":"4FLrUHftHW3v2BLi9fzfjU"
74
76
  }
75
77
  },
76
- "createdAt":"2015-11-18T12:20:57Z",
78
+ "createdAt":"2015-11-23T10:09:57Z",
77
79
  "updatedBy":{
78
80
  "sys":{
79
81
  "type":"Link",
80
82
  "linkType":"User",
81
- "id":"4SejVrWT96dvL9IV4Nb7sQ"
83
+ "id":"4FLrUHftHW3v2BLi9fzfjU"
82
84
  }
83
85
  },
84
- "updatedAt":"2015-11-18T12:20:57Z"
86
+ "updatedAt":"2015-11-23T10:09:57Z"
85
87
  },
86
88
  "name":"issue_22"
87
89
  }
88
90
 
89
91
  http_version:
90
- recorded_at: Wed, 18 Nov 2015 12:20:57 GMT
92
+ recorded_at: Mon, 23 Nov 2015 10:09:59 GMT
91
93
  - request:
92
94
  method: put
93
- uri: https://api.contentful.com/spaces/wbtalxpseprz/content_types/1VX60jHERm6yuem8I2agWG
95
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/content_types/1VX60jHERm6yuem8I2agWG
94
96
  body:
95
97
  encoding: UTF-8
96
98
  string: '{"displayField":"title","name":"yolo","description":null,"fields":[{"id":"title","name":"title","type":"Symbol"},{"id":"assets","name":"assets","type":"Array","items":{"type":"Link","linkType":"Asset"}}]}'
@@ -115,19 +117,19 @@ http_interactions:
115
117
  Access-Control-Allow-Methods:
116
118
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
117
119
  Access-Control-Allow-Origin:
118
- - "*"
120
+ - '*'
119
121
  Access-Control-Expose-Headers:
120
122
  - Etag
121
123
  Access-Control-Max-Age:
122
124
  - '1728000'
123
125
  Cf-Space-Id:
124
- - wbtalxpseprz
126
+ - 8rbh6yfkme6s
125
127
  Content-Type:
126
128
  - application/vnd.contentful.management.v1+json
127
129
  Date:
128
- - Wed, 18 Nov 2015 12:20:59 GMT
130
+ - Mon, 23 Nov 2015 10:10:04 GMT
129
131
  Etag:
130
- - '"e8a357ce998307b38e426765b46a2a2b"'
132
+ - '"81e8635fbe7283d5f4bf2af63cb87be5"'
131
133
  Server:
132
134
  - nginx
133
135
  Strict-Transport-Security:
@@ -135,7 +137,7 @@ http_interactions:
135
137
  X-Content-Type-Options:
136
138
  - nosniff
137
139
  X-Contentful-Request-Id:
138
- - content-api:19f8RrtM8OkSiSmeAocO2g
140
+ - content-api:3CqpjytXluOwOcwkU0oCUi
139
141
  X-Powered-By:
140
142
  - Express
141
143
  Content-Length:
@@ -173,36 +175,36 @@ http_interactions:
173
175
  "id": "1VX60jHERm6yuem8I2agWG",
174
176
  "type": "ContentType",
175
177
  "version": 1,
176
- "createdAt": "2015-11-18T12:20:59.205Z",
178
+ "createdAt": "2015-11-23T10:10:04.310Z",
177
179
  "createdBy": {
178
180
  "sys": {
179
181
  "type": "Link",
180
182
  "linkType": "User",
181
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
183
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
182
184
  }
183
185
  },
184
186
  "space": {
185
187
  "sys": {
186
188
  "type": "Link",
187
189
  "linkType": "Space",
188
- "id": "wbtalxpseprz"
190
+ "id": "8rbh6yfkme6s"
189
191
  }
190
192
  },
191
- "updatedAt": "2015-11-18T12:20:59.206Z",
193
+ "updatedAt": "2015-11-23T10:10:04.310Z",
192
194
  "updatedBy": {
193
195
  "sys": {
194
196
  "type": "Link",
195
197
  "linkType": "User",
196
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
198
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
197
199
  }
198
200
  }
199
201
  }
200
202
  }
201
203
  http_version:
202
- recorded_at: Wed, 18 Nov 2015 12:20:59 GMT
204
+ recorded_at: Mon, 23 Nov 2015 10:10:03 GMT
203
205
  - request:
204
206
  method: put
205
- uri: https://api.contentful.com/spaces/wbtalxpseprz/content_types/1VX60jHERm6yuem8I2agWG/published
207
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/content_types/1VX60jHERm6yuem8I2agWG/published
206
208
  body:
207
209
  encoding: US-ASCII
208
210
  string: ''
@@ -231,19 +233,19 @@ http_interactions:
231
233
  Access-Control-Allow-Methods:
232
234
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
233
235
  Access-Control-Allow-Origin:
234
- - "*"
236
+ - '*'
235
237
  Access-Control-Expose-Headers:
236
238
  - Etag
237
239
  Access-Control-Max-Age:
238
240
  - '1728000'
239
241
  Cf-Space-Id:
240
- - wbtalxpseprz
242
+ - 8rbh6yfkme6s
241
243
  Content-Type:
242
244
  - application/vnd.contentful.management.v1+json
243
245
  Date:
244
- - Wed, 18 Nov 2015 12:21:00 GMT
246
+ - Mon, 23 Nov 2015 10:10:08 GMT
245
247
  Etag:
246
- - '"b57191984ce3ba2558afa0f684557c65"'
248
+ - '"eb776563a19da9302c3ab724971db63b"'
247
249
  Server:
248
250
  - nginx
249
251
  Strict-Transport-Security:
@@ -251,7 +253,7 @@ http_interactions:
251
253
  X-Content-Type-Options:
252
254
  - nosniff
253
255
  X-Contentful-Request-Id:
254
- - content-api:3sBXBSwPCMyqo4McQaK2Ca
256
+ - content-api:585JB17hy0SkMsmiQAq66O
255
257
  X-Powered-By:
256
258
  - Express
257
259
  Content-Length:
@@ -288,48 +290,48 @@ http_interactions:
288
290
  "sys": {
289
291
  "id": "1VX60jHERm6yuem8I2agWG",
290
292
  "type": "ContentType",
291
- "createdAt": "2015-11-18T12:20:59.205Z",
293
+ "createdAt": "2015-11-23T10:10:04.310Z",
292
294
  "createdBy": {
293
295
  "sys": {
294
296
  "type": "Link",
295
297
  "linkType": "User",
296
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
298
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
297
299
  }
298
300
  },
299
301
  "space": {
300
302
  "sys": {
301
303
  "type": "Link",
302
304
  "linkType": "Space",
303
- "id": "wbtalxpseprz"
305
+ "id": "8rbh6yfkme6s"
304
306
  }
305
307
  },
306
308
  "version": 2,
307
- "updatedAt": "2015-11-18T12:21:00.054Z",
309
+ "updatedAt": "2015-11-23T10:10:08.012Z",
308
310
  "updatedBy": {
309
311
  "sys": {
310
312
  "type": "Link",
311
313
  "linkType": "User",
312
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
314
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
313
315
  }
314
316
  },
315
- "firstPublishedAt": "2015-11-18T12:21:00.054Z",
317
+ "firstPublishedAt": "2015-11-23T10:10:08.012Z",
316
318
  "publishedCounter": 1,
317
- "publishedAt": "2015-11-18T12:21:00.054Z",
319
+ "publishedAt": "2015-11-23T10:10:08.012Z",
318
320
  "publishedBy": {
319
321
  "sys": {
320
322
  "type": "Link",
321
323
  "linkType": "User",
322
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
324
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
323
325
  }
324
326
  },
325
327
  "publishedVersion": 1
326
328
  }
327
329
  }
328
330
  http_version:
329
- recorded_at: Wed, 18 Nov 2015 12:21:00 GMT
331
+ recorded_at: Mon, 23 Nov 2015 10:10:07 GMT
330
332
  - request:
331
333
  method: put
332
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/2cMU9UUngYMqAEmw4Cm8Iw
334
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/2cMU9UUngYMqAEmw4Cm8Iw
333
335
  body:
334
336
  encoding: UTF-8
335
337
  string: '{"fields":{"title":{"en-US":"Screen Shot 2015-11-18 at 11.42.12"},"description":{"en-US":null},"file":{"en-US":{"contentType":"image/jpeg","fileName":"Screen
@@ -355,19 +357,19 @@ http_interactions:
355
357
  Access-Control-Allow-Methods:
356
358
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
357
359
  Access-Control-Allow-Origin:
358
- - "*"
360
+ - '*'
359
361
  Access-Control-Expose-Headers:
360
362
  - Etag
361
363
  Access-Control-Max-Age:
362
364
  - '1728000'
363
365
  Cf-Space-Id:
364
- - wbtalxpseprz
366
+ - 8rbh6yfkme6s
365
367
  Content-Type:
366
368
  - application/vnd.contentful.management.v1+json
367
369
  Date:
368
- - Wed, 18 Nov 2015 12:21:01 GMT
370
+ - Mon, 23 Nov 2015 10:10:09 GMT
369
371
  Etag:
370
- - '"0cb47fefce1f00a632226404960a648a"'
372
+ - '"987dfc426127013fa8b72c978eb42bb1"'
371
373
  Server:
372
374
  - nginx
373
375
  Strict-Transport-Security:
@@ -375,7 +377,7 @@ http_interactions:
375
377
  X-Content-Type-Options:
376
378
  - nosniff
377
379
  X-Contentful-Request-Id:
378
- - content-api:1QlDr6SSEQkU28M0Eo8uES
380
+ - content-api:5x2HIuEO2Ikm8Yi0yU4Q6S
379
381
  X-Powered-By:
380
382
  - Express
381
383
  Content-Length:
@@ -405,36 +407,36 @@ http_interactions:
405
407
  "id": "2cMU9UUngYMqAEmw4Cm8Iw",
406
408
  "type": "Asset",
407
409
  "version": 1,
408
- "createdAt": "2015-11-18T12:21:01.356Z",
410
+ "createdAt": "2015-11-23T10:10:09.197Z",
409
411
  "createdBy": {
410
412
  "sys": {
411
413
  "type": "Link",
412
414
  "linkType": "User",
413
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
415
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
414
416
  }
415
417
  },
416
418
  "space": {
417
419
  "sys": {
418
420
  "type": "Link",
419
421
  "linkType": "Space",
420
- "id": "wbtalxpseprz"
422
+ "id": "8rbh6yfkme6s"
421
423
  }
422
424
  },
423
- "updatedAt": "2015-11-18T12:21:01.357Z",
425
+ "updatedAt": "2015-11-23T10:10:09.197Z",
424
426
  "updatedBy": {
425
427
  "sys": {
426
428
  "type": "Link",
427
429
  "linkType": "User",
428
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
430
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
429
431
  }
430
432
  }
431
433
  }
432
434
  }
433
435
  http_version:
434
- recorded_at: Wed, 18 Nov 2015 12:21:01 GMT
436
+ recorded_at: Mon, 23 Nov 2015 10:10:08 GMT
435
437
  - request:
436
438
  method: put
437
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/2cMU9UUngYMqAEmw4Cm8Iw/files/en-US/process
439
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/2cMU9UUngYMqAEmw4Cm8Iw/files/en-US/process
438
440
  body:
439
441
  encoding: US-ASCII
440
442
  string: ''
@@ -463,17 +465,17 @@ http_interactions:
463
465
  Access-Control-Allow-Methods:
464
466
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
465
467
  Access-Control-Allow-Origin:
466
- - "*"
468
+ - '*'
467
469
  Access-Control-Expose-Headers:
468
470
  - Etag
469
471
  Access-Control-Max-Age:
470
472
  - '1728000'
471
473
  Cf-Space-Id:
472
- - wbtalxpseprz
474
+ - 8rbh6yfkme6s
473
475
  Content-Type:
474
476
  - application/vnd.contentful.management.v1+json
475
477
  Date:
476
- - Wed, 18 Nov 2015 12:21:02 GMT
478
+ - Mon, 23 Nov 2015 10:10:13 GMT
477
479
  Server:
478
480
  - nginx
479
481
  Strict-Transport-Security:
@@ -481,7 +483,7 @@ http_interactions:
481
483
  X-Content-Type-Options:
482
484
  - nosniff
483
485
  X-Contentful-Request-Id:
484
- - content-api:2ESKF84OSoGqKYK6O0US0c
486
+ - content-api:3q2P6UGYekEya2mmCSKko2
485
487
  X-Powered-By:
486
488
  - Express
487
489
  Connection:
@@ -490,10 +492,10 @@ http_interactions:
490
492
  encoding: UTF-8
491
493
  string: ''
492
494
  http_version:
493
- recorded_at: Wed, 18 Nov 2015 12:21:02 GMT
495
+ recorded_at: Mon, 23 Nov 2015 10:10:11 GMT
494
496
  - request:
495
497
  method: get
496
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/2cMU9UUngYMqAEmw4Cm8Iw
498
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/2cMU9UUngYMqAEmw4Cm8Iw
497
499
  body:
498
500
  encoding: US-ASCII
499
501
  string: ''
@@ -520,19 +522,19 @@ http_interactions:
520
522
  Access-Control-Allow-Methods:
521
523
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
522
524
  Access-Control-Allow-Origin:
523
- - "*"
525
+ - '*'
524
526
  Access-Control-Expose-Headers:
525
527
  - Etag
526
528
  Access-Control-Max-Age:
527
529
  - '1728000'
528
530
  Cf-Space-Id:
529
- - wbtalxpseprz
531
+ - 8rbh6yfkme6s
530
532
  Content-Type:
531
533
  - application/vnd.contentful.management.v1+json
532
534
  Date:
533
- - Wed, 18 Nov 2015 12:21:03 GMT
535
+ - Mon, 23 Nov 2015 10:10:13 GMT
534
536
  Etag:
535
- - '"e07806405f2fd5238390c11aa700c030"'
537
+ - '"89f9057f37ea7bd0bc77db7a03d22b32"'
536
538
  Server:
537
539
  - nginx
538
540
  Strict-Transport-Security:
@@ -540,7 +542,7 @@ http_interactions:
540
542
  X-Content-Type-Options:
541
543
  - nosniff
542
544
  X-Contentful-Request-Id:
543
- - content-api:1g5Dig9q3C02YQcg4W2eKK
545
+ - content-api:3JQ6kbp7BC2yGUiSWA4EWo
544
546
  X-Powered-By:
545
547
  - Express
546
548
  Content-Length:
@@ -569,44 +571,44 @@ http_interactions:
569
571
  },
570
572
  "size": 26898
571
573
  },
572
- "url": "//images.contentful.com/wbtalxpseprz/2cMU9UUngYMqAEmw4Cm8Iw/4bb979950d59edeed3c09c172bfdfa63/Screen_Shot_2015-11-18_at_11.42.12.jpg"
574
+ "url": "//images.contentful.com/8rbh6yfkme6s/2cMU9UUngYMqAEmw4Cm8Iw/5a7c40665159f117a7e168cbffdb337f/Screen_Shot_2015-11-18_at_11.42.12.jpg"
573
575
  }
574
576
  }
575
577
  },
576
578
  "sys": {
577
579
  "id": "2cMU9UUngYMqAEmw4Cm8Iw",
578
580
  "type": "Asset",
579
- "createdAt": "2015-11-18T12:21:01.356Z",
581
+ "createdAt": "2015-11-23T10:10:09.197Z",
580
582
  "createdBy": {
581
583
  "sys": {
582
584
  "type": "Link",
583
585
  "linkType": "User",
584
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
586
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
585
587
  }
586
588
  },
587
589
  "space": {
588
590
  "sys": {
589
591
  "type": "Link",
590
592
  "linkType": "Space",
591
- "id": "wbtalxpseprz"
593
+ "id": "8rbh6yfkme6s"
592
594
  }
593
595
  },
594
596
  "version": 2,
595
- "updatedAt": "2015-11-18T12:21:02.759Z",
597
+ "updatedAt": "2015-11-23T10:10:13.405Z",
596
598
  "updatedBy": {
597
599
  "sys": {
598
600
  "type": "Link",
599
601
  "linkType": "User",
600
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
602
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
601
603
  }
602
604
  }
603
605
  }
604
606
  }
605
607
  http_version:
606
- recorded_at: Wed, 18 Nov 2015 12:21:03 GMT
608
+ recorded_at: Mon, 23 Nov 2015 10:10:12 GMT
607
609
  - request:
608
610
  method: put
609
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/2cMU9UUngYMqAEmw4Cm8Iw/published
611
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/2cMU9UUngYMqAEmw4Cm8Iw/published
610
612
  body:
611
613
  encoding: US-ASCII
612
614
  string: ''
@@ -635,19 +637,19 @@ http_interactions:
635
637
  Access-Control-Allow-Methods:
636
638
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
637
639
  Access-Control-Allow-Origin:
638
- - "*"
640
+ - '*'
639
641
  Access-Control-Expose-Headers:
640
642
  - Etag
641
643
  Access-Control-Max-Age:
642
644
  - '1728000'
643
645
  Cf-Space-Id:
644
- - wbtalxpseprz
646
+ - 8rbh6yfkme6s
645
647
  Content-Type:
646
648
  - application/vnd.contentful.management.v1+json
647
649
  Date:
648
- - Wed, 18 Nov 2015 12:21:04 GMT
650
+ - Mon, 23 Nov 2015 10:10:14 GMT
649
651
  Etag:
650
- - '"649d59b2976af140bfb38b69533a414b"'
652
+ - '"cf3b56114016cbb2b1738d8b115e1bfb"'
651
653
  Server:
652
654
  - nginx
653
655
  Strict-Transport-Security:
@@ -655,7 +657,7 @@ http_interactions:
655
657
  X-Content-Type-Options:
656
658
  - nosniff
657
659
  X-Contentful-Request-Id:
658
- - content-api:6xs5pPPJe0I8mOSuMCuSOQ
660
+ - content-api:5QQUBeRaxyYi6WGQU4OGou
659
661
  X-Powered-By:
660
662
  - Express
661
663
  Content-Length:
@@ -684,55 +686,55 @@ http_interactions:
684
686
  },
685
687
  "size": 26898
686
688
  },
687
- "url": "//images.contentful.com/wbtalxpseprz/2cMU9UUngYMqAEmw4Cm8Iw/4bb979950d59edeed3c09c172bfdfa63/Screen_Shot_2015-11-18_at_11.42.12.jpg"
689
+ "url": "//images.contentful.com/8rbh6yfkme6s/2cMU9UUngYMqAEmw4Cm8Iw/5a7c40665159f117a7e168cbffdb337f/Screen_Shot_2015-11-18_at_11.42.12.jpg"
688
690
  }
689
691
  }
690
692
  },
691
693
  "sys": {
692
694
  "id": "2cMU9UUngYMqAEmw4Cm8Iw",
693
695
  "type": "Asset",
694
- "createdAt": "2015-11-18T12:21:01.356Z",
696
+ "createdAt": "2015-11-23T10:10:09.197Z",
695
697
  "createdBy": {
696
698
  "sys": {
697
699
  "type": "Link",
698
700
  "linkType": "User",
699
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
701
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
700
702
  }
701
703
  },
702
704
  "space": {
703
705
  "sys": {
704
706
  "type": "Link",
705
707
  "linkType": "Space",
706
- "id": "wbtalxpseprz"
708
+ "id": "8rbh6yfkme6s"
707
709
  }
708
710
  },
709
711
  "version": 3,
710
- "updatedAt": "2015-11-18T12:21:04.269Z",
712
+ "updatedAt": "2015-11-23T10:10:14.222Z",
711
713
  "updatedBy": {
712
714
  "sys": {
713
715
  "type": "Link",
714
716
  "linkType": "User",
715
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
717
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
716
718
  }
717
719
  },
718
- "firstPublishedAt": "2015-11-18T12:21:04.269Z",
720
+ "firstPublishedAt": "2015-11-23T10:10:14.222Z",
719
721
  "publishedCounter": 1,
720
- "publishedAt": "2015-11-18T12:21:04.269Z",
722
+ "publishedAt": "2015-11-23T10:10:14.222Z",
721
723
  "publishedBy": {
722
724
  "sys": {
723
725
  "type": "Link",
724
726
  "linkType": "User",
725
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
727
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
726
728
  }
727
729
  },
728
730
  "publishedVersion": 2
729
731
  }
730
732
  }
731
733
  http_version:
732
- recorded_at: Wed, 18 Nov 2015 12:21:04 GMT
734
+ recorded_at: Mon, 23 Nov 2015 10:10:13 GMT
733
735
  - request:
734
736
  method: put
735
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/4D5sv49qaAoMIkWgAW8g0I
737
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/4D5sv49qaAoMIkWgAW8g0I
736
738
  body:
737
739
  encoding: UTF-8
738
740
  string: '{"fields":{"title":{"en-US":"Screen Shot 2015-11-16 at 21.37.19"},"description":{"en-US":null},"file":{"en-US":{"contentType":"image/jpeg","fileName":"Screen
@@ -758,19 +760,19 @@ http_interactions:
758
760
  Access-Control-Allow-Methods:
759
761
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
760
762
  Access-Control-Allow-Origin:
761
- - "*"
763
+ - '*'
762
764
  Access-Control-Expose-Headers:
763
765
  - Etag
764
766
  Access-Control-Max-Age:
765
767
  - '1728000'
766
768
  Cf-Space-Id:
767
- - wbtalxpseprz
769
+ - 8rbh6yfkme6s
768
770
  Content-Type:
769
771
  - application/vnd.contentful.management.v1+json
770
772
  Date:
771
- - Wed, 18 Nov 2015 12:21:06 GMT
773
+ - Mon, 23 Nov 2015 10:10:15 GMT
772
774
  Etag:
773
- - '"f364a5162e6f93e571dd8da2df2f118c"'
775
+ - '"9f0867dee1111360d4662a94c5f166cb"'
774
776
  Server:
775
777
  - nginx
776
778
  Strict-Transport-Security:
@@ -778,7 +780,7 @@ http_interactions:
778
780
  X-Content-Type-Options:
779
781
  - nosniff
780
782
  X-Contentful-Request-Id:
781
- - content-api:5pdHNfaEggkAEOwEcO2GgA
783
+ - content-api:4G8370Etlm4uCIAkAqkwIK
782
784
  X-Powered-By:
783
785
  - Express
784
786
  Content-Length:
@@ -808,36 +810,36 @@ http_interactions:
808
810
  "id": "4D5sv49qaAoMIkWgAW8g0I",
809
811
  "type": "Asset",
810
812
  "version": 1,
811
- "createdAt": "2015-11-18T12:21:05.965Z",
813
+ "createdAt": "2015-11-23T10:10:15.168Z",
812
814
  "createdBy": {
813
815
  "sys": {
814
816
  "type": "Link",
815
817
  "linkType": "User",
816
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
818
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
817
819
  }
818
820
  },
819
821
  "space": {
820
822
  "sys": {
821
823
  "type": "Link",
822
824
  "linkType": "Space",
823
- "id": "wbtalxpseprz"
825
+ "id": "8rbh6yfkme6s"
824
826
  }
825
827
  },
826
- "updatedAt": "2015-11-18T12:21:05.965Z",
828
+ "updatedAt": "2015-11-23T10:10:15.168Z",
827
829
  "updatedBy": {
828
830
  "sys": {
829
831
  "type": "Link",
830
832
  "linkType": "User",
831
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
833
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
832
834
  }
833
835
  }
834
836
  }
835
837
  }
836
838
  http_version:
837
- recorded_at: Wed, 18 Nov 2015 12:21:05 GMT
839
+ recorded_at: Mon, 23 Nov 2015 10:10:14 GMT
838
840
  - request:
839
841
  method: put
840
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/4D5sv49qaAoMIkWgAW8g0I/files/en-US/process
842
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/4D5sv49qaAoMIkWgAW8g0I/files/en-US/process
841
843
  body:
842
844
  encoding: US-ASCII
843
845
  string: ''
@@ -866,17 +868,17 @@ http_interactions:
866
868
  Access-Control-Allow-Methods:
867
869
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
868
870
  Access-Control-Allow-Origin:
869
- - "*"
871
+ - '*'
870
872
  Access-Control-Expose-Headers:
871
873
  - Etag
872
874
  Access-Control-Max-Age:
873
875
  - '1728000'
874
876
  Cf-Space-Id:
875
- - wbtalxpseprz
877
+ - 8rbh6yfkme6s
876
878
  Content-Type:
877
879
  - application/vnd.contentful.management.v1+json
878
880
  Date:
879
- - Wed, 18 Nov 2015 12:21:06 GMT
881
+ - Mon, 23 Nov 2015 10:10:15 GMT
880
882
  Server:
881
883
  - nginx
882
884
  Strict-Transport-Security:
@@ -884,7 +886,7 @@ http_interactions:
884
886
  X-Content-Type-Options:
885
887
  - nosniff
886
888
  X-Contentful-Request-Id:
887
- - content-api:4WCAYOc0nCKMQ24G0GKgO2
889
+ - content-api:31uKewjlF6CwM8UOKegEyI
888
890
  X-Powered-By:
889
891
  - Express
890
892
  Connection:
@@ -893,10 +895,10 @@ http_interactions:
893
895
  encoding: UTF-8
894
896
  string: ''
895
897
  http_version:
896
- recorded_at: Wed, 18 Nov 2015 12:21:06 GMT
898
+ recorded_at: Mon, 23 Nov 2015 10:10:14 GMT
897
899
  - request:
898
900
  method: get
899
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/4D5sv49qaAoMIkWgAW8g0I
901
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/4D5sv49qaAoMIkWgAW8g0I
900
902
  body:
901
903
  encoding: US-ASCII
902
904
  string: ''
@@ -923,19 +925,19 @@ http_interactions:
923
925
  Access-Control-Allow-Methods:
924
926
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
925
927
  Access-Control-Allow-Origin:
926
- - "*"
928
+ - '*'
927
929
  Access-Control-Expose-Headers:
928
930
  - Etag
929
931
  Access-Control-Max-Age:
930
932
  - '1728000'
931
933
  Cf-Space-Id:
932
- - wbtalxpseprz
934
+ - 8rbh6yfkme6s
933
935
  Content-Type:
934
936
  - application/vnd.contentful.management.v1+json
935
937
  Date:
936
- - Wed, 18 Nov 2015 12:21:07 GMT
938
+ - Mon, 23 Nov 2015 10:10:16 GMT
937
939
  Etag:
938
- - '"bfdf175e681d6d2071273686da06994d"'
940
+ - '"c05e146c2d3fbf2532f154fd36c879b2"'
939
941
  Server:
940
942
  - nginx
941
943
  Strict-Transport-Security:
@@ -943,7 +945,7 @@ http_interactions:
943
945
  X-Content-Type-Options:
944
946
  - nosniff
945
947
  X-Contentful-Request-Id:
946
- - content-api:3FhGUPG8YUWqsWGWqe8CAM
948
+ - content-api:1s9owZS8fGo2wue8i66OqM
947
949
  X-Powered-By:
948
950
  - Express
949
951
  Content-Length:
@@ -972,44 +974,44 @@ http_interactions:
972
974
  },
973
975
  "size": 25892
974
976
  },
975
- "url": "//images.contentful.com/wbtalxpseprz/4D5sv49qaAoMIkWgAW8g0I/6603b3ac321b0fad9157232eb1dda83a/Screen_Shot_2015-11-16_at_21.37.19.jpg"
977
+ "url": "//images.contentful.com/8rbh6yfkme6s/4D5sv49qaAoMIkWgAW8g0I/67c4fe5218effc75ed26c2e91080a25e/Screen_Shot_2015-11-16_at_21.37.19.jpg"
976
978
  }
977
979
  }
978
980
  },
979
981
  "sys": {
980
982
  "id": "4D5sv49qaAoMIkWgAW8g0I",
981
983
  "type": "Asset",
982
- "createdAt": "2015-11-18T12:21:05.965Z",
984
+ "createdAt": "2015-11-23T10:10:15.168Z",
983
985
  "createdBy": {
984
986
  "sys": {
985
987
  "type": "Link",
986
988
  "linkType": "User",
987
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
989
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
988
990
  }
989
991
  },
990
992
  "space": {
991
993
  "sys": {
992
994
  "type": "Link",
993
995
  "linkType": "Space",
994
- "id": "wbtalxpseprz"
996
+ "id": "8rbh6yfkme6s"
995
997
  }
996
998
  },
997
999
  "version": 2,
998
- "updatedAt": "2015-11-18T12:21:07.151Z",
1000
+ "updatedAt": "2015-11-23T10:10:16.170Z",
999
1001
  "updatedBy": {
1000
1002
  "sys": {
1001
1003
  "type": "Link",
1002
1004
  "linkType": "User",
1003
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1005
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1004
1006
  }
1005
1007
  }
1006
1008
  }
1007
1009
  }
1008
1010
  http_version:
1009
- recorded_at: Wed, 18 Nov 2015 12:21:07 GMT
1011
+ recorded_at: Mon, 23 Nov 2015 10:10:15 GMT
1010
1012
  - request:
1011
1013
  method: put
1012
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/4D5sv49qaAoMIkWgAW8g0I/published
1014
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/4D5sv49qaAoMIkWgAW8g0I/published
1013
1015
  body:
1014
1016
  encoding: US-ASCII
1015
1017
  string: ''
@@ -1038,19 +1040,19 @@ http_interactions:
1038
1040
  Access-Control-Allow-Methods:
1039
1041
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
1040
1042
  Access-Control-Allow-Origin:
1041
- - "*"
1043
+ - '*'
1042
1044
  Access-Control-Expose-Headers:
1043
1045
  - Etag
1044
1046
  Access-Control-Max-Age:
1045
1047
  - '1728000'
1046
1048
  Cf-Space-Id:
1047
- - wbtalxpseprz
1049
+ - 8rbh6yfkme6s
1048
1050
  Content-Type:
1049
1051
  - application/vnd.contentful.management.v1+json
1050
1052
  Date:
1051
- - Wed, 18 Nov 2015 12:21:08 GMT
1053
+ - Mon, 23 Nov 2015 10:10:17 GMT
1052
1054
  Etag:
1053
- - '"99285c5f45517e53a7020ad9995be04a"'
1055
+ - '"308f630847e49fe38943e993a20a9453"'
1054
1056
  Server:
1055
1057
  - nginx
1056
1058
  Strict-Transport-Security:
@@ -1058,7 +1060,7 @@ http_interactions:
1058
1060
  X-Content-Type-Options:
1059
1061
  - nosniff
1060
1062
  X-Contentful-Request-Id:
1061
- - content-api:ATBStKC3bUq4oEquogIoi
1063
+ - content-api:5sgNi3DzMsO68seW0I20As
1062
1064
  X-Powered-By:
1063
1065
  - Express
1064
1066
  Content-Length:
@@ -1087,55 +1089,55 @@ http_interactions:
1087
1089
  },
1088
1090
  "size": 25892
1089
1091
  },
1090
- "url": "//images.contentful.com/wbtalxpseprz/4D5sv49qaAoMIkWgAW8g0I/6603b3ac321b0fad9157232eb1dda83a/Screen_Shot_2015-11-16_at_21.37.19.jpg"
1092
+ "url": "//images.contentful.com/8rbh6yfkme6s/4D5sv49qaAoMIkWgAW8g0I/67c4fe5218effc75ed26c2e91080a25e/Screen_Shot_2015-11-16_at_21.37.19.jpg"
1091
1093
  }
1092
1094
  }
1093
1095
  },
1094
1096
  "sys": {
1095
1097
  "id": "4D5sv49qaAoMIkWgAW8g0I",
1096
1098
  "type": "Asset",
1097
- "createdAt": "2015-11-18T12:21:05.965Z",
1099
+ "createdAt": "2015-11-23T10:10:15.168Z",
1098
1100
  "createdBy": {
1099
1101
  "sys": {
1100
1102
  "type": "Link",
1101
1103
  "linkType": "User",
1102
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1104
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1103
1105
  }
1104
1106
  },
1105
1107
  "space": {
1106
1108
  "sys": {
1107
1109
  "type": "Link",
1108
1110
  "linkType": "Space",
1109
- "id": "wbtalxpseprz"
1111
+ "id": "8rbh6yfkme6s"
1110
1112
  }
1111
1113
  },
1112
1114
  "version": 3,
1113
- "updatedAt": "2015-11-18T12:21:08.316Z",
1115
+ "updatedAt": "2015-11-23T10:10:16.981Z",
1114
1116
  "updatedBy": {
1115
1117
  "sys": {
1116
1118
  "type": "Link",
1117
1119
  "linkType": "User",
1118
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1120
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1119
1121
  }
1120
1122
  },
1121
- "firstPublishedAt": "2015-11-18T12:21:08.316Z",
1123
+ "firstPublishedAt": "2015-11-23T10:10:16.981Z",
1122
1124
  "publishedCounter": 1,
1123
- "publishedAt": "2015-11-18T12:21:08.316Z",
1125
+ "publishedAt": "2015-11-23T10:10:16.981Z",
1124
1126
  "publishedBy": {
1125
1127
  "sys": {
1126
1128
  "type": "Link",
1127
1129
  "linkType": "User",
1128
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1130
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1129
1131
  }
1130
1132
  },
1131
1133
  "publishedVersion": 2
1132
1134
  }
1133
1135
  }
1134
1136
  http_version:
1135
- recorded_at: Wed, 18 Nov 2015 12:21:08 GMT
1137
+ recorded_at: Mon, 23 Nov 2015 10:10:15 GMT
1136
1138
  - request:
1137
1139
  method: put
1138
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/4eX9aQsDdeqweg6Si00KaW
1140
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/4eX9aQsDdeqweg6Si00KaW
1139
1141
  body:
1140
1142
  encoding: UTF-8
1141
1143
  string: '{"fields":{"title":{"en-US":"Screen Shot 2015-11-17 at 17.57.00"},"description":{"en-US":null},"file":{"en-US":{"contentType":"image/jpeg","fileName":"Screen
@@ -1161,19 +1163,19 @@ http_interactions:
1161
1163
  Access-Control-Allow-Methods:
1162
1164
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
1163
1165
  Access-Control-Allow-Origin:
1164
- - "*"
1166
+ - '*'
1165
1167
  Access-Control-Expose-Headers:
1166
1168
  - Etag
1167
1169
  Access-Control-Max-Age:
1168
1170
  - '1728000'
1169
1171
  Cf-Space-Id:
1170
- - wbtalxpseprz
1172
+ - 8rbh6yfkme6s
1171
1173
  Content-Type:
1172
1174
  - application/vnd.contentful.management.v1+json
1173
1175
  Date:
1174
- - Wed, 18 Nov 2015 12:21:09 GMT
1176
+ - Mon, 23 Nov 2015 10:10:18 GMT
1175
1177
  Etag:
1176
- - '"c3256898469aa4a9b9a92b3a6201d1ce"'
1178
+ - '"fc8ec18525e766c9f493b902f0f1ceef"'
1177
1179
  Server:
1178
1180
  - nginx
1179
1181
  Strict-Transport-Security:
@@ -1181,7 +1183,7 @@ http_interactions:
1181
1183
  X-Content-Type-Options:
1182
1184
  - nosniff
1183
1185
  X-Contentful-Request-Id:
1184
- - content-api:5QJDxLkENi08CQOS2ICUqU
1186
+ - content-api:6zfuFndhQsYEIQiK8GKI4m
1185
1187
  X-Powered-By:
1186
1188
  - Express
1187
1189
  Content-Length:
@@ -1211,36 +1213,36 @@ http_interactions:
1211
1213
  "id": "4eX9aQsDdeqweg6Si00KaW",
1212
1214
  "type": "Asset",
1213
1215
  "version": 1,
1214
- "createdAt": "2015-11-18T12:21:09.505Z",
1216
+ "createdAt": "2015-11-23T10:10:17.946Z",
1215
1217
  "createdBy": {
1216
1218
  "sys": {
1217
1219
  "type": "Link",
1218
1220
  "linkType": "User",
1219
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1221
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1220
1222
  }
1221
1223
  },
1222
1224
  "space": {
1223
1225
  "sys": {
1224
1226
  "type": "Link",
1225
1227
  "linkType": "Space",
1226
- "id": "wbtalxpseprz"
1228
+ "id": "8rbh6yfkme6s"
1227
1229
  }
1228
1230
  },
1229
- "updatedAt": "2015-11-18T12:21:09.505Z",
1231
+ "updatedAt": "2015-11-23T10:10:17.946Z",
1230
1232
  "updatedBy": {
1231
1233
  "sys": {
1232
1234
  "type": "Link",
1233
1235
  "linkType": "User",
1234
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1236
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1235
1237
  }
1236
1238
  }
1237
1239
  }
1238
1240
  }
1239
1241
  http_version:
1240
- recorded_at: Wed, 18 Nov 2015 12:21:09 GMT
1242
+ recorded_at: Mon, 23 Nov 2015 10:10:16 GMT
1241
1243
  - request:
1242
1244
  method: put
1243
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/4eX9aQsDdeqweg6Si00KaW/files/en-US/process
1245
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/4eX9aQsDdeqweg6Si00KaW/files/en-US/process
1244
1246
  body:
1245
1247
  encoding: US-ASCII
1246
1248
  string: ''
@@ -1269,17 +1271,17 @@ http_interactions:
1269
1271
  Access-Control-Allow-Methods:
1270
1272
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
1271
1273
  Access-Control-Allow-Origin:
1272
- - "*"
1274
+ - '*'
1273
1275
  Access-Control-Expose-Headers:
1274
1276
  - Etag
1275
1277
  Access-Control-Max-Age:
1276
1278
  - '1728000'
1277
1279
  Cf-Space-Id:
1278
- - wbtalxpseprz
1280
+ - 8rbh6yfkme6s
1279
1281
  Content-Type:
1280
1282
  - application/vnd.contentful.management.v1+json
1281
1283
  Date:
1282
- - Wed, 18 Nov 2015 12:21:10 GMT
1284
+ - Mon, 23 Nov 2015 10:10:18 GMT
1283
1285
  Server:
1284
1286
  - nginx
1285
1287
  Strict-Transport-Security:
@@ -1287,7 +1289,7 @@ http_interactions:
1287
1289
  X-Content-Type-Options:
1288
1290
  - nosniff
1289
1291
  X-Contentful-Request-Id:
1290
- - content-api:1ZUwX1xFaI6cK6wIQIEMS2
1292
+ - content-api:1pteq4LQOswkiomY26WMOi
1291
1293
  X-Powered-By:
1292
1294
  - Express
1293
1295
  Connection:
@@ -1296,10 +1298,10 @@ http_interactions:
1296
1298
  encoding: UTF-8
1297
1299
  string: ''
1298
1300
  http_version:
1299
- recorded_at: Wed, 18 Nov 2015 12:21:10 GMT
1301
+ recorded_at: Mon, 23 Nov 2015 10:10:17 GMT
1300
1302
  - request:
1301
1303
  method: get
1302
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/4eX9aQsDdeqweg6Si00KaW
1304
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/4eX9aQsDdeqweg6Si00KaW
1303
1305
  body:
1304
1306
  encoding: US-ASCII
1305
1307
  string: ''
@@ -1326,19 +1328,19 @@ http_interactions:
1326
1328
  Access-Control-Allow-Methods:
1327
1329
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
1328
1330
  Access-Control-Allow-Origin:
1329
- - "*"
1331
+ - '*'
1330
1332
  Access-Control-Expose-Headers:
1331
1333
  - Etag
1332
1334
  Access-Control-Max-Age:
1333
1335
  - '1728000'
1334
1336
  Cf-Space-Id:
1335
- - wbtalxpseprz
1337
+ - 8rbh6yfkme6s
1336
1338
  Content-Type:
1337
1339
  - application/vnd.contentful.management.v1+json
1338
1340
  Date:
1339
- - Wed, 18 Nov 2015 12:21:11 GMT
1341
+ - Mon, 23 Nov 2015 10:10:19 GMT
1340
1342
  Etag:
1341
- - '"b709993a6404aff7aac5a873f13a1ec7"'
1343
+ - '"e776860581080b8bf43200133cf65360"'
1342
1344
  Server:
1343
1345
  - nginx
1344
1346
  Strict-Transport-Security:
@@ -1346,7 +1348,7 @@ http_interactions:
1346
1348
  X-Content-Type-Options:
1347
1349
  - nosniff
1348
1350
  X-Contentful-Request-Id:
1349
- - content-api:3flF6dvEqQKGu2uMy2i0sG
1351
+ - content-api:1Cdh0QfJGgKKSgOkOysECW
1350
1352
  X-Powered-By:
1351
1353
  - Express
1352
1354
  Content-Length:
@@ -1375,44 +1377,44 @@ http_interactions:
1375
1377
  },
1376
1378
  "size": 100009
1377
1379
  },
1378
- "url": "//images.contentful.com/wbtalxpseprz/4eX9aQsDdeqweg6Si00KaW/54df28c9ff91b91228671d3f586c9661/Screen_Shot_2015-11-17_at_17.57.00.jpg"
1380
+ "url": "//images.contentful.com/8rbh6yfkme6s/4eX9aQsDdeqweg6Si00KaW/12f130ad0afe8f72c59c890deaf41212/Screen_Shot_2015-11-17_at_17.57.00.jpg"
1379
1381
  }
1380
1382
  }
1381
1383
  },
1382
1384
  "sys": {
1383
1385
  "id": "4eX9aQsDdeqweg6Si00KaW",
1384
1386
  "type": "Asset",
1385
- "createdAt": "2015-11-18T12:21:09.505Z",
1387
+ "createdAt": "2015-11-23T10:10:17.946Z",
1386
1388
  "createdBy": {
1387
1389
  "sys": {
1388
1390
  "type": "Link",
1389
1391
  "linkType": "User",
1390
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1392
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1391
1393
  }
1392
1394
  },
1393
1395
  "space": {
1394
1396
  "sys": {
1395
1397
  "type": "Link",
1396
1398
  "linkType": "Space",
1397
- "id": "wbtalxpseprz"
1399
+ "id": "8rbh6yfkme6s"
1398
1400
  }
1399
1401
  },
1400
1402
  "version": 2,
1401
- "updatedAt": "2015-11-18T12:21:10.682Z",
1403
+ "updatedAt": "2015-11-23T10:10:18.937Z",
1402
1404
  "updatedBy": {
1403
1405
  "sys": {
1404
1406
  "type": "Link",
1405
1407
  "linkType": "User",
1406
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1408
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1407
1409
  }
1408
1410
  }
1409
1411
  }
1410
1412
  }
1411
1413
  http_version:
1412
- recorded_at: Wed, 18 Nov 2015 12:21:10 GMT
1414
+ recorded_at: Mon, 23 Nov 2015 10:10:18 GMT
1413
1415
  - request:
1414
1416
  method: put
1415
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/4eX9aQsDdeqweg6Si00KaW/published
1417
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/4eX9aQsDdeqweg6Si00KaW/published
1416
1418
  body:
1417
1419
  encoding: US-ASCII
1418
1420
  string: ''
@@ -1441,19 +1443,19 @@ http_interactions:
1441
1443
  Access-Control-Allow-Methods:
1442
1444
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
1443
1445
  Access-Control-Allow-Origin:
1444
- - "*"
1446
+ - '*'
1445
1447
  Access-Control-Expose-Headers:
1446
1448
  - Etag
1447
1449
  Access-Control-Max-Age:
1448
1450
  - '1728000'
1449
1451
  Cf-Space-Id:
1450
- - wbtalxpseprz
1452
+ - 8rbh6yfkme6s
1451
1453
  Content-Type:
1452
1454
  - application/vnd.contentful.management.v1+json
1453
1455
  Date:
1454
- - Wed, 18 Nov 2015 12:21:11 GMT
1456
+ - Mon, 23 Nov 2015 10:10:19 GMT
1455
1457
  Etag:
1456
- - '"36fd4b45c8bd4b99a7f62879c7da6bdf"'
1458
+ - '"7fb49fc4b6e6be6b0fef09a34f69964f"'
1457
1459
  Server:
1458
1460
  - nginx
1459
1461
  Strict-Transport-Security:
@@ -1461,7 +1463,7 @@ http_interactions:
1461
1463
  X-Content-Type-Options:
1462
1464
  - nosniff
1463
1465
  X-Contentful-Request-Id:
1464
- - content-api:6w86nSvmCcUmkgoU4eOeOS
1466
+ - content-api:1nQMIDRg24gCwwccGCKgGq
1465
1467
  X-Powered-By:
1466
1468
  - Express
1467
1469
  Content-Length:
@@ -1490,55 +1492,55 @@ http_interactions:
1490
1492
  },
1491
1493
  "size": 100009
1492
1494
  },
1493
- "url": "//images.contentful.com/wbtalxpseprz/4eX9aQsDdeqweg6Si00KaW/54df28c9ff91b91228671d3f586c9661/Screen_Shot_2015-11-17_at_17.57.00.jpg"
1495
+ "url": "//images.contentful.com/8rbh6yfkme6s/4eX9aQsDdeqweg6Si00KaW/12f130ad0afe8f72c59c890deaf41212/Screen_Shot_2015-11-17_at_17.57.00.jpg"
1494
1496
  }
1495
1497
  }
1496
1498
  },
1497
1499
  "sys": {
1498
1500
  "id": "4eX9aQsDdeqweg6Si00KaW",
1499
1501
  "type": "Asset",
1500
- "createdAt": "2015-11-18T12:21:09.505Z",
1502
+ "createdAt": "2015-11-23T10:10:17.946Z",
1501
1503
  "createdBy": {
1502
1504
  "sys": {
1503
1505
  "type": "Link",
1504
1506
  "linkType": "User",
1505
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1507
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1506
1508
  }
1507
1509
  },
1508
1510
  "space": {
1509
1511
  "sys": {
1510
1512
  "type": "Link",
1511
1513
  "linkType": "Space",
1512
- "id": "wbtalxpseprz"
1514
+ "id": "8rbh6yfkme6s"
1513
1515
  }
1514
1516
  },
1515
1517
  "version": 3,
1516
- "updatedAt": "2015-11-18T12:21:11.801Z",
1518
+ "updatedAt": "2015-11-23T10:10:19.797Z",
1517
1519
  "updatedBy": {
1518
1520
  "sys": {
1519
1521
  "type": "Link",
1520
1522
  "linkType": "User",
1521
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1523
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1522
1524
  }
1523
1525
  },
1524
- "firstPublishedAt": "2015-11-18T12:21:11.801Z",
1526
+ "firstPublishedAt": "2015-11-23T10:10:19.797Z",
1525
1527
  "publishedCounter": 1,
1526
- "publishedAt": "2015-11-18T12:21:11.801Z",
1528
+ "publishedAt": "2015-11-23T10:10:19.797Z",
1527
1529
  "publishedBy": {
1528
1530
  "sys": {
1529
1531
  "type": "Link",
1530
1532
  "linkType": "User",
1531
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1533
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1532
1534
  }
1533
1535
  },
1534
1536
  "publishedVersion": 2
1535
1537
  }
1536
1538
  }
1537
1539
  http_version:
1538
- recorded_at: Wed, 18 Nov 2015 12:21:11 GMT
1540
+ recorded_at: Mon, 23 Nov 2015 10:10:18 GMT
1539
1541
  - request:
1540
1542
  method: put
1541
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/7i1Ck3BG4o4KeIEUGosEeU
1543
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/7i1Ck3BG4o4KeIEUGosEeU
1542
1544
  body:
1543
1545
  encoding: UTF-8
1544
1546
  string: '{"fields":{"title":{"en-US":"Screen Shot 2015-11-17 at 18.04.02"},"description":{"en-US":null},"file":{"en-US":{"contentType":"image/jpeg","fileName":"Screen
@@ -1564,19 +1566,19 @@ http_interactions:
1564
1566
  Access-Control-Allow-Methods:
1565
1567
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
1566
1568
  Access-Control-Allow-Origin:
1567
- - "*"
1569
+ - '*'
1568
1570
  Access-Control-Expose-Headers:
1569
1571
  - Etag
1570
1572
  Access-Control-Max-Age:
1571
1573
  - '1728000'
1572
1574
  Cf-Space-Id:
1573
- - wbtalxpseprz
1575
+ - 8rbh6yfkme6s
1574
1576
  Content-Type:
1575
1577
  - application/vnd.contentful.management.v1+json
1576
1578
  Date:
1577
- - Wed, 18 Nov 2015 12:21:12 GMT
1579
+ - Mon, 23 Nov 2015 10:10:20 GMT
1578
1580
  Etag:
1579
- - '"d5c3282578dd8185d2e5f9d3d94be17b"'
1581
+ - '"4d963e9d44420608419dd4d701bba6cc"'
1580
1582
  Server:
1581
1583
  - nginx
1582
1584
  Strict-Transport-Security:
@@ -1584,7 +1586,7 @@ http_interactions:
1584
1586
  X-Content-Type-Options:
1585
1587
  - nosniff
1586
1588
  X-Contentful-Request-Id:
1587
- - content-api:7rjZoKREYMkwEwGwIcgCwy
1589
+ - content-api:1SZ7smwZzeUySumOO8AwSk
1588
1590
  X-Powered-By:
1589
1591
  - Express
1590
1592
  Content-Length:
@@ -1614,36 +1616,36 @@ http_interactions:
1614
1616
  "id": "7i1Ck3BG4o4KeIEUGosEeU",
1615
1617
  "type": "Asset",
1616
1618
  "version": 1,
1617
- "createdAt": "2015-11-18T12:21:12.916Z",
1619
+ "createdAt": "2015-11-23T10:10:20.794Z",
1618
1620
  "createdBy": {
1619
1621
  "sys": {
1620
1622
  "type": "Link",
1621
1623
  "linkType": "User",
1622
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1624
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1623
1625
  }
1624
1626
  },
1625
1627
  "space": {
1626
1628
  "sys": {
1627
1629
  "type": "Link",
1628
1630
  "linkType": "Space",
1629
- "id": "wbtalxpseprz"
1631
+ "id": "8rbh6yfkme6s"
1630
1632
  }
1631
1633
  },
1632
- "updatedAt": "2015-11-18T12:21:12.916Z",
1634
+ "updatedAt": "2015-11-23T10:10:20.794Z",
1633
1635
  "updatedBy": {
1634
1636
  "sys": {
1635
1637
  "type": "Link",
1636
1638
  "linkType": "User",
1637
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1639
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1638
1640
  }
1639
1641
  }
1640
1642
  }
1641
1643
  }
1642
1644
  http_version:
1643
- recorded_at: Wed, 18 Nov 2015 12:21:12 GMT
1645
+ recorded_at: Mon, 23 Nov 2015 10:10:19 GMT
1644
1646
  - request:
1645
1647
  method: put
1646
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/7i1Ck3BG4o4KeIEUGosEeU/files/en-US/process
1648
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/7i1Ck3BG4o4KeIEUGosEeU/files/en-US/process
1647
1649
  body:
1648
1650
  encoding: US-ASCII
1649
1651
  string: ''
@@ -1672,17 +1674,17 @@ http_interactions:
1672
1674
  Access-Control-Allow-Methods:
1673
1675
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
1674
1676
  Access-Control-Allow-Origin:
1675
- - "*"
1677
+ - '*'
1676
1678
  Access-Control-Expose-Headers:
1677
1679
  - Etag
1678
1680
  Access-Control-Max-Age:
1679
1681
  - '1728000'
1680
1682
  Cf-Space-Id:
1681
- - wbtalxpseprz
1683
+ - 8rbh6yfkme6s
1682
1684
  Content-Type:
1683
1685
  - application/vnd.contentful.management.v1+json
1684
1686
  Date:
1685
- - Wed, 18 Nov 2015 12:21:13 GMT
1687
+ - Mon, 23 Nov 2015 10:10:21 GMT
1686
1688
  Server:
1687
1689
  - nginx
1688
1690
  Strict-Transport-Security:
@@ -1690,7 +1692,7 @@ http_interactions:
1690
1692
  X-Content-Type-Options:
1691
1693
  - nosniff
1692
1694
  X-Contentful-Request-Id:
1693
- - content-api:6oUz5t92tUqK6OWG8sgu2u
1695
+ - content-api:vfXKReF7xI0oO2coGOME8
1694
1696
  X-Powered-By:
1695
1697
  - Express
1696
1698
  Connection:
@@ -1699,10 +1701,10 @@ http_interactions:
1699
1701
  encoding: UTF-8
1700
1702
  string: ''
1701
1703
  http_version:
1702
- recorded_at: Wed, 18 Nov 2015 12:21:13 GMT
1704
+ recorded_at: Mon, 23 Nov 2015 10:10:20 GMT
1703
1705
  - request:
1704
1706
  method: get
1705
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/7i1Ck3BG4o4KeIEUGosEeU
1707
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/7i1Ck3BG4o4KeIEUGosEeU
1706
1708
  body:
1707
1709
  encoding: US-ASCII
1708
1710
  string: ''
@@ -1729,19 +1731,19 @@ http_interactions:
1729
1731
  Access-Control-Allow-Methods:
1730
1732
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
1731
1733
  Access-Control-Allow-Origin:
1732
- - "*"
1734
+ - '*'
1733
1735
  Access-Control-Expose-Headers:
1734
1736
  - Etag
1735
1737
  Access-Control-Max-Age:
1736
1738
  - '1728000'
1737
1739
  Cf-Space-Id:
1738
- - wbtalxpseprz
1740
+ - 8rbh6yfkme6s
1739
1741
  Content-Type:
1740
1742
  - application/vnd.contentful.management.v1+json
1741
1743
  Date:
1742
- - Wed, 18 Nov 2015 12:21:14 GMT
1744
+ - Mon, 23 Nov 2015 10:10:22 GMT
1743
1745
  Etag:
1744
- - '"59cc7a8f02acb240a61f3b9275c9428a"'
1746
+ - '"8d129d81688292fbb42e859fb2c4526c"'
1745
1747
  Server:
1746
1748
  - nginx
1747
1749
  Strict-Transport-Security:
@@ -1749,7 +1751,7 @@ http_interactions:
1749
1751
  X-Content-Type-Options:
1750
1752
  - nosniff
1751
1753
  X-Contentful-Request-Id:
1752
- - content-api:4KPYijcOXKAKaKe6Qo44wS
1754
+ - content-api:4D743gx8VGyk204KgeImmG
1753
1755
  X-Powered-By:
1754
1756
  - Express
1755
1757
  Content-Length:
@@ -1778,44 +1780,44 @@ http_interactions:
1778
1780
  },
1779
1781
  "size": 29117
1780
1782
  },
1781
- "url": "//images.contentful.com/wbtalxpseprz/7i1Ck3BG4o4KeIEUGosEeU/edf61ed5b73101bd90b57ced8d55f3fe/Screen_Shot_2015-11-17_at_18.04.02.jpg"
1783
+ "url": "//images.contentful.com/8rbh6yfkme6s/7i1Ck3BG4o4KeIEUGosEeU/5276d4eb7decc09b3f78f391c0176409/Screen_Shot_2015-11-17_at_18.04.02.jpg"
1782
1784
  }
1783
1785
  }
1784
1786
  },
1785
1787
  "sys": {
1786
1788
  "id": "7i1Ck3BG4o4KeIEUGosEeU",
1787
1789
  "type": "Asset",
1788
- "createdAt": "2015-11-18T12:21:12.916Z",
1790
+ "createdAt": "2015-11-23T10:10:20.794Z",
1789
1791
  "createdBy": {
1790
1792
  "sys": {
1791
1793
  "type": "Link",
1792
1794
  "linkType": "User",
1793
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1795
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1794
1796
  }
1795
1797
  },
1796
1798
  "space": {
1797
1799
  "sys": {
1798
1800
  "type": "Link",
1799
1801
  "linkType": "Space",
1800
- "id": "wbtalxpseprz"
1802
+ "id": "8rbh6yfkme6s"
1801
1803
  }
1802
1804
  },
1803
1805
  "version": 2,
1804
- "updatedAt": "2015-11-18T12:21:13.922Z",
1806
+ "updatedAt": "2015-11-23T10:10:22.079Z",
1805
1807
  "updatedBy": {
1806
1808
  "sys": {
1807
1809
  "type": "Link",
1808
1810
  "linkType": "User",
1809
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1811
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1810
1812
  }
1811
1813
  }
1812
1814
  }
1813
1815
  }
1814
1816
  http_version:
1815
- recorded_at: Wed, 18 Nov 2015 12:21:14 GMT
1817
+ recorded_at: Mon, 23 Nov 2015 10:10:21 GMT
1816
1818
  - request:
1817
1819
  method: put
1818
- uri: https://api.contentful.com/spaces/wbtalxpseprz/assets/7i1Ck3BG4o4KeIEUGosEeU/published
1820
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/assets/7i1Ck3BG4o4KeIEUGosEeU/published
1819
1821
  body:
1820
1822
  encoding: US-ASCII
1821
1823
  string: ''
@@ -1844,19 +1846,19 @@ http_interactions:
1844
1846
  Access-Control-Allow-Methods:
1845
1847
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
1846
1848
  Access-Control-Allow-Origin:
1847
- - "*"
1849
+ - '*'
1848
1850
  Access-Control-Expose-Headers:
1849
1851
  - Etag
1850
1852
  Access-Control-Max-Age:
1851
1853
  - '1728000'
1852
1854
  Cf-Space-Id:
1853
- - wbtalxpseprz
1855
+ - 8rbh6yfkme6s
1854
1856
  Content-Type:
1855
1857
  - application/vnd.contentful.management.v1+json
1856
1858
  Date:
1857
- - Wed, 18 Nov 2015 12:21:15 GMT
1859
+ - Mon, 23 Nov 2015 10:10:23 GMT
1858
1860
  Etag:
1859
- - '"1de24f2bcfb2889577ff0f7f06777e4c"'
1861
+ - '"2d83fe1e68e7ffc13dbd3b6d4b0bf52a"'
1860
1862
  Server:
1861
1863
  - nginx
1862
1864
  Strict-Transport-Security:
@@ -1864,7 +1866,7 @@ http_interactions:
1864
1866
  X-Content-Type-Options:
1865
1867
  - nosniff
1866
1868
  X-Contentful-Request-Id:
1867
- - content-api:I8BTW33dqCGQ6uoA8SowU
1869
+ - content-api:1LLsfSnJRCK0aWaQSeyEWG
1868
1870
  X-Powered-By:
1869
1871
  - Express
1870
1872
  Content-Length:
@@ -1893,55 +1895,55 @@ http_interactions:
1893
1895
  },
1894
1896
  "size": 29117
1895
1897
  },
1896
- "url": "//images.contentful.com/wbtalxpseprz/7i1Ck3BG4o4KeIEUGosEeU/edf61ed5b73101bd90b57ced8d55f3fe/Screen_Shot_2015-11-17_at_18.04.02.jpg"
1898
+ "url": "//images.contentful.com/8rbh6yfkme6s/7i1Ck3BG4o4KeIEUGosEeU/5276d4eb7decc09b3f78f391c0176409/Screen_Shot_2015-11-17_at_18.04.02.jpg"
1897
1899
  }
1898
1900
  }
1899
1901
  },
1900
1902
  "sys": {
1901
1903
  "id": "7i1Ck3BG4o4KeIEUGosEeU",
1902
1904
  "type": "Asset",
1903
- "createdAt": "2015-11-18T12:21:12.916Z",
1905
+ "createdAt": "2015-11-23T10:10:20.794Z",
1904
1906
  "createdBy": {
1905
1907
  "sys": {
1906
1908
  "type": "Link",
1907
1909
  "linkType": "User",
1908
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1910
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1909
1911
  }
1910
1912
  },
1911
1913
  "space": {
1912
1914
  "sys": {
1913
1915
  "type": "Link",
1914
1916
  "linkType": "Space",
1915
- "id": "wbtalxpseprz"
1917
+ "id": "8rbh6yfkme6s"
1916
1918
  }
1917
1919
  },
1918
1920
  "version": 3,
1919
- "updatedAt": "2015-11-18T12:21:15.092Z",
1921
+ "updatedAt": "2015-11-23T10:10:22.937Z",
1920
1922
  "updatedBy": {
1921
1923
  "sys": {
1922
1924
  "type": "Link",
1923
1925
  "linkType": "User",
1924
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1926
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1925
1927
  }
1926
1928
  },
1927
- "firstPublishedAt": "2015-11-18T12:21:15.092Z",
1929
+ "firstPublishedAt": "2015-11-23T10:10:22.937Z",
1928
1930
  "publishedCounter": 1,
1929
- "publishedAt": "2015-11-18T12:21:15.092Z",
1931
+ "publishedAt": "2015-11-23T10:10:22.937Z",
1930
1932
  "publishedBy": {
1931
1933
  "sys": {
1932
1934
  "type": "Link",
1933
1935
  "linkType": "User",
1934
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
1936
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
1935
1937
  }
1936
1938
  },
1937
1939
  "publishedVersion": 2
1938
1940
  }
1939
1941
  }
1940
1942
  http_version:
1941
- recorded_at: Wed, 18 Nov 2015 12:21:15 GMT
1943
+ recorded_at: Mon, 23 Nov 2015 10:10:21 GMT
1942
1944
  - request:
1943
1945
  method: get
1944
- uri: https://api.contentful.com/spaces/wbtalxpseprz/content_types/1VX60jHERm6yuem8I2agWG
1946
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/content_types/1VX60jHERm6yuem8I2agWG
1945
1947
  body:
1946
1948
  encoding: US-ASCII
1947
1949
  string: ''
@@ -1968,19 +1970,19 @@ http_interactions:
1968
1970
  Access-Control-Allow-Methods:
1969
1971
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
1970
1972
  Access-Control-Allow-Origin:
1971
- - "*"
1973
+ - '*'
1972
1974
  Access-Control-Expose-Headers:
1973
1975
  - Etag
1974
1976
  Access-Control-Max-Age:
1975
1977
  - '1728000'
1976
1978
  Cf-Space-Id:
1977
- - wbtalxpseprz
1979
+ - 8rbh6yfkme6s
1978
1980
  Content-Type:
1979
1981
  - application/vnd.contentful.management.v1+json
1980
1982
  Date:
1981
- - Wed, 18 Nov 2015 12:21:16 GMT
1983
+ - Mon, 23 Nov 2015 10:10:23 GMT
1982
1984
  Etag:
1983
- - '"7b9e77838b44b2ddd633213deca22570"'
1985
+ - '"e207c5c1bfcca906d3308228de189d54"'
1984
1986
  Server:
1985
1987
  - nginx
1986
1988
  Strict-Transport-Security:
@@ -1988,7 +1990,7 @@ http_interactions:
1988
1990
  X-Content-Type-Options:
1989
1991
  - nosniff
1990
1992
  X-Contentful-Request-Id:
1991
- - content-api:A6yNKMcrYGuSEGqScI0o0
1993
+ - content-api:5Ct5vQzEROqe60QYuaac8Q
1992
1994
  X-Powered-By:
1993
1995
  - Express
1994
1996
  Content-Length:
@@ -2025,48 +2027,466 @@ http_interactions:
2025
2027
  "sys": {
2026
2028
  "id": "1VX60jHERm6yuem8I2agWG",
2027
2029
  "type": "ContentType",
2028
- "createdAt": "2015-11-18T12:20:59.205Z",
2030
+ "createdAt": "2015-11-23T10:10:04.310Z",
2029
2031
  "createdBy": {
2030
2032
  "sys": {
2031
2033
  "type": "Link",
2032
2034
  "linkType": "User",
2033
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
2035
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2034
2036
  }
2035
2037
  },
2036
2038
  "space": {
2037
2039
  "sys": {
2038
2040
  "type": "Link",
2039
2041
  "linkType": "Space",
2040
- "id": "wbtalxpseprz"
2042
+ "id": "8rbh6yfkme6s"
2041
2043
  }
2042
2044
  },
2043
- "firstPublishedAt": "2015-11-18T12:21:00.054Z",
2045
+ "firstPublishedAt": "2015-11-23T10:10:08.012Z",
2044
2046
  "publishedCounter": 1,
2045
- "publishedAt": "2015-11-18T12:21:00.054Z",
2047
+ "publishedAt": "2015-11-23T10:10:08.012Z",
2046
2048
  "publishedBy": {
2047
2049
  "sys": {
2048
2050
  "type": "Link",
2049
2051
  "linkType": "User",
2050
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
2052
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2051
2053
  }
2052
2054
  },
2053
2055
  "publishedVersion": 1,
2054
2056
  "version": 2,
2055
- "updatedAt": "2015-11-18T12:21:00.113Z",
2057
+ "updatedAt": "2015-11-23T10:10:08.063Z",
2056
2058
  "updatedBy": {
2057
2059
  "sys": {
2058
2060
  "type": "Link",
2059
2061
  "linkType": "User",
2060
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
2062
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2061
2063
  }
2062
2064
  }
2063
2065
  }
2064
2066
  }
2065
2067
  http_version:
2066
- recorded_at: Wed, 18 Nov 2015 12:21:15 GMT
2068
+ recorded_at: Mon, 23 Nov 2015 10:10:22 GMT
2067
2069
  - request:
2068
2070
  method: put
2069
- uri: https://api.contentful.com/spaces/wbtalxpseprz/entries/5nQB3z8RgW8CUG6uGyCsEw
2071
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/entries/5nQB3z8RgW8CUG6uGyCsEw
2072
+ body:
2073
+ encoding: UTF-8
2074
+ string: '{"fields":{}}'
2075
+ headers:
2076
+ User-Agent:
2077
+ - RubyContentfulManagementGem/0.7.2
2078
+ Authorization:
2079
+ - Bearer foobar
2080
+ Content-Type:
2081
+ - application/vnd.contentful.management.v1+json
2082
+ X-Contentful-Content-Type:
2083
+ - 1VX60jHERm6yuem8I2agWG
2084
+ Connection:
2085
+ - close
2086
+ Host:
2087
+ - api.contentful.com
2088
+ response:
2089
+ status:
2090
+ code: 201
2091
+ message: Created
2092
+ headers:
2093
+ Access-Control-Allow-Headers:
2094
+ - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation
2095
+ Access-Control-Allow-Methods:
2096
+ - DELETE,GET,HEAD,POST,PUT,OPTIONS
2097
+ Access-Control-Allow-Origin:
2098
+ - '*'
2099
+ Access-Control-Expose-Headers:
2100
+ - Etag
2101
+ Access-Control-Max-Age:
2102
+ - '1728000'
2103
+ Cf-Space-Id:
2104
+ - 8rbh6yfkme6s
2105
+ Content-Type:
2106
+ - application/vnd.contentful.management.v1+json
2107
+ Date:
2108
+ - Mon, 23 Nov 2015 10:10:24 GMT
2109
+ Etag:
2110
+ - '"07635fdd57792ffbcee758d5f7e4aa4a"'
2111
+ Server:
2112
+ - nginx
2113
+ Strict-Transport-Security:
2114
+ - max-age=15768000
2115
+ X-Content-Type-Options:
2116
+ - nosniff
2117
+ X-Contentful-Request-Id:
2118
+ - content-api:4uATW5p6Pe8AuOqOEWa22M
2119
+ X-Powered-By:
2120
+ - Express
2121
+ Content-Length:
2122
+ - '755'
2123
+ Connection:
2124
+ - Close
2125
+ body:
2126
+ encoding: UTF-8
2127
+ string: |
2128
+ {
2129
+ "fields": {},
2130
+ "sys": {
2131
+ "id": "5nQB3z8RgW8CUG6uGyCsEw",
2132
+ "type": "Entry",
2133
+ "version": 1,
2134
+ "createdAt": "2015-11-23T10:10:24.528Z",
2135
+ "createdBy": {
2136
+ "sys": {
2137
+ "type": "Link",
2138
+ "linkType": "User",
2139
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2140
+ }
2141
+ },
2142
+ "space": {
2143
+ "sys": {
2144
+ "type": "Link",
2145
+ "linkType": "Space",
2146
+ "id": "8rbh6yfkme6s"
2147
+ }
2148
+ },
2149
+ "contentType": {
2150
+ "sys": {
2151
+ "type": "Link",
2152
+ "linkType": "ContentType",
2153
+ "id": "1VX60jHERm6yuem8I2agWG"
2154
+ }
2155
+ },
2156
+ "updatedAt": "2015-11-23T10:10:24.528Z",
2157
+ "updatedBy": {
2158
+ "sys": {
2159
+ "type": "Link",
2160
+ "linkType": "User",
2161
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2162
+ }
2163
+ }
2164
+ }
2165
+ }
2166
+ http_version:
2167
+ recorded_at: Mon, 23 Nov 2015 10:10:23 GMT
2168
+ - request:
2169
+ method: put
2170
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/entries/5nQB3z8RgW8CUG6uGyCsEw
2171
+ body:
2172
+ encoding: UTF-8
2173
+ string: '{"fields":{}}'
2174
+ headers:
2175
+ User-Agent:
2176
+ - RubyContentfulManagementGem/0.7.2
2177
+ Authorization:
2178
+ - Bearer foobar
2179
+ Content-Type:
2180
+ - application/vnd.contentful.management.v1+json
2181
+ X-Contentful-Version:
2182
+ - '1'
2183
+ Connection:
2184
+ - close
2185
+ Host:
2186
+ - api.contentful.com
2187
+ response:
2188
+ status:
2189
+ code: 200
2190
+ message: OK
2191
+ headers:
2192
+ Access-Control-Allow-Headers:
2193
+ - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation
2194
+ Access-Control-Allow-Methods:
2195
+ - DELETE,GET,HEAD,POST,PUT,OPTIONS
2196
+ Access-Control-Allow-Origin:
2197
+ - '*'
2198
+ Access-Control-Expose-Headers:
2199
+ - Etag
2200
+ Access-Control-Max-Age:
2201
+ - '1728000'
2202
+ Cf-Space-Id:
2203
+ - 8rbh6yfkme6s
2204
+ Content-Type:
2205
+ - application/vnd.contentful.management.v1+json
2206
+ Date:
2207
+ - Mon, 23 Nov 2015 10:10:25 GMT
2208
+ Etag:
2209
+ - '"daf0d168ea1a7665d4539d5d65df27bc"'
2210
+ Server:
2211
+ - nginx
2212
+ Strict-Transport-Security:
2213
+ - max-age=15768000
2214
+ X-Content-Type-Options:
2215
+ - nosniff
2216
+ X-Contentful-Request-Id:
2217
+ - content-api:6EIVthXSggUoc2oC84IAWU
2218
+ X-Powered-By:
2219
+ - Express
2220
+ Content-Length:
2221
+ - '755'
2222
+ Connection:
2223
+ - Close
2224
+ body:
2225
+ encoding: UTF-8
2226
+ string: |
2227
+ {
2228
+ "fields": {},
2229
+ "sys": {
2230
+ "id": "5nQB3z8RgW8CUG6uGyCsEw",
2231
+ "type": "Entry",
2232
+ "createdAt": "2015-11-23T10:10:24.528Z",
2233
+ "createdBy": {
2234
+ "sys": {
2235
+ "type": "Link",
2236
+ "linkType": "User",
2237
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2238
+ }
2239
+ },
2240
+ "space": {
2241
+ "sys": {
2242
+ "type": "Link",
2243
+ "linkType": "Space",
2244
+ "id": "8rbh6yfkme6s"
2245
+ }
2246
+ },
2247
+ "contentType": {
2248
+ "sys": {
2249
+ "type": "Link",
2250
+ "linkType": "ContentType",
2251
+ "id": "1VX60jHERm6yuem8I2agWG"
2252
+ }
2253
+ },
2254
+ "version": 2,
2255
+ "updatedAt": "2015-11-23T10:10:25.377Z",
2256
+ "updatedBy": {
2257
+ "sys": {
2258
+ "type": "Link",
2259
+ "linkType": "User",
2260
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2261
+ }
2262
+ }
2263
+ }
2264
+ }
2265
+ http_version:
2266
+ recorded_at: Mon, 23 Nov 2015 10:10:24 GMT
2267
+ - request:
2268
+ method: get
2269
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/entries/5nQB3z8RgW8CUG6uGyCsEw
2270
+ body:
2271
+ encoding: US-ASCII
2272
+ string: ''
2273
+ headers:
2274
+ User-Agent:
2275
+ - RubyContentfulManagementGem/0.7.2
2276
+ Authorization:
2277
+ - Bearer foobar
2278
+ Content-Type:
2279
+ - application/vnd.contentful.management.v1+json
2280
+ Content-Length:
2281
+ - '0'
2282
+ Connection:
2283
+ - close
2284
+ Host:
2285
+ - api.contentful.com
2286
+ response:
2287
+ status:
2288
+ code: 200
2289
+ message: OK
2290
+ headers:
2291
+ Access-Control-Allow-Headers:
2292
+ - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation
2293
+ Access-Control-Allow-Methods:
2294
+ - DELETE,GET,HEAD,POST,PUT,OPTIONS
2295
+ Access-Control-Allow-Origin:
2296
+ - '*'
2297
+ Access-Control-Expose-Headers:
2298
+ - Etag
2299
+ Access-Control-Max-Age:
2300
+ - '1728000'
2301
+ Cf-Space-Id:
2302
+ - 8rbh6yfkme6s
2303
+ Content-Type:
2304
+ - application/vnd.contentful.management.v1+json
2305
+ Date:
2306
+ - Mon, 23 Nov 2015 10:10:26 GMT
2307
+ Etag:
2308
+ - '"13a5f50854a98fa440ade4a6422d4a8a"'
2309
+ Server:
2310
+ - nginx
2311
+ Strict-Transport-Security:
2312
+ - max-age=15768000
2313
+ X-Content-Type-Options:
2314
+ - nosniff
2315
+ X-Contentful-Request-Id:
2316
+ - content-api:1ozBBFLEcUK0yqw20IuY8I
2317
+ X-Powered-By:
2318
+ - Express
2319
+ Content-Length:
2320
+ - '755'
2321
+ Connection:
2322
+ - Close
2323
+ body:
2324
+ encoding: UTF-8
2325
+ string: |
2326
+ {
2327
+ "fields": {},
2328
+ "sys": {
2329
+ "id": "5nQB3z8RgW8CUG6uGyCsEw",
2330
+ "type": "Entry",
2331
+ "createdAt": "2015-11-23T10:10:24.528Z",
2332
+ "createdBy": {
2333
+ "sys": {
2334
+ "type": "Link",
2335
+ "linkType": "User",
2336
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2337
+ }
2338
+ },
2339
+ "space": {
2340
+ "sys": {
2341
+ "type": "Link",
2342
+ "linkType": "Space",
2343
+ "id": "8rbh6yfkme6s"
2344
+ }
2345
+ },
2346
+ "contentType": {
2347
+ "sys": {
2348
+ "type": "Link",
2349
+ "linkType": "ContentType",
2350
+ "id": "1VX60jHERm6yuem8I2agWG"
2351
+ }
2352
+ },
2353
+ "version": 2,
2354
+ "updatedAt": "2015-11-23T10:10:25.427Z",
2355
+ "updatedBy": {
2356
+ "sys": {
2357
+ "type": "Link",
2358
+ "linkType": "User",
2359
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2360
+ }
2361
+ }
2362
+ }
2363
+ }
2364
+ http_version:
2365
+ recorded_at: Mon, 23 Nov 2015 10:10:24 GMT
2366
+ - request:
2367
+ method: put
2368
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/entries/5nQB3z8RgW8CUG6uGyCsEw
2369
+ body:
2370
+ encoding: UTF-8
2371
+ string: '{"fields":{"assets":{"en-US":[{"sys":{"type":"Link","linkType":"Asset","id":"4eX9aQsDdeqweg6Si00KaW"}},{"sys":{"type":"Link","linkType":"Asset","id":"4D5sv49qaAoMIkWgAW8g0I"}}]},"title":{"en-US":"yolo"}}}'
2372
+ headers:
2373
+ User-Agent:
2374
+ - RubyContentfulManagementGem/0.7.2
2375
+ Authorization:
2376
+ - Bearer foobar
2377
+ Content-Type:
2378
+ - application/vnd.contentful.management.v1+json
2379
+ X-Contentful-Version:
2380
+ - '2'
2381
+ Connection:
2382
+ - close
2383
+ Host:
2384
+ - api.contentful.com
2385
+ response:
2386
+ status:
2387
+ code: 200
2388
+ message: OK
2389
+ headers:
2390
+ Access-Control-Allow-Headers:
2391
+ - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation
2392
+ Access-Control-Allow-Methods:
2393
+ - DELETE,GET,HEAD,POST,PUT,OPTIONS
2394
+ Access-Control-Allow-Origin:
2395
+ - '*'
2396
+ Access-Control-Expose-Headers:
2397
+ - Etag
2398
+ Access-Control-Max-Age:
2399
+ - '1728000'
2400
+ Cf-Space-Id:
2401
+ - 8rbh6yfkme6s
2402
+ Content-Type:
2403
+ - application/vnd.contentful.management.v1+json
2404
+ Date:
2405
+ - Mon, 23 Nov 2015 10:10:26 GMT
2406
+ Etag:
2407
+ - '"61958ebb5453449ff9d965bf906b128a"'
2408
+ Server:
2409
+ - nginx
2410
+ Strict-Transport-Security:
2411
+ - max-age=15768000
2412
+ X-Content-Type-Options:
2413
+ - nosniff
2414
+ X-Contentful-Request-Id:
2415
+ - content-api:KvQZgmsh8cYkYyuMIYe2I
2416
+ X-Powered-By:
2417
+ - Express
2418
+ Content-Length:
2419
+ - '1160'
2420
+ Connection:
2421
+ - Close
2422
+ body:
2423
+ encoding: UTF-8
2424
+ string: |
2425
+ {
2426
+ "fields": {
2427
+ "assets": {
2428
+ "en-US": [
2429
+ {
2430
+ "sys": {
2431
+ "type": "Link",
2432
+ "linkType": "Asset",
2433
+ "id": "4eX9aQsDdeqweg6Si00KaW"
2434
+ }
2435
+ },
2436
+ {
2437
+ "sys": {
2438
+ "type": "Link",
2439
+ "linkType": "Asset",
2440
+ "id": "4D5sv49qaAoMIkWgAW8g0I"
2441
+ }
2442
+ }
2443
+ ]
2444
+ },
2445
+ "title": {
2446
+ "en-US": "yolo"
2447
+ }
2448
+ },
2449
+ "sys": {
2450
+ "id": "5nQB3z8RgW8CUG6uGyCsEw",
2451
+ "type": "Entry",
2452
+ "createdAt": "2015-11-23T10:10:24.528Z",
2453
+ "createdBy": {
2454
+ "sys": {
2455
+ "type": "Link",
2456
+ "linkType": "User",
2457
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2458
+ }
2459
+ },
2460
+ "space": {
2461
+ "sys": {
2462
+ "type": "Link",
2463
+ "linkType": "Space",
2464
+ "id": "8rbh6yfkme6s"
2465
+ }
2466
+ },
2467
+ "contentType": {
2468
+ "sys": {
2469
+ "type": "Link",
2470
+ "linkType": "ContentType",
2471
+ "id": "1VX60jHERm6yuem8I2agWG"
2472
+ }
2473
+ },
2474
+ "version": 3,
2475
+ "updatedAt": "2015-11-23T10:10:26.873Z",
2476
+ "updatedBy": {
2477
+ "sys": {
2478
+ "type": "Link",
2479
+ "linkType": "User",
2480
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2481
+ }
2482
+ }
2483
+ }
2484
+ }
2485
+ http_version:
2486
+ recorded_at: Mon, 23 Nov 2015 10:10:25 GMT
2487
+ - request:
2488
+ method: put
2489
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/entries/5nQB3z8RgW8CUG6uGyCsEw
2070
2490
  body:
2071
2491
  encoding: UTF-8
2072
2492
  string: '{"fields":{"assets":{"en-US":[{"sys":{"type":"Link","linkType":"Asset","id":"4eX9aQsDdeqweg6Si00KaW"}},{"sys":{"type":"Link","linkType":"Asset","id":"4D5sv49qaAoMIkWgAW8g0I"}}]},"title":{"en-US":"yolo"}}}'
@@ -2077,35 +2497,35 @@ http_interactions:
2077
2497
  - Bearer foobar
2078
2498
  Content-Type:
2079
2499
  - application/vnd.contentful.management.v1+json
2080
- X-Contentful-Content-Type:
2081
- - 1VX60jHERm6yuem8I2agWG
2500
+ X-Contentful-Version:
2501
+ - '3'
2082
2502
  Connection:
2083
2503
  - close
2084
2504
  Host:
2085
2505
  - api.contentful.com
2086
2506
  response:
2087
2507
  status:
2088
- code: 201
2089
- message: Created
2508
+ code: 200
2509
+ message: OK
2090
2510
  headers:
2091
2511
  Access-Control-Allow-Headers:
2092
2512
  - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation
2093
2513
  Access-Control-Allow-Methods:
2094
2514
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
2095
2515
  Access-Control-Allow-Origin:
2096
- - "*"
2516
+ - '*'
2097
2517
  Access-Control-Expose-Headers:
2098
2518
  - Etag
2099
2519
  Access-Control-Max-Age:
2100
2520
  - '1728000'
2101
2521
  Cf-Space-Id:
2102
- - wbtalxpseprz
2522
+ - 8rbh6yfkme6s
2103
2523
  Content-Type:
2104
2524
  - application/vnd.contentful.management.v1+json
2105
2525
  Date:
2106
- - Wed, 18 Nov 2015 12:21:17 GMT
2526
+ - Mon, 23 Nov 2015 10:10:27 GMT
2107
2527
  Etag:
2108
- - '"6d7ec481beda38c7bfc32570c63e9db0"'
2528
+ - '"d9c4e17783a748e58cd1113cc5895667"'
2109
2529
  Server:
2110
2530
  - nginx
2111
2531
  Strict-Transport-Security:
@@ -2113,7 +2533,7 @@ http_interactions:
2113
2533
  X-Content-Type-Options:
2114
2534
  - nosniff
2115
2535
  X-Contentful-Request-Id:
2116
- - content-api:jaQkvgGwCWCMUKsykaqUI
2536
+ - content-api:7ibBz1ABUsoQAGiW0Y8o6c
2117
2537
  X-Powered-By:
2118
2538
  - Express
2119
2539
  Content-Length:
@@ -2150,20 +2570,19 @@ http_interactions:
2150
2570
  "sys": {
2151
2571
  "id": "5nQB3z8RgW8CUG6uGyCsEw",
2152
2572
  "type": "Entry",
2153
- "version": 1,
2154
- "createdAt": "2015-11-18T12:21:17.121Z",
2573
+ "createdAt": "2015-11-23T10:10:24.528Z",
2155
2574
  "createdBy": {
2156
2575
  "sys": {
2157
2576
  "type": "Link",
2158
2577
  "linkType": "User",
2159
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
2578
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2160
2579
  }
2161
2580
  },
2162
2581
  "space": {
2163
2582
  "sys": {
2164
2583
  "type": "Link",
2165
2584
  "linkType": "Space",
2166
- "id": "wbtalxpseprz"
2585
+ "id": "8rbh6yfkme6s"
2167
2586
  }
2168
2587
  },
2169
2588
  "contentType": {
@@ -2173,24 +2592,25 @@ http_interactions:
2173
2592
  "id": "1VX60jHERm6yuem8I2agWG"
2174
2593
  }
2175
2594
  },
2176
- "updatedAt": "2015-11-18T12:21:17.121Z",
2595
+ "version": 4,
2596
+ "updatedAt": "2015-11-23T10:10:27.748Z",
2177
2597
  "updatedBy": {
2178
2598
  "sys": {
2179
2599
  "type": "Link",
2180
2600
  "linkType": "User",
2181
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
2601
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2182
2602
  }
2183
2603
  }
2184
2604
  }
2185
2605
  }
2186
2606
  http_version:
2187
- recorded_at: Wed, 18 Nov 2015 12:21:17 GMT
2607
+ recorded_at: Mon, 23 Nov 2015 10:10:26 GMT
2188
2608
  - request:
2189
- method: put
2190
- uri: https://api.contentful.com/spaces/wbtalxpseprz/entries/5nQB3z8RgW8CUG6uGyCsEw
2609
+ method: get
2610
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/entries/5nQB3z8RgW8CUG6uGyCsEw
2191
2611
  body:
2192
- encoding: UTF-8
2193
- string: '{"fields":{"assets":{"en-US":[{"sys":{"type":"Link","linkType":"Asset","id":"4eX9aQsDdeqweg6Si00KaW"}},{"sys":{"type":"Link","linkType":"Asset","id":"4D5sv49qaAoMIkWgAW8g0I"}}]},"title":{"en-US":"yolo"}}}'
2612
+ encoding: US-ASCII
2613
+ string: ''
2194
2614
  headers:
2195
2615
  User-Agent:
2196
2616
  - RubyContentfulManagementGem/0.7.2
@@ -2198,8 +2618,8 @@ http_interactions:
2198
2618
  - Bearer foobar
2199
2619
  Content-Type:
2200
2620
  - application/vnd.contentful.management.v1+json
2201
- X-Contentful-Version:
2202
- - '1'
2621
+ Content-Length:
2622
+ - '0'
2203
2623
  Connection:
2204
2624
  - close
2205
2625
  Host:
@@ -2214,19 +2634,19 @@ http_interactions:
2214
2634
  Access-Control-Allow-Methods:
2215
2635
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
2216
2636
  Access-Control-Allow-Origin:
2217
- - "*"
2637
+ - '*'
2218
2638
  Access-Control-Expose-Headers:
2219
2639
  - Etag
2220
2640
  Access-Control-Max-Age:
2221
2641
  - '1728000'
2222
2642
  Cf-Space-Id:
2223
- - wbtalxpseprz
2643
+ - 8rbh6yfkme6s
2224
2644
  Content-Type:
2225
2645
  - application/vnd.contentful.management.v1+json
2226
2646
  Date:
2227
- - Wed, 18 Nov 2015 12:21:18 GMT
2647
+ - Mon, 23 Nov 2015 10:10:28 GMT
2228
2648
  Etag:
2229
- - '"1c4cb06a074094cc19dbf3a639160e0e"'
2649
+ - '"6a28b9cbb1bb99efeee2bc9d4825a846"'
2230
2650
  Server:
2231
2651
  - nginx
2232
2652
  Strict-Transport-Security:
@@ -2234,7 +2654,7 @@ http_interactions:
2234
2654
  X-Content-Type-Options:
2235
2655
  - nosniff
2236
2656
  X-Contentful-Request-Id:
2237
- - content-api:aGO8CEN07QYO22ic4cOY8
2657
+ - content-api:3vpes7DtMkYOqm28O2ocQQ
2238
2658
  X-Powered-By:
2239
2659
  - Express
2240
2660
  Content-Length:
@@ -2271,19 +2691,19 @@ http_interactions:
2271
2691
  "sys": {
2272
2692
  "id": "5nQB3z8RgW8CUG6uGyCsEw",
2273
2693
  "type": "Entry",
2274
- "createdAt": "2015-11-18T12:21:17.121Z",
2694
+ "createdAt": "2015-11-23T10:10:24.528Z",
2275
2695
  "createdBy": {
2276
2696
  "sys": {
2277
2697
  "type": "Link",
2278
2698
  "linkType": "User",
2279
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
2699
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2280
2700
  }
2281
2701
  },
2282
2702
  "space": {
2283
2703
  "sys": {
2284
2704
  "type": "Link",
2285
2705
  "linkType": "Space",
2286
- "id": "wbtalxpseprz"
2706
+ "id": "8rbh6yfkme6s"
2287
2707
  }
2288
2708
  },
2289
2709
  "contentType": {
@@ -2293,22 +2713,22 @@ http_interactions:
2293
2713
  "id": "1VX60jHERm6yuem8I2agWG"
2294
2714
  }
2295
2715
  },
2296
- "version": 2,
2297
- "updatedAt": "2015-11-18T12:21:18.227Z",
2716
+ "version": 4,
2717
+ "updatedAt": "2015-11-23T10:10:27.801Z",
2298
2718
  "updatedBy": {
2299
2719
  "sys": {
2300
2720
  "type": "Link",
2301
2721
  "linkType": "User",
2302
- "id": "4SejVrWT96dvL9IV4Nb7sQ"
2722
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2303
2723
  }
2304
2724
  }
2305
2725
  }
2306
2726
  }
2307
2727
  http_version:
2308
- recorded_at: Wed, 18 Nov 2015 12:21:18 GMT
2728
+ recorded_at: Mon, 23 Nov 2015 10:10:27 GMT
2309
2729
  - request:
2310
2730
  method: get
2311
- uri: https://api.contentful.com/spaces/wbtalxpseprz/entries?content_type=1VX60jHERm6yuem8I2agWG
2731
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/entries/5nQB3z8RgW8CUG6uGyCsEw
2312
2732
  body:
2313
2733
  encoding: US-ASCII
2314
2734
  string: ''
@@ -2319,6 +2739,8 @@ http_interactions:
2319
2739
  - Bearer foobar
2320
2740
  Content-Type:
2321
2741
  - application/vnd.contentful.management.v1+json
2742
+ Content-Length:
2743
+ - '0'
2322
2744
  Connection:
2323
2745
  - close
2324
2746
  Host:
@@ -2333,19 +2755,19 @@ http_interactions:
2333
2755
  Access-Control-Allow-Methods:
2334
2756
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
2335
2757
  Access-Control-Allow-Origin:
2336
- - "*"
2758
+ - '*'
2337
2759
  Access-Control-Expose-Headers:
2338
2760
  - Etag
2339
2761
  Access-Control-Max-Age:
2340
2762
  - '1728000'
2341
2763
  Cf-Space-Id:
2342
- - wbtalxpseprz
2764
+ - 8rbh6yfkme6s
2343
2765
  Content-Type:
2344
2766
  - application/vnd.contentful.management.v1+json
2345
2767
  Date:
2346
- - Wed, 18 Nov 2015 12:21:18 GMT
2768
+ - Mon, 23 Nov 2015 10:10:28 GMT
2347
2769
  Etag:
2348
- - '"29f2c21be26360c424f617d8592cf6f9"'
2770
+ - '"6a28b9cbb1bb99efeee2bc9d4825a846"'
2349
2771
  Server:
2350
2772
  - nginx
2351
2773
  Strict-Transport-Security:
@@ -2353,34 +2775,219 @@ http_interactions:
2353
2775
  X-Content-Type-Options:
2354
2776
  - nosniff
2355
2777
  X-Contentful-Request-Id:
2356
- - content-api:6uMOvUaWm4wAY882giAASk
2778
+ - content-api:4zTLo1WRwQkoG02KCaeWqM
2357
2779
  X-Powered-By:
2358
2780
  - Express
2359
2781
  Content-Length:
2360
- - '97'
2782
+ - '1160'
2361
2783
  Connection:
2362
2784
  - Close
2363
2785
  body:
2364
2786
  encoding: UTF-8
2365
2787
  string: |
2366
2788
  {
2789
+ "fields": {
2790
+ "assets": {
2791
+ "en-US": [
2792
+ {
2793
+ "sys": {
2794
+ "type": "Link",
2795
+ "linkType": "Asset",
2796
+ "id": "4eX9aQsDdeqweg6Si00KaW"
2797
+ }
2798
+ },
2799
+ {
2800
+ "sys": {
2801
+ "type": "Link",
2802
+ "linkType": "Asset",
2803
+ "id": "4D5sv49qaAoMIkWgAW8g0I"
2804
+ }
2805
+ }
2806
+ ]
2807
+ },
2808
+ "title": {
2809
+ "en-US": "yolo"
2810
+ }
2811
+ },
2367
2812
  "sys": {
2368
- "type": "Array"
2813
+ "id": "5nQB3z8RgW8CUG6uGyCsEw",
2814
+ "type": "Entry",
2815
+ "createdAt": "2015-11-23T10:10:24.528Z",
2816
+ "createdBy": {
2817
+ "sys": {
2818
+ "type": "Link",
2819
+ "linkType": "User",
2820
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2821
+ }
2822
+ },
2823
+ "space": {
2824
+ "sys": {
2825
+ "type": "Link",
2826
+ "linkType": "Space",
2827
+ "id": "8rbh6yfkme6s"
2828
+ }
2829
+ },
2830
+ "contentType": {
2831
+ "sys": {
2832
+ "type": "Link",
2833
+ "linkType": "ContentType",
2834
+ "id": "1VX60jHERm6yuem8I2agWG"
2835
+ }
2836
+ },
2837
+ "version": 4,
2838
+ "updatedAt": "2015-11-23T10:10:27.801Z",
2839
+ "updatedBy": {
2840
+ "sys": {
2841
+ "type": "Link",
2842
+ "linkType": "User",
2843
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2844
+ }
2845
+ }
2846
+ }
2847
+ }
2848
+ http_version:
2849
+ recorded_at: Mon, 23 Nov 2015 10:10:27 GMT
2850
+ - request:
2851
+ method: put
2852
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/entries/5nQB3z8RgW8CUG6uGyCsEw/published
2853
+ body:
2854
+ encoding: US-ASCII
2855
+ string: ''
2856
+ headers:
2857
+ User-Agent:
2858
+ - RubyContentfulManagementGem/0.7.2
2859
+ Authorization:
2860
+ - Bearer foobar
2861
+ Content-Type:
2862
+ - application/vnd.contentful.management.v1+json
2863
+ X-Contentful-Version:
2864
+ - '4'
2865
+ Content-Length:
2866
+ - '0'
2867
+ Connection:
2868
+ - close
2869
+ Host:
2870
+ - api.contentful.com
2871
+ response:
2872
+ status:
2873
+ code: 200
2874
+ message: OK
2875
+ headers:
2876
+ Access-Control-Allow-Headers:
2877
+ - Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation
2878
+ Access-Control-Allow-Methods:
2879
+ - DELETE,GET,HEAD,POST,PUT,OPTIONS
2880
+ Access-Control-Allow-Origin:
2881
+ - '*'
2882
+ Access-Control-Expose-Headers:
2883
+ - Etag
2884
+ Access-Control-Max-Age:
2885
+ - '1728000'
2886
+ Cf-Space-Id:
2887
+ - 8rbh6yfkme6s
2888
+ Content-Type:
2889
+ - application/vnd.contentful.management.v1+json
2890
+ Date:
2891
+ - Mon, 23 Nov 2015 10:10:29 GMT
2892
+ Etag:
2893
+ - '"ee01ecf6dbd3243452ee4ddbb737214d"'
2894
+ Server:
2895
+ - nginx
2896
+ Strict-Transport-Security:
2897
+ - max-age=15768000
2898
+ X-Content-Type-Options:
2899
+ - nosniff
2900
+ X-Contentful-Request-Id:
2901
+ - content-api:mtJFKSrJIsgSgoWMkSoii
2902
+ X-Powered-By:
2903
+ - Express
2904
+ Content-Length:
2905
+ - '1455'
2906
+ Connection:
2907
+ - Close
2908
+ body:
2909
+ encoding: UTF-8
2910
+ string: |
2911
+ {
2912
+ "fields": {
2913
+ "assets": {
2914
+ "en-US": [
2915
+ {
2916
+ "sys": {
2917
+ "type": "Link",
2918
+ "linkType": "Asset",
2919
+ "id": "4eX9aQsDdeqweg6Si00KaW"
2920
+ }
2921
+ },
2922
+ {
2923
+ "sys": {
2924
+ "type": "Link",
2925
+ "linkType": "Asset",
2926
+ "id": "4D5sv49qaAoMIkWgAW8g0I"
2927
+ }
2928
+ }
2929
+ ]
2930
+ },
2931
+ "title": {
2932
+ "en-US": "yolo"
2933
+ }
2369
2934
  },
2370
- "total": 0,
2371
- "skip": 0,
2372
- "limit": 100,
2373
- "items": []
2935
+ "sys": {
2936
+ "id": "5nQB3z8RgW8CUG6uGyCsEw",
2937
+ "type": "Entry",
2938
+ "createdAt": "2015-11-23T10:10:24.528Z",
2939
+ "createdBy": {
2940
+ "sys": {
2941
+ "type": "Link",
2942
+ "linkType": "User",
2943
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2944
+ }
2945
+ },
2946
+ "space": {
2947
+ "sys": {
2948
+ "type": "Link",
2949
+ "linkType": "Space",
2950
+ "id": "8rbh6yfkme6s"
2951
+ }
2952
+ },
2953
+ "contentType": {
2954
+ "sys": {
2955
+ "type": "Link",
2956
+ "linkType": "ContentType",
2957
+ "id": "1VX60jHERm6yuem8I2agWG"
2958
+ }
2959
+ },
2960
+ "version": 5,
2961
+ "updatedAt": "2015-11-23T10:10:29.790Z",
2962
+ "updatedBy": {
2963
+ "sys": {
2964
+ "type": "Link",
2965
+ "linkType": "User",
2966
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2967
+ }
2968
+ },
2969
+ "firstPublishedAt": "2015-11-23T10:10:29.790Z",
2970
+ "publishedCounter": 1,
2971
+ "publishedAt": "2015-11-23T10:10:29.790Z",
2972
+ "publishedBy": {
2973
+ "sys": {
2974
+ "type": "Link",
2975
+ "linkType": "User",
2976
+ "id": "4FLrUHftHW3v2BLi9fzfjU"
2977
+ }
2978
+ },
2979
+ "publishedVersion": 4
2980
+ }
2374
2981
  }
2375
2982
  http_version:
2376
- recorded_at: Wed, 18 Nov 2015 12:21:18 GMT
2983
+ recorded_at: Mon, 23 Nov 2015 10:10:28 GMT
2377
2984
  - request:
2378
2985
  method: post
2379
- uri: https://api.contentful.com/spaces/wbtalxpseprz/api_keys
2986
+ uri: https://api.contentful.com/spaces/8rbh6yfkme6s/api_keys
2380
2987
  body:
2381
2988
  encoding: UTF-8
2382
2989
  string: '{"name":"Bootstrap Token","description":"Created with ''contentful_bootstrap.rb
2383
- v2.0.1''"}'
2990
+ v2.0.2''"}'
2384
2991
  headers:
2385
2992
  User-Agent:
2386
2993
  - RubyContentfulManagementGem/0.7.2
@@ -2404,7 +3011,7 @@ http_interactions:
2404
3011
  Access-Control-Allow-Methods:
2405
3012
  - DELETE,GET,HEAD,POST,PUT,OPTIONS
2406
3013
  Access-Control-Allow-Origin:
2407
- - "*"
3014
+ - '*'
2408
3015
  Access-Control-Expose-Headers:
2409
3016
  - Etag
2410
3017
  Access-Control-Max-Age:
@@ -2414,11 +3021,11 @@ http_interactions:
2414
3021
  Content-Type:
2415
3022
  - application/vnd.contentful.management.v1+json
2416
3023
  Date:
2417
- - Wed, 18 Nov 2015 12:21:20 GMT
3024
+ - Mon, 23 Nov 2015 10:10:30 GMT
2418
3025
  Etag:
2419
- - '"f611b1857201b4d2eb91ac8260090f46"'
3026
+ - '"97c3cc3512304da39feefd26d65a17f9"'
2420
3027
  Location:
2421
- - https://api.contentful.com/spaces/wbtalxpseprz/api_keys/6dfG2Xl6BXeVXvuInpnqIY
3028
+ - https://api.contentful.com/spaces/8rbh6yfkme6s/api_keys/2JjugsfSBi7SM9Ne03UwXa
2422
3029
  Server:
2423
3030
  - nginx
2424
3031
  Status:
@@ -2428,7 +3035,7 @@ http_interactions:
2428
3035
  X-Content-Type-Options:
2429
3036
  - nosniff
2430
3037
  X-Contentful-Request-Id:
2431
- - b89-1468408790
3038
+ - b89-1471620153
2432
3039
  Content-Length:
2433
3040
  - '954'
2434
3041
  Connection:
@@ -2439,35 +3046,35 @@ http_interactions:
2439
3046
  {
2440
3047
  "sys":{
2441
3048
  "type":"ApiKey",
2442
- "id":"6dfG2Xl6BXeVXvuInpnqIY",
3049
+ "id":"2JjugsfSBi7SM9Ne03UwXa",
2443
3050
  "version":0,
2444
3051
  "space":{
2445
3052
  "sys":{
2446
3053
  "type":"Link",
2447
3054
  "linkType":"Space",
2448
- "id":"wbtalxpseprz"
3055
+ "id":"8rbh6yfkme6s"
2449
3056
  }
2450
3057
  },
2451
3058
  "createdBy":{
2452
3059
  "sys":{
2453
3060
  "type":"Link",
2454
3061
  "linkType":"User",
2455
- "id":"4SejVrWT96dvL9IV4Nb7sQ"
3062
+ "id":"4FLrUHftHW3v2BLi9fzfjU"
2456
3063
  }
2457
3064
  },
2458
- "createdAt":"2015-11-18T12:21:19Z",
3065
+ "createdAt":"2015-11-23T10:10:30Z",
2459
3066
  "updatedBy":{
2460
3067
  "sys":{
2461
3068
  "type":"Link",
2462
3069
  "linkType":"User",
2463
- "id":"4SejVrWT96dvL9IV4Nb7sQ"
3070
+ "id":"4FLrUHftHW3v2BLi9fzfjU"
2464
3071
  }
2465
3072
  },
2466
- "updatedAt":"2015-11-18T12:21:19Z"
3073
+ "updatedAt":"2015-11-23T10:10:30Z"
2467
3074
  },
2468
3075
  "name":"Bootstrap Token",
2469
- "description":"Created with 'contentful_bootstrap.rb v2.0.1'",
2470
- "accessToken":"d65077d23de1bb749e4deb1976bbc1fea5b0008c622ec3d278f8ab7aa123eded",
3076
+ "description":"Created with 'contentful_bootstrap.rb v2.0.2'",
3077
+ "accessToken":"031b8e15ed7351bc0dac2b2612fb72e1d54b1f878c87b485f8642fe1b57db9e4",
2471
3078
  "policies":[
2472
3079
  {
2473
3080
  "effect":"allow",
@@ -2478,11 +3085,11 @@ http_interactions:
2478
3085
  "sys":{
2479
3086
  "type":"Link",
2480
3087
  "linkType":"PreviewApiKey",
2481
- "id":"6dgPrUi9iZhcELD9vLr3Ks"
3088
+ "id":"2JkFucBDyobwZkIX2BDXIo"
2482
3089
  }
2483
3090
  }
2484
3091
  }
2485
3092
 
2486
3093
  http_version:
2487
- recorded_at: Wed, 18 Nov 2015 12:21:19 GMT
2488
- recorded_with: VCR 2.9.3
3094
+ recorded_at: Mon, 23 Nov 2015 10:10:29 GMT
3095
+ recorded_with: VCR 3.0.0