contentful_bootstrap 3.10.0 → 3.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +5 -5
  2. data/.rubocop.yml +9 -5
  3. data/.rubocop_todo.yml +34 -76
  4. data/CHANGELOG.md +7 -0
  5. data/Guardfile +20 -4
  6. data/README.md +6 -6
  7. data/bin/contentful_bootstrap +46 -42
  8. data/contentful_bootstrap.gemspec +6 -3
  9. data/lib/contentful/bootstrap/command_runner.rb +3 -1
  10. data/lib/contentful/bootstrap/commands/base.rb +15 -15
  11. data/lib/contentful/bootstrap/commands/create_space.rb +5 -6
  12. data/lib/contentful/bootstrap/commands/generate_json.rb +13 -2
  13. data/lib/contentful/bootstrap/commands/generate_token.rb +6 -6
  14. data/lib/contentful/bootstrap/commands/update_space.rb +2 -2
  15. data/lib/contentful/bootstrap/generator.rb +5 -4
  16. data/lib/contentful/bootstrap/support.rb +1 -1
  17. data/lib/contentful/bootstrap/templates/base.rb +22 -25
  18. data/lib/contentful/bootstrap/templates/json_template.rb +49 -56
  19. data/lib/contentful/bootstrap/templates/links/base.rb +1 -1
  20. data/lib/contentful/bootstrap/token.rb +1 -1
  21. data/lib/contentful/bootstrap/version.rb +1 -1
  22. data/spec/contentful/bootstrap/command_runner_spec.rb +2 -2
  23. data/spec/contentful/bootstrap/commands/base_spec.rb +3 -15
  24. data/spec/contentful/bootstrap/commands/create_space_spec.rb +2 -2
  25. data/spec/contentful/bootstrap/commands/generate_json_spec.rb +1 -1
  26. data/spec/contentful/bootstrap/commands/generate_token_spec.rb +1 -1
  27. data/spec/contentful/bootstrap/commands/update_space_spec.rb +36 -8
  28. data/spec/contentful/bootstrap/generator_spec.rb +17 -2
  29. data/spec/contentful/bootstrap/templates/base_spec.rb +10 -8
  30. data/spec/contentful/bootstrap/templates/blog_spec.rb +9 -1
  31. data/spec/contentful/bootstrap/templates/catalogue_spec.rb +9 -1
  32. data/spec/contentful/bootstrap/templates/gallery_spec.rb +9 -1
  33. data/spec/contentful/bootstrap/templates/json_template_spec.rb +17 -9
  34. data/spec/fixtures/json_fixtures/environment_template.json +47 -0
  35. data/spec/fixtures/vcr_fixtures/asset_no_transform.yml +119 -4
  36. data/spec/fixtures/vcr_fixtures/check_created_space.yml +1 -1
  37. data/spec/fixtures/vcr_fixtures/check_original_staging_environment_status.yml +201 -0
  38. data/spec/fixtures/vcr_fixtures/check_staging_environment_status.yml +81 -0
  39. data/spec/fixtures/vcr_fixtures/check_update_space_localized.yml +2 -2
  40. data/spec/fixtures/vcr_fixtures/check_update_space_with_draft_content.yml +4 -4
  41. data/spec/fixtures/vcr_fixtures/create_space_with_blog_template.yml +153 -38
  42. data/spec/fixtures/vcr_fixtures/create_space_with_catalogue_template.yml +196 -81
  43. data/spec/fixtures/vcr_fixtures/create_space_with_gallery_template.yml +165 -50
  44. data/spec/fixtures/vcr_fixtures/generate_json.yml +5 -5
  45. data/spec/fixtures/vcr_fixtures/generate_json_content_types_only.yml +1 -1
  46. data/spec/fixtures/vcr_fixtures/generate_json_environments.yml +447 -0
  47. data/spec/fixtures/vcr_fixtures/generate_json_multi_ct.yml +5 -5
  48. data/spec/fixtures/vcr_fixtures/generate_json_preview.yml +5 -5
  49. data/spec/fixtures/vcr_fixtures/generate_json_single_ct.yml +5 -5
  50. data/spec/fixtures/vcr_fixtures/issue_22.yml +142 -27
  51. data/spec/fixtures/vcr_fixtures/no_ids.yml +126 -11
  52. data/spec/fixtures/vcr_fixtures/update_existing_asset.yml +130 -15
  53. data/spec/fixtures/vcr_fixtures/update_space_localized.yml +134 -19
  54. data/spec/fixtures/vcr_fixtures/update_with_environment.yml +2531 -0
  55. metadata +55 -17
@@ -99,9 +99,124 @@ http_interactions:
99
99
 
100
100
  http_version:
101
101
  recorded_at: Fri, 22 Jul 2016 12:50:13 GMT
102
+ - request:
103
+ method: get
104
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master
105
+ body:
106
+ encoding: US-ASCII
107
+ string: ''
108
+ headers:
109
+ X-Contentful-User-Agent:
110
+ - sdk contentful-management.rb/1.8.1; integration bootstrap/3.6.1; platform
111
+ ruby/2.4.1; os macOS/16;
112
+ Authorization:
113
+ - Bearer foobar
114
+ Content-Type:
115
+ - application/vnd.contentful.management.v1+json
116
+ Content-Length:
117
+ - '0'
118
+ Connection:
119
+ - close
120
+ Host:
121
+ - api.contentful.com
122
+ User-Agent:
123
+ - http.rb/2.2.2
124
+ response:
125
+ status:
126
+ code: 200
127
+ message: OK
128
+ headers:
129
+ Accept-Ranges:
130
+ - bytes
131
+ Access-Control-Allow-Headers:
132
+ - 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,X-Contentful-User-Agent,X-Contentful-Enable-Experimental-Feature
133
+ Access-Control-Allow-Methods:
134
+ - DELETE,GET,HEAD,POST,PUT,OPTIONS
135
+ Access-Control-Allow-Origin:
136
+ - "*"
137
+ Access-Control-Expose-Headers:
138
+ - Etag
139
+ Access-Control-Max-Age:
140
+ - '1728000'
141
+ Cache-Control:
142
+ - max-age=0
143
+ Cf-Organization-Id:
144
+ - 4SsuxQCaMaemfIms52Jr8s
145
+ Cf-Space-Id:
146
+ - az2xnj8oqhca
147
+ Content-Type:
148
+ - application/vnd.contentful.management.v1+json
149
+ Date:
150
+ - Wed, 23 Aug 2017 14:39:29 GMT
151
+ Etag:
152
+ - W/"2c014fd49b265333df19faf15077ad23"
153
+ Server:
154
+ - Contentful
155
+ Strict-Transport-Security:
156
+ - max-age=15768000
157
+ X-Content-Type-Options:
158
+ - nosniff
159
+ X-Contentful-Request-Id:
160
+ - 917a37ae1cf5343e6b089923cc306864
161
+ X-Frame-Options:
162
+ - ALLOWALL
163
+ X-Xss-Protection:
164
+ - 1; mode=block
165
+ Content-Length:
166
+ - '465'
167
+ Connection:
168
+ - Close
169
+ Set-Cookie:
170
+ - incap_ses_685_673446=cxF9Q0guCUtZ5BLquZ2BCaGTnVkAAAAAo6M+6ImkjL12BRgksm5Ycw==;
171
+ path=/; Domain=.contentful.com
172
+ - nlbi_673446=qgazO//8lgCNPBh/6lKYhQAAAADdCJKiN6QN6XKnlFqZhDYU; path=/; Domain=.contentful.com
173
+ - visid_incap_673446=2CwPdSAIQPWlQo9wqlIfraGTnVkAAAAAQUIPAAAAAABpkgonlswdvW4VySG7Mwvb;
174
+ expires=Thu, 23 Aug 2018 07:39:55 GMT; path=/; Domain=.contentful.com
175
+ X-Iinfo:
176
+ - 6-53963549-53963569 NNNN CT(141 141 0) RT(1503499169092 147) q(0 0 3 -1) r(5
177
+ 5) U5
178
+ X-Cdn:
179
+ - Incapsula
180
+ body:
181
+ encoding: ASCII-8BIT
182
+ string: |+
183
+ {
184
+ "name":"Master",
185
+ "sys":{
186
+ "type":"Environment",
187
+ "id":"master",
188
+ "version":4,
189
+ "createdBy":{
190
+ "sys":{
191
+ "type":"Link",
192
+ "linkType":"User",
193
+ "id":"4SejVrWT96dvL9IV4Nb7sQ"
194
+ }
195
+ },
196
+ "createdAt":"2017-08-18T20:55:42Z",
197
+ "updatedBy":{
198
+ "sys":{
199
+ "type":"Link",
200
+ "linkType":"User",
201
+ "id":"4SejVrWT96dvL9IV4Nb7sQ"
202
+ }
203
+ },
204
+ "updatedAt":"2017-08-18T20:55:42Z",
205
+ "space": {
206
+ "sys": {
207
+ "type": "Link",
208
+ "linkType": "Space",
209
+ "id": "az2xnj8oqhca"
210
+ }
211
+ }
212
+ }
213
+ }
214
+
215
+ http_version:
216
+ recorded_at: Wed, 23 Aug 2017 14:39:29 GMT
102
217
  - request:
103
218
  method: put
104
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/content_types/brand
219
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/content_types/brand
105
220
  body:
106
221
  encoding: UTF-8
107
222
  string: '{"displayField":"name","name":"Brand","fields":[{"id":"name","name":"Company
@@ -235,7 +350,7 @@ http_interactions:
235
350
  recorded_at: Fri, 22 Jul 2016 12:50:17 GMT
236
351
  - request:
237
352
  method: put
238
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/content_types/brand/published
353
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/content_types/brand/published
239
354
  body:
240
355
  encoding: US-ASCII
241
356
  string: ''
@@ -383,7 +498,7 @@ http_interactions:
383
498
  recorded_at: Fri, 22 Jul 2016 12:50:21 GMT
384
499
  - request:
385
500
  method: put
386
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/content_types/category
501
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/content_types/category
387
502
  body:
388
503
  encoding: UTF-8
389
504
  string: '{"displayField":"title","name":"Category","fields":[{"id":"title","name":"Title","type":"Symbol"},{"id":"description","name":"Description","type":"Text"},{"id":"icon","name":"Icon","type":"Link","linkType":"Asset"}]}'
@@ -516,7 +631,7 @@ http_interactions:
516
631
  recorded_at: Fri, 22 Jul 2016 12:50:22 GMT
517
632
  - request:
518
633
  method: put
519
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/content_types/category/published
634
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/content_types/category/published
520
635
  body:
521
636
  encoding: US-ASCII
522
637
  string: ''
@@ -664,7 +779,7 @@ http_interactions:
664
779
  recorded_at: Fri, 22 Jul 2016 12:50:23 GMT
665
780
  - request:
666
781
  method: put
667
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/content_types/product
782
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/content_types/product
668
783
  body:
669
784
  encoding: UTF-8
670
785
  string: '{"displayField":"name","name":"Product","fields":[{"id":"name","name":"name","type":"Symbol"},{"id":"description","name":"Description","type":"Text"},{"id":"image","name":"Image","type":"Link","linkType":"Asset"},{"id":"brand","name":"Brand","type":"Link","linkType":"Entry"},{"id":"category","name":"Category","type":"Link","linkType":"Entry"},{"id":"url","name":"Available
@@ -830,7 +945,7 @@ http_interactions:
830
945
  recorded_at: Fri, 22 Jul 2016 12:50:24 GMT
831
946
  - request:
832
947
  method: put
833
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/content_types/product/published
948
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/content_types/product/published
834
949
  body:
835
950
  encoding: US-ASCII
836
951
  string: ''
@@ -1010,7 +1125,7 @@ http_interactions:
1010
1125
  recorded_at: Fri, 22 Jul 2016 12:50:26 GMT
1011
1126
  - request:
1012
1127
  method: put
1013
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/playsam_image
1128
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/playsam_image
1014
1129
  body:
1015
1130
  encoding: UTF-8
1016
1131
  string: '{"fields":{"title":{"en-US":"Playsam"},"description":{"en-US":null},"file":{"en-US":{"contentType":"image/jpeg","fileName":"playsam_image.jpg","upload":"https://images.contentful.com/liicpxzmg1q0/4zj1ZOfHgQ8oqgaSKm4Qo2/3be82d54d45b5297e951aee9baf920da/playsam.jpg?h=250&"}}}}'
@@ -1123,7 +1238,7 @@ http_interactions:
1123
1238
  recorded_at: Fri, 22 Jul 2016 12:50:27 GMT
1124
1239
  - request:
1125
1240
  method: put
1126
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/playsam_image/files/en-US/process
1241
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/playsam_image/files/en-US/process
1127
1242
  body:
1128
1243
  encoding: US-ASCII
1129
1244
  string: ''
@@ -1191,7 +1306,7 @@ http_interactions:
1191
1306
  recorded_at: Fri, 22 Jul 2016 12:50:30 GMT
1192
1307
  - request:
1193
1308
  method: get
1194
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/playsam_image
1309
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/playsam_image
1195
1310
  body:
1196
1311
  encoding: US-ASCII
1197
1312
  string: ''
@@ -1313,7 +1428,7 @@ http_interactions:
1313
1428
  recorded_at: Fri, 22 Jul 2016 12:50:30 GMT
1314
1429
  - request:
1315
1430
  method: put
1316
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/playsam_image/published
1431
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/playsam_image/published
1317
1432
  body:
1318
1433
  encoding: US-ASCII
1319
1434
  string: ''
@@ -1448,7 +1563,7 @@ http_interactions:
1448
1563
  recorded_at: Fri, 22 Jul 2016 12:50:31 GMT
1449
1564
  - request:
1450
1565
  method: put
1451
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/normann_image
1566
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/normann_image
1452
1567
  body:
1453
1568
  encoding: UTF-8
1454
1569
  string: '{"fields":{"title":{"en-US":"Normann"},"description":{"en-US":null},"file":{"en-US":{"contentType":"image/jpeg","fileName":"normann_image.jpg","upload":"https://images.contentful.com/liicpxzmg1q0/3wtvPBbBjiMKqKKga8I2Cu/75c7c92f38f7953a741591d215ad61d4/zJYzDlGk.jpeg?h=250&"}}}}'
@@ -1561,7 +1676,7 @@ http_interactions:
1561
1676
  recorded_at: Fri, 22 Jul 2016 12:50:32 GMT
1562
1677
  - request:
1563
1678
  method: put
1564
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/normann_image/files/en-US/process
1679
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/normann_image/files/en-US/process
1565
1680
  body:
1566
1681
  encoding: US-ASCII
1567
1682
  string: ''
@@ -1629,7 +1744,7 @@ http_interactions:
1629
1744
  recorded_at: Fri, 22 Jul 2016 12:50:33 GMT
1630
1745
  - request:
1631
1746
  method: get
1632
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/normann_image
1747
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/normann_image
1633
1748
  body:
1634
1749
  encoding: US-ASCII
1635
1750
  string: ''
@@ -1751,7 +1866,7 @@ http_interactions:
1751
1866
  recorded_at: Fri, 22 Jul 2016 12:50:34 GMT
1752
1867
  - request:
1753
1868
  method: put
1754
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/normann_image/published
1869
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/normann_image/published
1755
1870
  body:
1756
1871
  encoding: US-ASCII
1757
1872
  string: ''
@@ -1886,7 +2001,7 @@ http_interactions:
1886
2001
  recorded_at: Fri, 22 Jul 2016 12:50:34 GMT
1887
2002
  - request:
1888
2003
  method: put
1889
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/toy_image
2004
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/toy_image
1890
2005
  body:
1891
2006
  encoding: UTF-8
1892
2007
  string: '{"fields":{"title":{"en-US":"Toys"},"description":{"en-US":null},"file":{"en-US":{"contentType":"image/jpeg","fileName":"toy_image.jpg","upload":"https://images.contentful.com/liicpxzmg1q0/6t4HKjytPi0mYgs240wkG/866ef53a11af9c6bf5f3808a8ce1aab2/toys_512pxGREY.png?h=250&"}}}}'
@@ -1999,7 +2114,7 @@ http_interactions:
1999
2114
  recorded_at: Fri, 22 Jul 2016 12:50:35 GMT
2000
2115
  - request:
2001
2116
  method: put
2002
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/toy_image/files/en-US/process
2117
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/toy_image/files/en-US/process
2003
2118
  body:
2004
2119
  encoding: US-ASCII
2005
2120
  string: ''
@@ -2067,7 +2182,7 @@ http_interactions:
2067
2182
  recorded_at: Fri, 22 Jul 2016 12:50:36 GMT
2068
2183
  - request:
2069
2184
  method: get
2070
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/toy_image
2185
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/toy_image
2071
2186
  body:
2072
2187
  encoding: US-ASCII
2073
2188
  string: ''
@@ -2189,7 +2304,7 @@ http_interactions:
2189
2304
  recorded_at: Fri, 22 Jul 2016 12:50:37 GMT
2190
2305
  - request:
2191
2306
  method: put
2192
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/toy_image/published
2307
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/toy_image/published
2193
2308
  body:
2194
2309
  encoding: US-ASCII
2195
2310
  string: ''
@@ -2324,7 +2439,7 @@ http_interactions:
2324
2439
  recorded_at: Fri, 22 Jul 2016 12:50:38 GMT
2325
2440
  - request:
2326
2441
  method: put
2327
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/kitchen_image
2442
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/kitchen_image
2328
2443
  body:
2329
2444
  encoding: UTF-8
2330
2445
  string: '{"fields":{"title":{"en-US":"Kitchen and Home"},"description":{"en-US":null},"file":{"en-US":{"contentType":"image/jpeg","fileName":"kitchen_image.jpg","upload":"https://images.contentful.com/liicpxzmg1q0/6m5AJ9vMPKc8OUoQeoCS4o/ffc20f5a8f2a71cca4801bc9c51b966a/1418244847_Streamline-18-256.png?h=250&"}}}}'
@@ -2437,7 +2552,7 @@ http_interactions:
2437
2552
  recorded_at: Fri, 22 Jul 2016 12:50:38 GMT
2438
2553
  - request:
2439
2554
  method: put
2440
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/kitchen_image/files/en-US/process
2555
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/kitchen_image/files/en-US/process
2441
2556
  body:
2442
2557
  encoding: US-ASCII
2443
2558
  string: ''
@@ -2505,7 +2620,7 @@ http_interactions:
2505
2620
  recorded_at: Fri, 22 Jul 2016 12:50:39 GMT
2506
2621
  - request:
2507
2622
  method: get
2508
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/kitchen_image
2623
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/kitchen_image
2509
2624
  body:
2510
2625
  encoding: US-ASCII
2511
2626
  string: ''
@@ -2627,7 +2742,7 @@ http_interactions:
2627
2742
  recorded_at: Fri, 22 Jul 2016 12:50:40 GMT
2628
2743
  - request:
2629
2744
  method: put
2630
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/kitchen_image/published
2745
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/kitchen_image/published
2631
2746
  body:
2632
2747
  encoding: US-ASCII
2633
2748
  string: ''
@@ -2762,7 +2877,7 @@ http_interactions:
2762
2877
  recorded_at: Fri, 22 Jul 2016 12:50:41 GMT
2763
2878
  - request:
2764
2879
  method: put
2765
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/toy_car
2880
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/toy_car
2766
2881
  body:
2767
2882
  encoding: UTF-8
2768
2883
  string: '{"fields":{"title":{"en-US":"Playsam Toy Car"},"description":{"en-US":null},"file":{"en-US":{"contentType":"image/jpeg","fileName":"toy_car.jpg","upload":"https://images.contentful.com/liicpxzmg1q0/wtrHxeu3zEoEce2MokCSi/acef70d12fe019228c4238aa791bdd48/quwowooybuqbl6ntboz3.jpg?h=250&"}}}}'
@@ -2875,7 +2990,7 @@ http_interactions:
2875
2990
  recorded_at: Fri, 22 Jul 2016 12:50:42 GMT
2876
2991
  - request:
2877
2992
  method: put
2878
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/toy_car/files/en-US/process
2993
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/toy_car/files/en-US/process
2879
2994
  body:
2880
2995
  encoding: US-ASCII
2881
2996
  string: ''
@@ -2943,7 +3058,7 @@ http_interactions:
2943
3058
  recorded_at: Fri, 22 Jul 2016 12:50:43 GMT
2944
3059
  - request:
2945
3060
  method: get
2946
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/toy_car
3061
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/toy_car
2947
3062
  body:
2948
3063
  encoding: US-ASCII
2949
3064
  string: ''
@@ -3065,7 +3180,7 @@ http_interactions:
3065
3180
  recorded_at: Fri, 22 Jul 2016 12:50:43 GMT
3066
3181
  - request:
3067
3182
  method: put
3068
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/toy_car/published
3183
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/toy_car/published
3069
3184
  body:
3070
3185
  encoding: US-ASCII
3071
3186
  string: ''
@@ -3200,7 +3315,7 @@ http_interactions:
3200
3315
  recorded_at: Fri, 22 Jul 2016 12:50:44 GMT
3201
3316
  - request:
3202
3317
  method: put
3203
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/whiskers
3318
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/whiskers
3204
3319
  body:
3205
3320
  encoding: UTF-8
3206
3321
  string: '{"fields":{"title":{"en-US":"Normann Whisk Beaters"},"description":{"en-US":null},"file":{"en-US":{"contentType":"image/jpeg","fileName":"whiskers.jpg","upload":"https://images.contentful.com/liicpxzmg1q0/10TkaLheGeQG6qQGqWYqUI/d510dde5e575d40288cf75b42383aa53/ryugj83mqwa1asojwtwb.jpg?h=250&"}}}}'
@@ -3313,7 +3428,7 @@ http_interactions:
3313
3428
  recorded_at: Fri, 22 Jul 2016 12:50:45 GMT
3314
3429
  - request:
3315
3430
  method: put
3316
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/whiskers/files/en-US/process
3431
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/whiskers/files/en-US/process
3317
3432
  body:
3318
3433
  encoding: US-ASCII
3319
3434
  string: ''
@@ -3381,7 +3496,7 @@ http_interactions:
3381
3496
  recorded_at: Fri, 22 Jul 2016 12:50:46 GMT
3382
3497
  - request:
3383
3498
  method: get
3384
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/whiskers
3499
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/whiskers
3385
3500
  body:
3386
3501
  encoding: US-ASCII
3387
3502
  string: ''
@@ -3503,7 +3618,7 @@ http_interactions:
3503
3618
  recorded_at: Fri, 22 Jul 2016 12:50:47 GMT
3504
3619
  - request:
3505
3620
  method: put
3506
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/assets/whiskers/published
3621
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/assets/whiskers/published
3507
3622
  body:
3508
3623
  encoding: US-ASCII
3509
3624
  string: ''
@@ -3638,7 +3753,7 @@ http_interactions:
3638
3753
  recorded_at: Fri, 22 Jul 2016 12:50:48 GMT
3639
3754
  - request:
3640
3755
  method: get
3641
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/content_types/brand
3756
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/content_types/brand
3642
3757
  body:
3643
3758
  encoding: US-ASCII
3644
3759
  string: ''
@@ -3784,7 +3899,7 @@ http_interactions:
3784
3899
  recorded_at: Fri, 22 Jul 2016 12:50:48 GMT
3785
3900
  - request:
3786
3901
  method: put
3787
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam
3902
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam
3788
3903
  body:
3789
3904
  encoding: UTF-8
3790
3905
  string: '{"fields":{}}'
@@ -3892,7 +4007,7 @@ http_interactions:
3892
4007
  recorded_at: Fri, 22 Jul 2016 12:50:49 GMT
3893
4008
  - request:
3894
4009
  method: put
3895
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam
4010
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam
3896
4011
  body:
3897
4012
  encoding: UTF-8
3898
4013
  string: '{"fields":{}}'
@@ -4000,7 +4115,7 @@ http_interactions:
4000
4115
  recorded_at: Fri, 22 Jul 2016 12:50:50 GMT
4001
4116
  - request:
4002
4117
  method: put
4003
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/normann
4118
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/normann
4004
4119
  body:
4005
4120
  encoding: UTF-8
4006
4121
  string: '{"fields":{}}'
@@ -4108,7 +4223,7 @@ http_interactions:
4108
4223
  recorded_at: Fri, 22 Jul 2016 12:50:52 GMT
4109
4224
  - request:
4110
4225
  method: put
4111
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/normann
4226
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/normann
4112
4227
  body:
4113
4228
  encoding: UTF-8
4114
4229
  string: '{"fields":{}}'
@@ -4216,7 +4331,7 @@ http_interactions:
4216
4331
  recorded_at: Fri, 22 Jul 2016 12:50:52 GMT
4217
4332
  - request:
4218
4333
  method: get
4219
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/content_types/category
4334
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/content_types/category
4220
4335
  body:
4221
4336
  encoding: US-ASCII
4222
4337
  string: ''
@@ -4362,7 +4477,7 @@ http_interactions:
4362
4477
  recorded_at: Fri, 22 Jul 2016 12:50:54 GMT
4363
4478
  - request:
4364
4479
  method: put
4365
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/toys
4480
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/toys
4366
4481
  body:
4367
4482
  encoding: UTF-8
4368
4483
  string: '{"fields":{}}'
@@ -4470,7 +4585,7 @@ http_interactions:
4470
4585
  recorded_at: Fri, 22 Jul 2016 12:50:54 GMT
4471
4586
  - request:
4472
4587
  method: put
4473
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/toys
4588
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/toys
4474
4589
  body:
4475
4590
  encoding: UTF-8
4476
4591
  string: '{"fields":{}}'
@@ -4578,7 +4693,7 @@ http_interactions:
4578
4693
  recorded_at: Fri, 22 Jul 2016 12:50:55 GMT
4579
4694
  - request:
4580
4695
  method: put
4581
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/kitchen
4696
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/kitchen
4582
4697
  body:
4583
4698
  encoding: UTF-8
4584
4699
  string: '{"fields":{}}'
@@ -4686,7 +4801,7 @@ http_interactions:
4686
4801
  recorded_at: Fri, 22 Jul 2016 12:50:56 GMT
4687
4802
  - request:
4688
4803
  method: put
4689
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/kitchen
4804
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/kitchen
4690
4805
  body:
4691
4806
  encoding: UTF-8
4692
4807
  string: '{"fields":{}}'
@@ -4794,7 +4909,7 @@ http_interactions:
4794
4909
  recorded_at: Fri, 22 Jul 2016 12:50:57 GMT
4795
4910
  - request:
4796
4911
  method: get
4797
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/content_types/product
4912
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/content_types/product
4798
4913
  body:
4799
4914
  encoding: US-ASCII
4800
4915
  string: ''
@@ -4972,7 +5087,7 @@ http_interactions:
4972
5087
  recorded_at: Fri, 22 Jul 2016 12:50:58 GMT
4973
5088
  - request:
4974
5089
  method: put
4975
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam_car
5090
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam_car
4976
5091
  body:
4977
5092
  encoding: UTF-8
4978
5093
  string: '{"fields":{}}'
@@ -5080,7 +5195,7 @@ http_interactions:
5080
5195
  recorded_at: Fri, 22 Jul 2016 12:50:58 GMT
5081
5196
  - request:
5082
5197
  method: put
5083
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam_car
5198
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam_car
5084
5199
  body:
5085
5200
  encoding: UTF-8
5086
5201
  string: '{"fields":{}}'
@@ -5188,7 +5303,7 @@ http_interactions:
5188
5303
  recorded_at: Fri, 22 Jul 2016 12:50:59 GMT
5189
5304
  - request:
5190
5305
  method: put
5191
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/whisk_beater
5306
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/whisk_beater
5192
5307
  body:
5193
5308
  encoding: UTF-8
5194
5309
  string: '{"fields":{}}'
@@ -5296,7 +5411,7 @@ http_interactions:
5296
5411
  recorded_at: Fri, 22 Jul 2016 12:51:00 GMT
5297
5412
  - request:
5298
5413
  method: put
5299
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/whisk_beater
5414
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/whisk_beater
5300
5415
  body:
5301
5416
  encoding: UTF-8
5302
5417
  string: '{"fields":{}}'
@@ -5404,7 +5519,7 @@ http_interactions:
5404
5519
  recorded_at: Fri, 22 Jul 2016 12:51:01 GMT
5405
5520
  - request:
5406
5521
  method: get
5407
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam
5522
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam
5408
5523
  body:
5409
5524
  encoding: US-ASCII
5410
5525
  string: ''
@@ -5512,7 +5627,7 @@ http_interactions:
5512
5627
  recorded_at: Fri, 22 Jul 2016 12:51:02 GMT
5513
5628
  - request:
5514
5629
  method: put
5515
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam
5630
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam
5516
5631
  body:
5517
5632
  encoding: UTF-8
5518
5633
  string: '{"fields":{"name":{"en-US":"Playsam, Inc"},"website":{"en-US":"http://www.playsam.com"},"logo":{"en-US":{"sys":{"type":"Link","linkType":"Asset","id":"playsam_image"}}}}}'
@@ -5636,7 +5751,7 @@ http_interactions:
5636
5751
  recorded_at: Fri, 22 Jul 2016 12:51:03 GMT
5637
5752
  - request:
5638
5753
  method: put
5639
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam
5754
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam
5640
5755
  body:
5641
5756
  encoding: UTF-8
5642
5757
  string: '{"fields":{"name":{"en-US":"Playsam, Inc"},"website":{"en-US":"http://www.playsam.com"},"logo":{"en-US":{"sys":{"type":"Link","linkType":"Asset","id":"playsam_image"}}}}}'
@@ -5760,7 +5875,7 @@ http_interactions:
5760
5875
  recorded_at: Fri, 22 Jul 2016 12:51:03 GMT
5761
5876
  - request:
5762
5877
  method: get
5763
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam
5878
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam
5764
5879
  body:
5765
5880
  encoding: US-ASCII
5766
5881
  string: ''
@@ -5884,7 +5999,7 @@ http_interactions:
5884
5999
  recorded_at: Fri, 22 Jul 2016 12:51:04 GMT
5885
6000
  - request:
5886
6001
  method: get
5887
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/normann
6002
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/normann
5888
6003
  body:
5889
6004
  encoding: US-ASCII
5890
6005
  string: ''
@@ -5992,7 +6107,7 @@ http_interactions:
5992
6107
  recorded_at: Fri, 22 Jul 2016 12:51:05 GMT
5993
6108
  - request:
5994
6109
  method: put
5995
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/normann
6110
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/normann
5996
6111
  body:
5997
6112
  encoding: UTF-8
5998
6113
  string: '{"fields":{"name":{"en-US":"Normann Copenhagen, Inc"},"website":{"en-US":"http://www.normann-copenhagen.com/"},"logo":{"en-US":{"sys":{"type":"Link","linkType":"Asset","id":"normann_image"}}}}}'
@@ -6116,7 +6231,7 @@ http_interactions:
6116
6231
  recorded_at: Fri, 22 Jul 2016 12:51:06 GMT
6117
6232
  - request:
6118
6233
  method: put
6119
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/normann
6234
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/normann
6120
6235
  body:
6121
6236
  encoding: UTF-8
6122
6237
  string: '{"fields":{"name":{"en-US":"Normann Copenhagen, Inc"},"website":{"en-US":"http://www.normann-copenhagen.com/"},"logo":{"en-US":{"sys":{"type":"Link","linkType":"Asset","id":"normann_image"}}}}}'
@@ -6240,7 +6355,7 @@ http_interactions:
6240
6355
  recorded_at: Fri, 22 Jul 2016 12:51:07 GMT
6241
6356
  - request:
6242
6357
  method: get
6243
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/normann
6358
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/normann
6244
6359
  body:
6245
6360
  encoding: US-ASCII
6246
6361
  string: ''
@@ -6364,7 +6479,7 @@ http_interactions:
6364
6479
  recorded_at: Fri, 22 Jul 2016 12:51:08 GMT
6365
6480
  - request:
6366
6481
  method: get
6367
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/toys
6482
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/toys
6368
6483
  body:
6369
6484
  encoding: US-ASCII
6370
6485
  string: ''
@@ -6472,7 +6587,7 @@ http_interactions:
6472
6587
  recorded_at: Fri, 22 Jul 2016 12:51:08 GMT
6473
6588
  - request:
6474
6589
  method: put
6475
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/toys
6590
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/toys
6476
6591
  body:
6477
6592
  encoding: UTF-8
6478
6593
  string: '{"fields":{"title":{"en-US":"Toys"},"description":{"en-US":"Toys for
@@ -6597,7 +6712,7 @@ http_interactions:
6597
6712
  recorded_at: Fri, 22 Jul 2016 12:51:09 GMT
6598
6713
  - request:
6599
6714
  method: put
6600
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/toys
6715
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/toys
6601
6716
  body:
6602
6717
  encoding: UTF-8
6603
6718
  string: '{"fields":{"title":{"en-US":"Toys"},"description":{"en-US":"Toys for
@@ -6722,7 +6837,7 @@ http_interactions:
6722
6837
  recorded_at: Fri, 22 Jul 2016 12:51:10 GMT
6723
6838
  - request:
6724
6839
  method: get
6725
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/toys
6840
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/toys
6726
6841
  body:
6727
6842
  encoding: US-ASCII
6728
6843
  string: ''
@@ -6846,7 +6961,7 @@ http_interactions:
6846
6961
  recorded_at: Fri, 22 Jul 2016 12:51:11 GMT
6847
6962
  - request:
6848
6963
  method: get
6849
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/kitchen
6964
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/kitchen
6850
6965
  body:
6851
6966
  encoding: US-ASCII
6852
6967
  string: ''
@@ -6954,7 +7069,7 @@ http_interactions:
6954
7069
  recorded_at: Fri, 22 Jul 2016 12:51:12 GMT
6955
7070
  - request:
6956
7071
  method: put
6957
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/kitchen
7072
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/kitchen
6958
7073
  body:
6959
7074
  encoding: UTF-8
6960
7075
  string: '{"fields":{"title":{"en-US":"House and Kitchen"},"description":{"en-US":"House
@@ -7079,7 +7194,7 @@ http_interactions:
7079
7194
  recorded_at: Fri, 22 Jul 2016 12:51:12 GMT
7080
7195
  - request:
7081
7196
  method: put
7082
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/kitchen
7197
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/kitchen
7083
7198
  body:
7084
7199
  encoding: UTF-8
7085
7200
  string: '{"fields":{"title":{"en-US":"House and Kitchen"},"description":{"en-US":"House
@@ -7204,7 +7319,7 @@ http_interactions:
7204
7319
  recorded_at: Fri, 22 Jul 2016 12:51:13 GMT
7205
7320
  - request:
7206
7321
  method: get
7207
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/kitchen
7322
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/kitchen
7208
7323
  body:
7209
7324
  encoding: US-ASCII
7210
7325
  string: ''
@@ -7328,7 +7443,7 @@ http_interactions:
7328
7443
  recorded_at: Fri, 22 Jul 2016 12:51:14 GMT
7329
7444
  - request:
7330
7445
  method: get
7331
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam_car
7446
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam_car
7332
7447
  body:
7333
7448
  encoding: US-ASCII
7334
7449
  string: ''
@@ -7436,7 +7551,7 @@ http_interactions:
7436
7551
  recorded_at: Fri, 22 Jul 2016 12:51:15 GMT
7437
7552
  - request:
7438
7553
  method: put
7439
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam_car
7554
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam_car
7440
7555
  body:
7441
7556
  encoding: UTF-8
7442
7557
  string: '{"fields":{"name":{"en-US":"Playsam Streamliner Classic Car, Espresso"},"description":{"en-US":"A
@@ -7585,7 +7700,7 @@ http_interactions:
7585
7700
  recorded_at: Fri, 22 Jul 2016 12:51:16 GMT
7586
7701
  - request:
7587
7702
  method: put
7588
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam_car
7703
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam_car
7589
7704
  body:
7590
7705
  encoding: UTF-8
7591
7706
  string: '{"fields":{"name":{"en-US":"Playsam Streamliner Classic Car, Espresso"},"description":{"en-US":"A
@@ -7734,7 +7849,7 @@ http_interactions:
7734
7849
  recorded_at: Fri, 22 Jul 2016 12:51:17 GMT
7735
7850
  - request:
7736
7851
  method: get
7737
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam_car
7852
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam_car
7738
7853
  body:
7739
7854
  encoding: US-ASCII
7740
7855
  string: ''
@@ -7879,7 +7994,7 @@ http_interactions:
7879
7994
  recorded_at: Fri, 22 Jul 2016 12:51:18 GMT
7880
7995
  - request:
7881
7996
  method: get
7882
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/whisk_beater
7997
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/whisk_beater
7883
7998
  body:
7884
7999
  encoding: US-ASCII
7885
8000
  string: ''
@@ -7987,7 +8102,7 @@ http_interactions:
7987
8102
  recorded_at: Fri, 22 Jul 2016 12:51:19 GMT
7988
8103
  - request:
7989
8104
  method: put
7990
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/whisk_beater
8105
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/whisk_beater
7991
8106
  body:
7992
8107
  encoding: UTF-8
7993
8108
  string: '{"fields":{"name":{"en-US":"Whisk Beater"},"description":{"en-US":"A
@@ -8134,7 +8249,7 @@ http_interactions:
8134
8249
  recorded_at: Fri, 22 Jul 2016 12:51:20 GMT
8135
8250
  - request:
8136
8251
  method: put
8137
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/whisk_beater
8252
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/whisk_beater
8138
8253
  body:
8139
8254
  encoding: UTF-8
8140
8255
  string: '{"fields":{"name":{"en-US":"Whisk Beater"},"description":{"en-US":"A
@@ -8281,7 +8396,7 @@ http_interactions:
8281
8396
  recorded_at: Fri, 22 Jul 2016 12:51:21 GMT
8282
8397
  - request:
8283
8398
  method: get
8284
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/whisk_beater
8399
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/whisk_beater
8285
8400
  body:
8286
8401
  encoding: US-ASCII
8287
8402
  string: ''
@@ -8426,7 +8541,7 @@ http_interactions:
8426
8541
  recorded_at: Fri, 22 Jul 2016 12:51:22 GMT
8427
8542
  - request:
8428
8543
  method: get
8429
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam
8544
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam
8430
8545
  body:
8431
8546
  encoding: US-ASCII
8432
8547
  string: ''
@@ -8550,7 +8665,7 @@ http_interactions:
8550
8665
  recorded_at: Fri, 22 Jul 2016 12:51:22 GMT
8551
8666
  - request:
8552
8667
  method: put
8553
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam/published
8668
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam/published
8554
8669
  body:
8555
8670
  encoding: US-ASCII
8556
8671
  string: ''
@@ -8687,7 +8802,7 @@ http_interactions:
8687
8802
  recorded_at: Fri, 22 Jul 2016 12:51:23 GMT
8688
8803
  - request:
8689
8804
  method: get
8690
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/normann
8805
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/normann
8691
8806
  body:
8692
8807
  encoding: US-ASCII
8693
8808
  string: ''
@@ -8811,7 +8926,7 @@ http_interactions:
8811
8926
  recorded_at: Fri, 22 Jul 2016 12:51:24 GMT
8812
8927
  - request:
8813
8928
  method: put
8814
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/normann/published
8929
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/normann/published
8815
8930
  body:
8816
8931
  encoding: US-ASCII
8817
8932
  string: ''
@@ -8948,7 +9063,7 @@ http_interactions:
8948
9063
  recorded_at: Fri, 22 Jul 2016 12:51:25 GMT
8949
9064
  - request:
8950
9065
  method: get
8951
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/toys
9066
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/toys
8952
9067
  body:
8953
9068
  encoding: US-ASCII
8954
9069
  string: ''
@@ -9072,7 +9187,7 @@ http_interactions:
9072
9187
  recorded_at: Fri, 22 Jul 2016 12:51:26 GMT
9073
9188
  - request:
9074
9189
  method: put
9075
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/toys/published
9190
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/toys/published
9076
9191
  body:
9077
9192
  encoding: US-ASCII
9078
9193
  string: ''
@@ -9209,7 +9324,7 @@ http_interactions:
9209
9324
  recorded_at: Fri, 22 Jul 2016 12:51:27 GMT
9210
9325
  - request:
9211
9326
  method: get
9212
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/kitchen
9327
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/kitchen
9213
9328
  body:
9214
9329
  encoding: US-ASCII
9215
9330
  string: ''
@@ -9333,7 +9448,7 @@ http_interactions:
9333
9448
  recorded_at: Fri, 22 Jul 2016 12:51:28 GMT
9334
9449
  - request:
9335
9450
  method: put
9336
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/kitchen/published
9451
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/kitchen/published
9337
9452
  body:
9338
9453
  encoding: US-ASCII
9339
9454
  string: ''
@@ -9470,7 +9585,7 @@ http_interactions:
9470
9585
  recorded_at: Fri, 22 Jul 2016 12:51:29 GMT
9471
9586
  - request:
9472
9587
  method: get
9473
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam_car
9588
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam_car
9474
9589
  body:
9475
9590
  encoding: US-ASCII
9476
9591
  string: ''
@@ -9615,7 +9730,7 @@ http_interactions:
9615
9730
  recorded_at: Fri, 22 Jul 2016 12:51:29 GMT
9616
9731
  - request:
9617
9732
  method: put
9618
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/playsam_car/published
9733
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/playsam_car/published
9619
9734
  body:
9620
9735
  encoding: US-ASCII
9621
9736
  string: ''
@@ -9773,7 +9888,7 @@ http_interactions:
9773
9888
  recorded_at: Fri, 22 Jul 2016 12:51:30 GMT
9774
9889
  - request:
9775
9890
  method: get
9776
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/whisk_beater
9891
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/whisk_beater
9777
9892
  body:
9778
9893
  encoding: US-ASCII
9779
9894
  string: ''
@@ -9918,7 +10033,7 @@ http_interactions:
9918
10033
  recorded_at: Fri, 22 Jul 2016 12:51:31 GMT
9919
10034
  - request:
9920
10035
  method: put
9921
- uri: https://api.contentful.com/spaces/az2xnj8oqhca/entries/whisk_beater/published
10036
+ uri: https://api.contentful.com/spaces/az2xnj8oqhca/environments/master/entries/whisk_beater/published
9922
10037
  body:
9923
10038
  encoding: US-ASCII
9924
10039
  string: ''