locomotivecms_coal 1.6.0.rc1 → 1.6.0.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/.travis.yml +1 -1
  4. data/Gemfile +0 -4
  5. data/Gemfile.lock +7 -8
  6. data/MIT-LICENSE +1 -1
  7. data/README.md +18 -3
  8. data/lib/locomotive/coal/client.rb +8 -0
  9. data/lib/locomotive/coal/resources/accounts.rb +33 -0
  10. data/lib/locomotive/coal/resources/concerns/request.rb +19 -1
  11. data/lib/locomotive/coal/version.rb +1 -1
  12. data/lib/locomotive/coal.rb +1 -0
  13. data/locomotivecms_coal.gemspec +1 -1
  14. data/spec/fixtures/coal_cassettes/accounts.yml +214 -0
  15. data/spec/fixtures/coal_cassettes/client.yml +277 -163
  16. data/spec/fixtures/coal_cassettes/content_assets.yml +144 -445
  17. data/spec/fixtures/coal_cassettes/content_entries.yml +963 -1647
  18. data/spec/fixtures/coal_cassettes/content_types.yml +387 -209
  19. data/spec/fixtures/coal_cassettes/current_site.yml +89 -49
  20. data/spec/fixtures/coal_cassettes/memberships.yml +143 -77
  21. data/spec/fixtures/coal_cassettes/my_account.yml +163 -99
  22. data/spec/fixtures/coal_cassettes/pages.yml +177 -99
  23. data/spec/fixtures/coal_cassettes/sections.yml +121 -78
  24. data/spec/fixtures/coal_cassettes/sites.yml +108 -141
  25. data/spec/fixtures/coal_cassettes/snippets.yml +140 -76
  26. data/spec/fixtures/coal_cassettes/theme_assets.yml +142 -254
  27. data/spec/fixtures/coal_cassettes/token.yml +64 -43
  28. data/spec/fixtures/coal_cassettes/translations.yml +140 -76
  29. data/spec/fixtures/coal_cassettes/version.yml +54 -30
  30. data/spec/integration/resources/accounts_spec.rb +38 -0
  31. data/spec/integration/resources/sections_spec.rb +1 -1
  32. data/spec/integration/resources/token_spec.rb +1 -1
  33. metadata +10 -6
@@ -7,14 +7,16 @@ http_interactions:
7
7
  encoding: UTF-8
8
8
  string: email=admin%40locomotivecms.com&password=locomotive
9
9
  headers:
10
+ User-Agent:
11
+ - Faraday v0.15.4
10
12
  Accept:
11
13
  - application/json
14
+ Accept-Encoding:
15
+ - gzip,deflate
16
+ Date:
17
+ - Sun, 17 Nov 2019 16:39:30 GMT
12
18
  Content-Type:
13
19
  - application/x-www-form-urlencoded
14
- Accept-Encoding:
15
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
- User-Agent:
17
- - Ruby
18
20
  response:
19
21
  status:
20
22
  code: 201
@@ -22,40 +24,52 @@ http_interactions:
22
24
  headers:
23
25
  Content-Type:
24
26
  - application/json
25
- Etag:
26
- - W/"120917583ae3f64355d682b690f7cb40"
27
+ Content-Length:
28
+ - '32'
29
+ Connection:
30
+ - keep-alive
31
+ Status:
32
+ - 201 Created
27
33
  Cache-Control:
28
34
  - max-age=0, private, must-revalidate
29
- X-Request-Id:
30
- - e47d860b-f453-48f1-893c-d5c19084a28a
35
+ Etag:
36
+ - W/"410e3d6fde24f39257a7cc619b61baa7"
31
37
  X-Runtime:
32
- - '0.017475'
33
- Content-Length:
34
- - '32'
38
+ - '0.008515'
39
+ X-Request-Id:
40
+ - abceaaf0-2c63-4d63-8cb2-755376ade183
41
+ Date:
42
+ - Sun, 17 Nov 2019 16:39:30 GMT
43
+ X-Powered-By:
44
+ - Phusion Passenger 6.0.4
45
+ Server:
46
+ - nginx/1.17.3 + Phusion Passenger 6.0.4
35
47
  body:
36
48
  encoding: UTF-8
37
- string: '{"token":"E2aoXzMxkFsLnCcmCcc_"}'
49
+ string: '{"token":"bzwAyFQzcchf_hgDQhz3"}'
38
50
  http_version:
39
- recorded_at: Sat, 21 Nov 2015 22:31:00 GMT
51
+ recorded_at: Sun, 17 Nov 2019 16:39:30 GMT
40
52
  - request:
41
53
  method: get
42
- uri: http://localhost:3000/locomotive/sample/api/v3/pages.json?auth_token=E2aoXzMxkFsLnCcmCcc_
54
+ uri: http://localhost:3000/locomotive/sample/api/v3/pages.json?auth_token=bzwAyFQzcchf_hgDQhz3
43
55
  body:
44
- encoding: US-ASCII
56
+ encoding: UTF-8
45
57
  string: ''
46
58
  headers:
59
+ User-Agent:
60
+ - Faraday v0.15.4
47
61
  Accept:
48
62
  - application/json
63
+ Accept-Encoding:
64
+ - gzip,deflate
65
+ Date:
66
+ - Sun, 17 Nov 2019 16:39:30 GMT
49
67
  X-Locomotive-Account-Email:
50
68
  - admin@locomotivecms.com
51
69
  X-Locomotive-Account-Token:
52
- - E2aoXzMxkFsLnCcmCcc_
70
+ - bzwAyFQzcchf_hgDQhz3
53
71
  X-Locomotive-Locale:
54
72
  - en
55
- Accept-Encoding:
56
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
57
- User-Agent:
58
- - Ruby
59
73
  response:
60
74
  status:
61
75
  code: 200
@@ -63,44 +77,58 @@ http_interactions:
63
77
  headers:
64
78
  Content-Type:
65
79
  - application/json
66
- Etag:
67
- - W/"701b58eb67b1131aa8b3c8aeab5e817b"
80
+ Transfer-Encoding:
81
+ - chunked
82
+ Connection:
83
+ - keep-alive
84
+ Status:
85
+ - 200 OK
68
86
  Cache-Control:
69
87
  - max-age=0, private, must-revalidate
70
- X-Request-Id:
71
- - 5dc6e8a6-a6c3-4575-80d2-68fb8524c271
88
+ Etag:
89
+ - W/"1b00f374830ea6182c6d0304124d3b56"
72
90
  X-Runtime:
73
- - '0.030010'
74
- Content-Length:
75
- - '1280'
91
+ - '0.021310'
92
+ X-Request-Id:
93
+ - be014f45-8790-4975-b98b-cb4a963b00a1
94
+ Date:
95
+ - Sun, 17 Nov 2019 16:39:30 GMT
96
+ X-Powered-By:
97
+ - Phusion Passenger 6.0.4
98
+ Server:
99
+ - nginx/1.17.3 + Phusion Passenger 6.0.4
100
+ Content-Encoding:
101
+ - gzip
76
102
  body:
77
103
  encoding: UTF-8
78
- string: '[{"_id":"5650f08c87f6436c94000007","created_at":"2015-11-21T22:30:36Z","updated_at":"2015-11-21T22:30:36Z","title":"Home
79
- page","parent_id":null,"position":0,"handle":null,"depth":0,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"index","fullpath":"index","localized_fullpaths":{"en":""},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Content
80
- of the home page","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null},{"_id":"5650f08c87f6436c94000008","created_at":"2015-11-21T22:30:36Z","updated_at":"2015-11-21T22:30:36Z","title":"Page
81
- not found","parent_id":null,"position":1,"handle":null,"depth":0,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"404","fullpath":"404","localized_fullpaths":{"en":"404"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Content
104
+ string: '[{"_id":"5dd1779ca95330a94bf72543","created_at":"2019-11-17T16:38:52Z","updated_at":"2019-11-17T16:38:52Z","title":"Home
105
+ page","parent_id":null,"position":0,"handle":null,"depth":0,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"index","fullpath":"index","sections_dropzone_content":"[]","sections_content":"{}","localized_fullpaths":{"en":"/"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Content
106
+ of the home page","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null},{"_id":"5dd1779ca95330a94bf72544","created_at":"2019-11-17T16:38:52Z","updated_at":"2019-11-17T16:38:52Z","title":"Page
107
+ not found","parent_id":null,"position":1,"handle":null,"depth":0,"response_type":"text/html","listed":true,"published":true,"translated_in":["en"],"cache_enabled":true,"slug":"404","fullpath":"404","sections_dropzone_content":"[]","sections_content":"{}","localized_fullpaths":{"en":"/404"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Content
82
108
  of the 404 page","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}]'
83
109
  http_version:
84
- recorded_at: Sat, 21 Nov 2015 22:31:00 GMT
110
+ recorded_at: Sun, 17 Nov 2019 16:39:30 GMT
85
111
  - request:
86
112
  method: get
87
- uri: http://localhost:3000/locomotive/sample/api/v3/pages/fullpaths.json?auth_token=E2aoXzMxkFsLnCcmCcc_
113
+ uri: http://localhost:3000/locomotive/sample/api/v3/pages/fullpaths.json?auth_token=bzwAyFQzcchf_hgDQhz3
88
114
  body:
89
- encoding: US-ASCII
115
+ encoding: UTF-8
90
116
  string: ''
91
117
  headers:
118
+ User-Agent:
119
+ - Faraday v0.15.4
92
120
  Accept:
93
121
  - application/json
122
+ Accept-Encoding:
123
+ - gzip,deflate
124
+ Date:
125
+ - Sun, 17 Nov 2019 16:39:30 GMT
94
126
  X-Locomotive-Account-Email:
95
127
  - admin@locomotivecms.com
96
128
  X-Locomotive-Account-Token:
97
- - E2aoXzMxkFsLnCcmCcc_
129
+ - bzwAyFQzcchf_hgDQhz3
98
130
  X-Locomotive-Locale:
99
131
  - en
100
- Accept-Encoding:
101
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
102
- User-Agent:
103
- - Ruby
104
132
  response:
105
133
  status:
106
134
  code: 200
@@ -108,40 +136,52 @@ http_interactions:
108
136
  headers:
109
137
  Content-Type:
110
138
  - application/json
111
- Etag:
112
- - W/"c2ddbd80985a8cba4f1221be3c2df60c"
139
+ Content-Length:
140
+ - '135'
141
+ Connection:
142
+ - keep-alive
143
+ Status:
144
+ - 200 OK
113
145
  Cache-Control:
114
146
  - max-age=0, private, must-revalidate
115
- X-Request-Id:
116
- - 4aed4455-e50c-48d5-8a95-c6167687376b
147
+ Etag:
148
+ - W/"09a5c21a0428a453af63546ad46ca082"
117
149
  X-Runtime:
118
- - '0.024727'
119
- Content-Length:
120
- - '107'
150
+ - '0.015544'
151
+ X-Request-Id:
152
+ - 27d8ef26-0883-44ee-bf6a-5162ad9c10ac
153
+ Date:
154
+ - Sun, 17 Nov 2019 16:39:30 GMT
155
+ X-Powered-By:
156
+ - Phusion Passenger 6.0.4
157
+ Server:
158
+ - nginx/1.17.3 + Phusion Passenger 6.0.4
121
159
  body:
122
160
  encoding: UTF-8
123
- string: '[{"_id":"5650f08c87f6436c94000007","fullpath":"index"},{"_id":"5650f08c87f6436c94000008","fullpath":"404"}]'
161
+ string: '[{"_id":"5dd1779ca95330a94bf72543","fullpath":"index","handle":null},{"_id":"5dd1779ca95330a94bf72544","fullpath":"404","handle":null}]'
124
162
  http_version:
125
- recorded_at: Sat, 21 Nov 2015 22:31:01 GMT
163
+ recorded_at: Sun, 17 Nov 2019 16:39:30 GMT
126
164
  - request:
127
165
  method: post
128
166
  uri: http://localhost:3000/locomotive/sample/api/v3/pages.json
129
167
  body:
130
168
  encoding: UTF-8
131
- string: auth_token=E2aoXzMxkFsLnCcmCcc_&page%5Bparent%5D=index&page%5Bslug%5D=about-us&page%5Btemplate%5D=Locomotive+rocks%21&page%5Btitle%5D=About+us
169
+ string: auth_token=bzwAyFQzcchf_hgDQhz3&page%5Bparent%5D=index&page%5Bslug%5D=about-us&page%5Btemplate%5D=Locomotive+rocks%21&page%5Btitle%5D=About+us
132
170
  headers:
171
+ User-Agent:
172
+ - Faraday v0.15.4
133
173
  Accept:
134
174
  - application/json
175
+ Accept-Encoding:
176
+ - gzip,deflate
177
+ Date:
178
+ - Sun, 17 Nov 2019 16:39:30 GMT
135
179
  X-Locomotive-Account-Email:
136
180
  - admin@locomotivecms.com
137
181
  X-Locomotive-Account-Token:
138
- - E2aoXzMxkFsLnCcmCcc_
182
+ - bzwAyFQzcchf_hgDQhz3
139
183
  Content-Type:
140
184
  - application/x-www-form-urlencoded
141
- Accept-Encoding:
142
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
143
- User-Agent:
144
- - Ruby
145
185
  response:
146
186
  status:
147
187
  code: 201
@@ -149,44 +189,56 @@ http_interactions:
149
189
  headers:
150
190
  Content-Type:
151
191
  - application/json
152
- Etag:
153
- - W/"0ad4f3e8c5c41e6442712c8568c8d5fe"
192
+ Content-Length:
193
+ - '724'
194
+ Connection:
195
+ - keep-alive
196
+ Status:
197
+ - 201 Created
154
198
  Cache-Control:
155
199
  - max-age=0, private, must-revalidate
156
- X-Request-Id:
157
- - 2c613d30-f1ec-4313-882e-0c3acaeef31e
200
+ Etag:
201
+ - W/"734da27ece892ec53e1f757b78723b82"
158
202
  X-Runtime:
159
- - '0.052798'
160
- Content-Length:
161
- - '666'
203
+ - '0.035574'
204
+ X-Request-Id:
205
+ - 8b94d2b9-6028-41f5-b27a-108955dd7820
206
+ Date:
207
+ - Sun, 17 Nov 2019 16:39:30 GMT
208
+ X-Powered-By:
209
+ - Phusion Passenger 6.0.4
210
+ Server:
211
+ - nginx/1.17.3 + Phusion Passenger 6.0.4
162
212
  body:
163
213
  encoding: UTF-8
164
- string: '{"_id":"5650f0a587f6436cbc00002d","created_at":"2015-11-21T22:31:01Z","updated_at":"2015-11-21T22:31:01Z","title":"About
165
- us","parent_id":"5650f08c87f6436c94000007","position":0,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"about-us","fullpath":"about-us","localized_fullpaths":{"en":"about-us"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Locomotive
214
+ string: '{"_id":"5dd177c2a95330aa17f8f8dd","created_at":"2019-11-17T16:39:30Z","updated_at":"2019-11-17T16:39:30Z","title":"About
215
+ us","parent_id":"5dd1779ca95330a94bf72543","position":0,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"about-us","fullpath":"about-us","sections_dropzone_content":"[]","sections_content":"{}","localized_fullpaths":{"en":"/about-us"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Locomotive
166
216
  rocks!","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
167
217
  http_version:
168
- recorded_at: Sat, 21 Nov 2015 22:31:01 GMT
218
+ recorded_at: Sun, 17 Nov 2019 16:39:30 GMT
169
219
  - request:
170
220
  method: put
171
- uri: http://localhost:3000/locomotive/sample/api/v3/pages/5650f0a587f6436cbc00002d.json
221
+ uri: http://localhost:3000/locomotive/sample/api/v3/pages/5dd177c2a95330aa17f8f8dd.json
172
222
  body:
173
223
  encoding: UTF-8
174
- string: auth_token=E2aoXzMxkFsLnCcmCcc_&page%5Btemplate%5D=Locomotive+rocks.+period
224
+ string: auth_token=bzwAyFQzcchf_hgDQhz3&page%5Btemplate%5D=Locomotive+rocks.+period
175
225
  headers:
226
+ User-Agent:
227
+ - Faraday v0.15.4
176
228
  Accept:
177
229
  - application/json
230
+ Accept-Encoding:
231
+ - gzip,deflate
232
+ Date:
233
+ - Sun, 17 Nov 2019 16:39:30 GMT
178
234
  X-Locomotive-Account-Email:
179
235
  - admin@locomotivecms.com
180
236
  X-Locomotive-Account-Token:
181
- - E2aoXzMxkFsLnCcmCcc_
237
+ - bzwAyFQzcchf_hgDQhz3
182
238
  X-Locomotive-Locale:
183
239
  - en
184
240
  Content-Type:
185
241
  - application/x-www-form-urlencoded
186
- Accept-Encoding:
187
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
188
- User-Agent:
189
- - Ruby
190
242
  response:
191
243
  status:
192
244
  code: 200
@@ -194,40 +246,54 @@ http_interactions:
194
246
  headers:
195
247
  Content-Type:
196
248
  - application/json
197
- Etag:
198
- - W/"bf788f2ae366c8a7e70e7e88a2c06d83"
249
+ Transfer-Encoding:
250
+ - chunked
251
+ Connection:
252
+ - keep-alive
253
+ Status:
254
+ - 200 OK
199
255
  Cache-Control:
200
256
  - max-age=0, private, must-revalidate
201
- X-Request-Id:
202
- - 39dc5254-6ff4-4a1e-b302-34dd9dffb99c
257
+ Etag:
258
+ - W/"668b21155cea7d89ea8c9be9b96f0829"
203
259
  X-Runtime:
204
- - '0.038577'
205
- Content-Length:
206
- - '673'
260
+ - '0.027743'
261
+ X-Request-Id:
262
+ - 2a7b6a61-77f7-4ca4-98d8-c3f501153f29
263
+ Date:
264
+ - Sun, 17 Nov 2019 16:39:30 GMT
265
+ X-Powered-By:
266
+ - Phusion Passenger 6.0.4
267
+ Server:
268
+ - nginx/1.17.3 + Phusion Passenger 6.0.4
269
+ Content-Encoding:
270
+ - gzip
207
271
  body:
208
272
  encoding: UTF-8
209
- string: '{"_id":"5650f0a587f6436cbc00002d","created_at":"2015-11-21T22:31:01Z","updated_at":"2015-11-21T22:31:01Z","title":"About
210
- us","parent_id":"5650f08c87f6436c94000007","position":0,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"about-us","fullpath":"about-us","localized_fullpaths":{"en":"about-us"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Locomotive
273
+ string: '{"_id":"5dd177c2a95330aa17f8f8dd","created_at":"2019-11-17T16:39:30Z","updated_at":"2019-11-17T16:39:30Z","title":"About
274
+ us","parent_id":"5dd1779ca95330a94bf72543","position":0,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"about-us","fullpath":"about-us","sections_dropzone_content":"[]","sections_content":"{}","localized_fullpaths":{"en":"/about-us"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Locomotive
211
275
  rocks. period","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
212
276
  http_version:
213
- recorded_at: Sat, 21 Nov 2015 22:31:01 GMT
277
+ recorded_at: Sun, 17 Nov 2019 16:39:30 GMT
214
278
  - request:
215
279
  method: delete
216
- uri: http://localhost:3000/locomotive/sample/api/v3/pages/5650f0a587f6436cbc00002d.json?auth_token=E2aoXzMxkFsLnCcmCcc_
280
+ uri: http://localhost:3000/locomotive/sample/api/v3/pages/5dd177c2a95330aa17f8f8dd.json?auth_token=bzwAyFQzcchf_hgDQhz3
217
281
  body:
218
- encoding: US-ASCII
282
+ encoding: UTF-8
219
283
  string: ''
220
284
  headers:
285
+ User-Agent:
286
+ - Faraday v0.15.4
221
287
  Accept:
222
288
  - application/json
289
+ Accept-Encoding:
290
+ - gzip,deflate
291
+ Date:
292
+ - Sun, 17 Nov 2019 16:39:30 GMT
223
293
  X-Locomotive-Account-Email:
224
294
  - admin@locomotivecms.com
225
295
  X-Locomotive-Account-Token:
226
- - E2aoXzMxkFsLnCcmCcc_
227
- Accept-Encoding:
228
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
229
- User-Agent:
230
- - Ruby
296
+ - bzwAyFQzcchf_hgDQhz3
231
297
  response:
232
298
  status:
233
299
  code: 200
@@ -235,21 +301,33 @@ http_interactions:
235
301
  headers:
236
302
  Content-Type:
237
303
  - application/json
238
- Etag:
239
- - W/"bf788f2ae366c8a7e70e7e88a2c06d83"
304
+ Transfer-Encoding:
305
+ - chunked
306
+ Connection:
307
+ - keep-alive
308
+ Status:
309
+ - 200 OK
240
310
  Cache-Control:
241
311
  - max-age=0, private, must-revalidate
242
- X-Request-Id:
243
- - d785c8f4-22cb-479b-a541-00740552fb7d
312
+ Etag:
313
+ - W/"668b21155cea7d89ea8c9be9b96f0829"
244
314
  X-Runtime:
245
- - '0.039751'
246
- Content-Length:
247
- - '673'
315
+ - '0.050051'
316
+ X-Request-Id:
317
+ - 0c09b481-d654-4a52-97db-ea28825fbed8
318
+ Date:
319
+ - Sun, 17 Nov 2019 16:39:30 GMT
320
+ X-Powered-By:
321
+ - Phusion Passenger 6.0.4
322
+ Server:
323
+ - nginx/1.17.3 + Phusion Passenger 6.0.4
324
+ Content-Encoding:
325
+ - gzip
248
326
  body:
249
327
  encoding: UTF-8
250
- string: '{"_id":"5650f0a587f6436cbc00002d","created_at":"2015-11-21T22:31:01Z","updated_at":"2015-11-21T22:31:01Z","title":"About
251
- us","parent_id":"5650f08c87f6436c94000007","position":0,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"about-us","fullpath":"about-us","localized_fullpaths":{"en":"about-us"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Locomotive
328
+ string: '{"_id":"5dd177c2a95330aa17f8f8dd","created_at":"2019-11-17T16:39:30Z","updated_at":"2019-11-17T16:39:30Z","title":"About
329
+ us","parent_id":"5dd1779ca95330a94bf72543","position":0,"handle":null,"depth":1,"response_type":"text/html","listed":true,"published":false,"translated_in":["en"],"cache_enabled":true,"slug":"about-us","fullpath":"about-us","sections_dropzone_content":"[]","sections_content":"{}","localized_fullpaths":{"en":"/about-us"},"redirect":false,"redirect_url":"","redirect_type":301,"templatized":false,"templatized_from_parent":false,"content_type":null,"is_layout":false,"allow_layout":true,"template":"Locomotive
252
330
  rocks. period","editable_elements":[],"seo_title":null,"meta_keywords":null,"meta_description":null}'
253
331
  http_version:
254
- recorded_at: Sat, 21 Nov 2015 22:31:01 GMT
255
- recorded_with: VCR 2.9.3
332
+ recorded_at: Sun, 17 Nov 2019 16:39:30 GMT
333
+ recorded_with: VCR 4.0.0