contentful 2.16.0 → 2.16.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (147) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/lib/contentful/version.rb +1 -1
  4. metadata +3 -370
  5. data/.gitignore +0 -7
  6. data/.rspec +0 -1
  7. data/.rubocop.yml +0 -31
  8. data/.rubocop_todo.yml +0 -35
  9. data/.travis.yml +0 -15
  10. data/.yardopts +0 -4
  11. data/Gemfile +0 -9
  12. data/Guardfile +0 -24
  13. data/RELEASE.md +0 -8
  14. data/Rakefile +0 -33
  15. data/contentful.gemspec +0 -44
  16. data/examples/custom_classes.rb +0 -39
  17. data/examples/example_queries.rb +0 -26
  18. data/examples/raise_errors.rb +0 -20
  19. data/examples/raw_mode.rb +0 -14
  20. data/spec/array_spec.rb +0 -187
  21. data/spec/asset_spec.rb +0 -220
  22. data/spec/auto_includes_spec.rb +0 -12
  23. data/spec/client_class_spec.rb +0 -86
  24. data/spec/client_configuration_spec.rb +0 -394
  25. data/spec/content_type_spec.rb +0 -49
  26. data/spec/deleted_asset_spec.rb +0 -38
  27. data/spec/deleted_entry_spec.rb +0 -38
  28. data/spec/entry_spec.rb +0 -815
  29. data/spec/error_class_spec.rb +0 -327
  30. data/spec/error_requests_spec.rb +0 -87
  31. data/spec/field_spec.rb +0 -95
  32. data/spec/file_spec.rb +0 -33
  33. data/spec/fixtures/json_responses/400_details_errors_object.json +0 -14
  34. data/spec/fixtures/json_responses/400_details_errors_string.json +0 -12
  35. data/spec/fixtures/json_responses/400_details_string.json +0 -8
  36. data/spec/fixtures/json_responses/403_reasons.json +0 -13
  37. data/spec/fixtures/json_responses/404_details_string.json +0 -8
  38. data/spec/fixtures/json_responses/404_id.json +0 -11
  39. data/spec/fixtures/json_responses/404_sys_type.json +0 -12
  40. data/spec/fixtures/json_responses/404_type.json +0 -10
  41. data/spec/fixtures/json_responses/content_type.json +0 -83
  42. data/spec/fixtures/json_responses/default_400.json +0 -7
  43. data/spec/fixtures/json_responses/default_401.json +0 -7
  44. data/spec/fixtures/json_responses/default_403.json +0 -7
  45. data/spec/fixtures/json_responses/default_404.json +0 -7
  46. data/spec/fixtures/json_responses/default_429.json +0 -7
  47. data/spec/fixtures/json_responses/default_500.json +0 -7
  48. data/spec/fixtures/json_responses/default_502.json +0 -7
  49. data/spec/fixtures/json_responses/default_503.json +0 -7
  50. data/spec/fixtures/json_responses/includes.json +0 -111
  51. data/spec/fixtures/json_responses/link_array.json +0 -43
  52. data/spec/fixtures/json_responses/not_found.json +0 -13
  53. data/spec/fixtures/json_responses/nyancat.json +0 -48
  54. data/spec/fixtures/json_responses/other_error.json +0 -9
  55. data/spec/fixtures/json_responses/other_error_no_details.json +0 -8
  56. data/spec/fixtures/json_responses/other_error_no_message.json +0 -8
  57. data/spec/fixtures/json_responses/other_error_no_request_id.json +0 -8
  58. data/spec/fixtures/json_responses/other_error_nothing.json +0 -6
  59. data/spec/fixtures/json_responses/self_link.json +0 -82
  60. data/spec/fixtures/json_responses/unparsable.json +0 -13
  61. data/spec/fixtures/vcr_cassettes/array.yml +0 -288
  62. data/spec/fixtures/vcr_cassettes/array/marshal_custom_classes.yml +0 -159
  63. data/spec/fixtures/vcr_cassettes/array/marshal_unpublished.yml +0 -315
  64. data/spec/fixtures/vcr_cassettes/array/nested_resources.yml +0 -159
  65. data/spec/fixtures/vcr_cassettes/arrayField.yml +0 -87
  66. data/spec/fixtures/vcr_cassettes/array_page_1.yml +0 -106
  67. data/spec/fixtures/vcr_cassettes/array_page_2.yml +0 -73
  68. data/spec/fixtures/vcr_cassettes/asset.yml +0 -96
  69. data/spec/fixtures/vcr_cassettes/asset/select_empty_array.yml +0 -104
  70. data/spec/fixtures/vcr_cassettes/asset/select_no_sys.yml +0 -119
  71. data/spec/fixtures/vcr_cassettes/asset/select_one_field.yml +0 -97
  72. data/spec/fixtures/vcr_cassettes/asset/select_only_sys.yml +0 -88
  73. data/spec/fixtures/vcr_cassettes/asset/with_tags.yml +0 -138
  74. data/spec/fixtures/vcr_cassettes/assets/issues_129.yml +0 -90
  75. data/spec/fixtures/vcr_cassettes/assets/issues_jekyll_46.yml +0 -115
  76. data/spec/fixtures/vcr_cassettes/bad_request.yml +0 -76
  77. data/spec/fixtures/vcr_cassettes/content_type.yml +0 -147
  78. data/spec/fixtures/vcr_cassettes/entries.yml +0 -561
  79. data/spec/fixtures/vcr_cassettes/entries/empty_fields.yml +0 -246
  80. data/spec/fixtures/vcr_cassettes/entries/issue_117.yml +0 -201
  81. data/spec/fixtures/vcr_cassettes/entries/issue_125.yml +0 -198
  82. data/spec/fixtures/vcr_cassettes/entries/rich_text.yml +0 -1707
  83. data/spec/fixtures/vcr_cassettes/entries/rich_text_hydration_issue.yml +0 -460
  84. data/spec/fixtures/vcr_cassettes/entries/rich_text_nested_fields.yml +0 -653
  85. data/spec/fixtures/vcr_cassettes/entries/rich_text_unresolved_relationships.yml +0 -983
  86. data/spec/fixtures/vcr_cassettes/entries/unresolvable_assets.yml +0 -89
  87. data/spec/fixtures/vcr_cassettes/entries/unresolvable_filter.yml +0 -159
  88. data/spec/fixtures/vcr_cassettes/entries/unresolvable_filter_deeply_nested.yml +0 -167
  89. data/spec/fixtures/vcr_cassettes/entry.yml +0 -102
  90. data/spec/fixtures/vcr_cassettes/entry/custom_resource.yml +0 -168
  91. data/spec/fixtures/vcr_cassettes/entry/include_resolution.yml +0 -101
  92. data/spec/fixtures/vcr_cassettes/entry/include_resolution_uniques.yml +0 -81
  93. data/spec/fixtures/vcr_cassettes/entry/json_objects.yml +0 -88
  94. data/spec/fixtures/vcr_cassettes/entry/json_objects_client.yml +0 -86
  95. data/spec/fixtures/vcr_cassettes/entry/marshal_138.yml +0 -159
  96. data/spec/fixtures/vcr_cassettes/entry/marshal_unpublished.yml +0 -303
  97. data/spec/fixtures/vcr_cassettes/entry/marshall.yml +0 -293
  98. data/spec/fixtures/vcr_cassettes/entry/raw.yml +0 -201
  99. data/spec/fixtures/vcr_cassettes/entry/search_link_to_asset.yml +0 -81
  100. data/spec/fixtures/vcr_cassettes/entry/search_link_to_entry.yml +0 -81
  101. data/spec/fixtures/vcr_cassettes/entry/search_link_to_entry_with_custom_query.yml +0 -115
  102. data/spec/fixtures/vcr_cassettes/entry/select_empty_array.yml +0 -111
  103. data/spec/fixtures/vcr_cassettes/entry/select_no_sys.yml +0 -102
  104. data/spec/fixtures/vcr_cassettes/entry/select_one_field.yml +0 -76
  105. data/spec/fixtures/vcr_cassettes/entry/select_one_field_proper.yml +0 -114
  106. data/spec/fixtures/vcr_cassettes/entry/select_only_sys.yml +0 -111
  107. data/spec/fixtures/vcr_cassettes/entry/with_tags.yml +0 -238
  108. data/spec/fixtures/vcr_cassettes/entry_cache.yml +0 -288
  109. data/spec/fixtures/vcr_cassettes/entry_locales.yml +0 -104
  110. data/spec/fixtures/vcr_cassettes/field.yml +0 -147
  111. data/spec/fixtures/vcr_cassettes/human.yml +0 -118
  112. data/spec/fixtures/vcr_cassettes/linkField.yml +0 -83
  113. data/spec/fixtures/vcr_cassettes/locale.yml +0 -83
  114. data/spec/fixtures/vcr_cassettes/locale_from_environment.yml +0 -121
  115. data/spec/fixtures/vcr_cassettes/location.yml +0 -193
  116. data/spec/fixtures/vcr_cassettes/multi_locale_array_reference.yml +0 -196
  117. data/spec/fixtures/vcr_cassettes/multi_locale_reference.yml +0 -214
  118. data/spec/fixtures/vcr_cassettes/not_found.yml +0 -76
  119. data/spec/fixtures/vcr_cassettes/nyancat.yml +0 -102
  120. data/spec/fixtures/vcr_cassettes/query_array_1.yml +0 -89
  121. data/spec/fixtures/vcr_cassettes/query_array_2.yml +0 -89
  122. data/spec/fixtures/vcr_cassettes/ratelimit.yml +0 -64
  123. data/spec/fixtures/vcr_cassettes/ratelimit_retry.yml +0 -294
  124. data/spec/fixtures/vcr_cassettes/reloaded_entry.yml +0 -102
  125. data/spec/fixtures/vcr_cassettes/space.yml +0 -83
  126. data/spec/fixtures/vcr_cassettes/sync_deleted_asset.yml +0 -174
  127. data/spec/fixtures/vcr_cassettes/sync_deleted_entry.yml +0 -89
  128. data/spec/fixtures/vcr_cassettes/sync_deletion.yml +0 -191
  129. data/spec/fixtures/vcr_cassettes/sync_environment.yml +0 -81
  130. data/spec/fixtures/vcr_cassettes/sync_page.yml +0 -637
  131. data/spec/fixtures/vcr_cassettes/sync_page_2.yml +0 -71
  132. data/spec/fixtures/vcr_cassettes/sync_page_short.yml +0 -106
  133. data/spec/fixtures/vcr_cassettes/unauthorized.yml +0 -64
  134. data/spec/fixtures/vcr_cassettes/unavailable.yml +0 -76
  135. data/spec/link_spec.rb +0 -50
  136. data/spec/locale_spec.rb +0 -37
  137. data/spec/location_spec.rb +0 -25
  138. data/spec/request_spec.rb +0 -57
  139. data/spec/resource_building_spec.rb +0 -31
  140. data/spec/response_spec.rb +0 -62
  141. data/spec/space_spec.rb +0 -31
  142. data/spec/spec_helper.rb +0 -14
  143. data/spec/support/client.rb +0 -6
  144. data/spec/support/json_responses.rb +0 -18
  145. data/spec/support/vcr.rb +0 -16
  146. data/spec/sync_page_spec.rb +0 -103
  147. data/spec/sync_spec.rb +0 -180
@@ -1,653 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: https://cdn.contentful.com/spaces/jd7yc4wnatx3/environments/master/content_types?limit=1000
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- X-Contentful-User-Agent:
11
- - sdk contentful.rb/2.9.4; platform ruby/2.5.1; os macOS/16;
12
- Authorization:
13
- - Bearer 6256b8ef7d66805ca41f2728271daf27e8fa6055873b802a813941a0fe696248
14
- Content-Type:
15
- - application/vnd.contentful.delivery.v1+json
16
- Connection:
17
- - close
18
- Host:
19
- - cdn.contentful.com
20
- User-Agent:
21
- - http.rb/2.2.2
22
- response:
23
- status:
24
- code: 200
25
- message: OK
26
- headers:
27
- Access-Control-Allow-Headers:
28
- - 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-Alpha-Feature
29
- Access-Control-Allow-Methods:
30
- - GET,HEAD,OPTIONS
31
- Access-Control-Allow-Origin:
32
- - "*"
33
- Access-Control-Expose-Headers:
34
- - Etag
35
- Access-Control-Max-Age:
36
- - '86400'
37
- Cache-Control:
38
- - max-age=0
39
- Content-Type:
40
- - application/vnd.contentful.delivery.v1+json
41
- Contentful-Api:
42
- - cda_cached
43
- Etag:
44
- - W/"0ecb92174772cc7a40d4a981e109aaab"
45
- Server:
46
- - Contentful
47
- X-Content-Type-Options:
48
- - nosniff
49
- X-Contentful-Region:
50
- - us-east-1
51
- X-Contentful-Request-Id:
52
- - ecb2c84c8bdbaa892430f580b6d322ff
53
- Content-Length:
54
- - '2018'
55
- Accept-Ranges:
56
- - bytes
57
- Date:
58
- - Mon, 15 Oct 2018 11:15:04 GMT
59
- Via:
60
- - 1.1 varnish
61
- Age:
62
- - '1'
63
- Connection:
64
- - close
65
- X-Served-By:
66
- - cache-ams4430-AMS
67
- X-Cache:
68
- - HIT
69
- X-Cache-Hits:
70
- - '1'
71
- X-Timer:
72
- - S1539602105.504195,VS0,VE0
73
- Vary:
74
- - Accept-Encoding
75
- body:
76
- encoding: ASCII-8BIT
77
- string: |
78
- {
79
- "sys": {
80
- "type": "Array"
81
- },
82
- "total": 2,
83
- "skip": 0,
84
- "limit": 1000,
85
- "items": [
86
- {
87
- "sys": {
88
- "space": {
89
- "sys": {
90
- "type": "Link",
91
- "linkType": "Space",
92
- "id": "jd7yc4wnatx3"
93
- }
94
- },
95
- "id": "embedded",
96
- "type": "ContentType",
97
- "createdAt": "2018-08-22T10:44:07.886Z",
98
- "updatedAt": "2018-08-22T10:44:07.886Z",
99
- "environment": {
100
- "sys": {
101
- "id": "master",
102
- "type": "Link",
103
- "linkType": "Environment"
104
- }
105
- },
106
- "revision": 1
107
- },
108
- "displayField": "body",
109
- "name": "Embedded",
110
- "description": "",
111
- "fields": [
112
- {
113
- "id": "body",
114
- "name": "Body",
115
- "type": "Symbol",
116
- "localized": false,
117
- "required": false,
118
- "disabled": false,
119
- "omitted": false
120
- }
121
- ]
122
- },
123
- {
124
- "sys": {
125
- "space": {
126
- "sys": {
127
- "type": "Link",
128
- "linkType": "Space",
129
- "id": "jd7yc4wnatx3"
130
- }
131
- },
132
- "id": "stTest",
133
- "type": "ContentType",
134
- "createdAt": "2018-08-22T10:43:50.802Z",
135
- "updatedAt": "2018-08-22T10:43:50.802Z",
136
- "environment": {
137
- "sys": {
138
- "id": "master",
139
- "type": "Link",
140
- "linkType": "Environment"
141
- }
142
- },
143
- "revision": 1
144
- },
145
- "displayField": "name",
146
- "name": "StTest",
147
- "description": "",
148
- "fields": [
149
- {
150
- "id": "name",
151
- "name": "Name",
152
- "type": "Symbol",
153
- "localized": false,
154
- "required": false,
155
- "disabled": false,
156
- "omitted": false
157
- },
158
- {
159
- "id": "body",
160
- "name": "Body",
161
- "type": "RichText",
162
- "localized": false,
163
- "required": false,
164
- "disabled": false,
165
- "omitted": false
166
- }
167
- ]
168
- }
169
- ]
170
- }
171
- http_version:
172
- recorded_at: Mon, 15 Oct 2018 11:15:04 GMT
173
- - request:
174
- method: get
175
- uri: https://cdn.contentful.com/spaces/jd7yc4wnatx3/environments/master/entries?sys.id=6NGLswCREsGA28kGouScyY
176
- body:
177
- encoding: US-ASCII
178
- string: ''
179
- headers:
180
- X-Contentful-User-Agent:
181
- - sdk contentful.rb/2.9.4; platform ruby/2.5.1; os macOS/16;
182
- Authorization:
183
- - Bearer 6256b8ef7d66805ca41f2728271daf27e8fa6055873b802a813941a0fe696248
184
- Content-Type:
185
- - application/vnd.contentful.delivery.v1+json
186
- Connection:
187
- - close
188
- Host:
189
- - cdn.contentful.com
190
- User-Agent:
191
- - http.rb/2.2.2
192
- response:
193
- status:
194
- code: 200
195
- message: OK
196
- headers:
197
- Access-Control-Allow-Headers:
198
- - 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-Alpha-Feature
199
- Access-Control-Allow-Methods:
200
- - GET,HEAD,OPTIONS
201
- Access-Control-Allow-Origin:
202
- - "*"
203
- Access-Control-Expose-Headers:
204
- - Etag
205
- Access-Control-Max-Age:
206
- - '86400'
207
- Cache-Control:
208
- - max-age=0
209
- Content-Type:
210
- - application/vnd.contentful.delivery.v1+json
211
- Contentful-Api:
212
- - cda_cached
213
- Etag:
214
- - W/"ad6896d8b4604d1307178a506ce1b102"
215
- Server:
216
- - Contentful
217
- X-Content-Type-Options:
218
- - nosniff
219
- X-Contentful-Region:
220
- - us-east-1
221
- X-Contentful-Request-Id:
222
- - 11cf690b6ba279d7e5f5c640982b3f4d
223
- Content-Length:
224
- - '11591'
225
- Accept-Ranges:
226
- - bytes
227
- Date:
228
- - Mon, 15 Oct 2018 11:15:04 GMT
229
- Via:
230
- - 1.1 varnish
231
- Age:
232
- - '0'
233
- Connection:
234
- - close
235
- X-Served-By:
236
- - cache-ams4436-AMS
237
- X-Cache:
238
- - MISS
239
- X-Cache-Hits:
240
- - '0'
241
- X-Timer:
242
- - S1539602105.596816,VS0,VE198
243
- Vary:
244
- - Accept-Encoding
245
- body:
246
- encoding: ASCII-8BIT
247
- string: |
248
- {
249
- "sys": {
250
- "type": "Array"
251
- },
252
- "total": 1,
253
- "skip": 0,
254
- "limit": 100,
255
- "items": [
256
- {
257
- "sys": {
258
- "space": {
259
- "sys": {
260
- "type": "Link",
261
- "linkType": "Space",
262
- "id": "jd7yc4wnatx3"
263
- }
264
- },
265
- "id": "6NGLswCREsGA28kGouScyY",
266
- "type": "Entry",
267
- "createdAt": "2018-09-11T09:40:41.531Z",
268
- "updatedAt": "2018-09-12T10:04:16.991Z",
269
- "environment": {
270
- "sys": {
271
- "id": "master",
272
- "type": "Link",
273
- "linkType": "Environment"
274
- }
275
- },
276
- "revision": 2,
277
- "contentType": {
278
- "sys": {
279
- "type": "Link",
280
- "linkType": "ContentType",
281
- "id": "stTest"
282
- }
283
- },
284
- "locale": "en-US"
285
- },
286
- "fields": {
287
- "name": "Test Inline Stuff and Links",
288
- "body": {
289
- "content": [
290
- {
291
- "data": {},
292
- "content": [
293
- {
294
- "marks": [],
295
- "value": "A link to ",
296
- "nodeType": "text",
297
- "nodeClass": "text"
298
- },
299
- {
300
- "data": {
301
- "uri": "https://google.com"
302
- },
303
- "content": [
304
- {
305
- "marks": [],
306
- "value": "google",
307
- "nodeType": "text",
308
- "nodeClass": "text"
309
- }
310
- ],
311
- "nodeType": "hyperlink",
312
- "nodeClass": "inline"
313
- },
314
- {
315
- "marks": [],
316
- "value": "",
317
- "nodeType": "text",
318
- "nodeClass": "text"
319
- }
320
- ],
321
- "nodeType": "paragraph",
322
- "nodeClass": "block"
323
- },
324
- {
325
- "data": {},
326
- "content": [
327
- {
328
- "data": {},
329
- "content": [
330
- {
331
- "marks": [],
332
- "value": "Some quoted text",
333
- "nodeType": "text",
334
- "nodeClass": "text"
335
- }
336
- ],
337
- "nodeType": "paragraph",
338
- "nodeClass": "block"
339
- }
340
- ],
341
- "nodeType": "blockquote",
342
- "nodeClass": "block"
343
- },
344
- {
345
- "data": {},
346
- "content": [
347
- {
348
- "marks": [],
349
- "value": "",
350
- "nodeType": "text",
351
- "nodeClass": "text"
352
- }
353
- ],
354
- "nodeType": "hr",
355
- "nodeClass": "block"
356
- },
357
- {
358
- "data": {},
359
- "content": [
360
- {
361
- "data": {},
362
- "content": [
363
- {
364
- "data": {},
365
- "content": [
366
- {
367
- "marks": [],
368
- "value": "unordered item",
369
- "nodeType": "text",
370
- "nodeClass": "text"
371
- }
372
- ],
373
- "nodeType": "paragraph",
374
- "nodeClass": "block"
375
- }
376
- ],
377
- "nodeType": "list-item",
378
- "nodeClass": "block"
379
- },
380
- {
381
- "data": {},
382
- "content": [
383
- {
384
- "data": {},
385
- "content": [
386
- {
387
- "marks": [],
388
- "value": "another unordered item",
389
- "nodeType": "text",
390
- "nodeClass": "text"
391
- }
392
- ],
393
- "nodeType": "paragraph",
394
- "nodeClass": "block"
395
- }
396
- ],
397
- "nodeType": "list-item",
398
- "nodeClass": "block"
399
- },
400
- {
401
- "data": {},
402
- "content": [
403
- {
404
- "data": {
405
- "target": {
406
- "sys": {
407
- "id": "49rofLvvxCOiIMIi6mk8ai",
408
- "type": "Link",
409
- "linkType": "Entry"
410
- }
411
- }
412
- },
413
- "content": [
414
- {
415
- "marks": [],
416
- "value": "",
417
- "nodeType": "text",
418
- "nodeClass": "text"
419
- }
420
- ],
421
- "nodeType": "embedded-entry-block",
422
- "nodeClass": "block"
423
- },
424
- {
425
- "data": {},
426
- "content": [
427
- {
428
- "marks": [],
429
- "value": "",
430
- "nodeType": "text",
431
- "nodeClass": "text"
432
- }
433
- ],
434
- "nodeType": "paragraph",
435
- "nodeClass": "block"
436
- }
437
- ],
438
- "nodeType": "list-item",
439
- "nodeClass": "block"
440
- }
441
- ],
442
- "nodeType": "unordered-list",
443
- "nodeClass": "block"
444
- },
445
- {
446
- "data": {},
447
- "content": [
448
- {
449
- "data": {},
450
- "content": [
451
- {
452
- "data": {},
453
- "content": [
454
- {
455
- "marks": [],
456
- "value": "first item",
457
- "nodeType": "text",
458
- "nodeClass": "text"
459
- }
460
- ],
461
- "nodeType": "paragraph",
462
- "nodeClass": "block"
463
- }
464
- ],
465
- "nodeType": "list-item",
466
- "nodeClass": "block"
467
- },
468
- {
469
- "data": {},
470
- "content": [
471
- {
472
- "data": {},
473
- "content": [
474
- {
475
- "marks": [],
476
- "value": "second item",
477
- "nodeType": "text",
478
- "nodeClass": "text"
479
- }
480
- ],
481
- "nodeType": "paragraph",
482
- "nodeClass": "block"
483
- }
484
- ],
485
- "nodeType": "list-item",
486
- "nodeClass": "block"
487
- },
488
- {
489
- "data": {},
490
- "content": [
491
- {
492
- "data": {
493
- "target": {
494
- "sys": {
495
- "id": "5ZF9Q4K6iWSYIU2OUs0UaQ",
496
- "type": "Link",
497
- "linkType": "Entry"
498
- }
499
- }
500
- },
501
- "content": [
502
- {
503
- "marks": [],
504
- "value": "",
505
- "nodeType": "text",
506
- "nodeClass": "text"
507
- }
508
- ],
509
- "nodeType": "embedded-entry-block",
510
- "nodeClass": "block"
511
- },
512
- {
513
- "data": {},
514
- "content": [
515
- {
516
- "marks": [],
517
- "value": "",
518
- "nodeType": "text",
519
- "nodeClass": "text"
520
- }
521
- ],
522
- "nodeType": "paragraph",
523
- "nodeClass": "block"
524
- }
525
- ],
526
- "nodeType": "list-item",
527
- "nodeClass": "block"
528
- }
529
- ],
530
- "nodeType": "ordered-list",
531
- "nodeClass": "block"
532
- },
533
- {
534
- "data": {},
535
- "content": [
536
- {
537
- "marks": [],
538
- "value": "",
539
- "nodeType": "text",
540
- "nodeClass": "text"
541
- }
542
- ],
543
- "nodeType": "hr",
544
- "nodeClass": "block"
545
- },
546
- {
547
- "data": {},
548
- "content": [
549
- {
550
- "marks": [],
551
- "value": "Some ",
552
- "nodeType": "text",
553
- "nodeClass": "text"
554
- },
555
- {
556
- "marks": [
557
- {
558
- "data": {},
559
- "type": "code",
560
- "object": "mark"
561
- }
562
- ],
563
- "value": "inline code",
564
- "nodeType": "text",
565
- "nodeClass": "text"
566
- }
567
- ],
568
- "nodeType": "paragraph",
569
- "nodeClass": "block"
570
- }
571
- ],
572
- "nodeType": "document",
573
- "nodeClass": "document"
574
- }
575
- }
576
- }
577
- ],
578
- "includes": {
579
- "Entry": [
580
- {
581
- "sys": {
582
- "space": {
583
- "sys": {
584
- "type": "Link",
585
- "linkType": "Space",
586
- "id": "jd7yc4wnatx3"
587
- }
588
- },
589
- "id": "49rofLvvxCOiIMIi6mk8ai",
590
- "type": "Entry",
591
- "createdAt": "2018-08-22T10:45:20.685Z",
592
- "updatedAt": "2018-08-22T10:45:20.686Z",
593
- "environment": {
594
- "sys": {
595
- "id": "master",
596
- "type": "Link",
597
- "linkType": "Environment"
598
- }
599
- },
600
- "revision": 1,
601
- "contentType": {
602
- "sys": {
603
- "type": "Link",
604
- "linkType": "ContentType",
605
- "id": "embedded"
606
- }
607
- },
608
- "locale": "en-US"
609
- },
610
- "fields": {
611
- "body": "Embedded 1"
612
- }
613
- },
614
- {
615
- "sys": {
616
- "space": {
617
- "sys": {
618
- "type": "Link",
619
- "linkType": "Space",
620
- "id": "jd7yc4wnatx3"
621
- }
622
- },
623
- "id": "5ZF9Q4K6iWSYIU2OUs0UaQ",
624
- "type": "Entry",
625
- "createdAt": "2018-08-22T10:45:29.715Z",
626
- "updatedAt": "2018-08-22T10:45:29.715Z",
627
- "environment": {
628
- "sys": {
629
- "id": "master",
630
- "type": "Link",
631
- "linkType": "Environment"
632
- }
633
- },
634
- "revision": 1,
635
- "contentType": {
636
- "sys": {
637
- "type": "Link",
638
- "linkType": "ContentType",
639
- "id": "embedded"
640
- }
641
- },
642
- "locale": "en-US"
643
- },
644
- "fields": {
645
- "body": "Embedded 2"
646
- }
647
- }
648
- ]
649
- }
650
- }
651
- http_version:
652
- recorded_at: Mon, 15 Oct 2018 11:15:04 GMT
653
- recorded_with: VCR 4.0.0