locomotivecms_coal 1.7.0 → 1.8.0.alpha1

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 (56) hide show
  1. checksums.yaml +4 -4
  2. data/lib/locomotive/coal/resources/concerns/request.rb +1 -1
  3. data/lib/locomotive/coal/version.rb +1 -1
  4. metadata +20 -123
  5. data/.gitignore +0 -4
  6. data/.rspec +0 -2
  7. data/.travis.yml +0 -7
  8. data/Gemfile +0 -20
  9. data/Gemfile.lock +0 -122
  10. data/Rakefile +0 -21
  11. data/locomotivecms_coal.gemspec +0 -27
  12. data/spec/fixtures/assets/locomotive.png +0 -0
  13. data/spec/fixtures/assets/rails.png +0 -0
  14. data/spec/fixtures/coal_cassettes/accounts.yml +0 -214
  15. data/spec/fixtures/coal_cassettes/client.yml +0 -479
  16. data/spec/fixtures/coal_cassettes/content_assets.yml +0 -270
  17. data/spec/fixtures/coal_cassettes/content_entries.yml +0 -2189
  18. data/spec/fixtures/coal_cassettes/content_types.yml +0 -726
  19. data/spec/fixtures/coal_cassettes/current_site.yml +0 -166
  20. data/spec/fixtures/coal_cassettes/memberships.yml +0 -270
  21. data/spec/fixtures/coal_cassettes/my_account.yml +0 -260
  22. data/spec/fixtures/coal_cassettes/pages.yml +0 -333
  23. data/spec/fixtures/coal_cassettes/sections.yml +0 -267
  24. data/spec/fixtures/coal_cassettes/sites.yml +0 -212
  25. data/spec/fixtures/coal_cassettes/snippets.yml +0 -269
  26. data/spec/fixtures/coal_cassettes/theme_assets.yml +0 -270
  27. data/spec/fixtures/coal_cassettes/token.yml +0 -103
  28. data/spec/fixtures/coal_cassettes/translations.yml +0 -267
  29. data/spec/fixtures/coal_cassettes/version.yml +0 -103
  30. data/spec/integration/client_spec.rb +0 -67
  31. data/spec/integration/resources/accounts_spec.rb +0 -38
  32. data/spec/integration/resources/content_assets_spec.rb +0 -42
  33. data/spec/integration/resources/content_entries_spec.rb +0 -97
  34. data/spec/integration/resources/content_types_spec.rb +0 -44
  35. data/spec/integration/resources/current_site_spec.rb +0 -22
  36. data/spec/integration/resources/engine_version_spec.rb +0 -17
  37. data/spec/integration/resources/memberships_spec.rb +0 -39
  38. data/spec/integration/resources/my_account_spec.rb +0 -34
  39. data/spec/integration/resources/pages_spec.rb +0 -43
  40. data/spec/integration/resources/sections_spec.rb +0 -46
  41. data/spec/integration/resources/sites_spec.rb +0 -43
  42. data/spec/integration/resources/snippets_spec.rb +0 -38
  43. data/spec/integration/resources/theme_assets_spec.rb +0 -43
  44. data/spec/integration/resources/token_spec.rb +0 -38
  45. data/spec/integration/resources/translations_spec.rb +0 -38
  46. data/spec/spec_helper.rb +0 -28
  47. data/spec/support/api_settings.rb +0 -10
  48. data/spec/support/assets.rb +0 -4
  49. data/spec/support/default_resources.rb +0 -7
  50. data/spec/support/pry.rb +0 -4
  51. data/spec/support/vcr.rb +0 -10
  52. data/spec/unit/client_spec.rb +0 -52
  53. data/spec/unit/client_v2_spec.rb +0 -22
  54. data/spec/unit/error_spec.rb +0 -36
  55. data/spec/unit/paginated_resources_spec.rb +0 -50
  56. data/spec/unit/resource_spec.rb +0 -29
@@ -1,212 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: post
5
- uri: http://localhost:3000/locomotive/api/v3/tokens.json
6
- body:
7
- encoding: UTF-8
8
- string: email=admin%40locomotivecms.com&password=locomotive
9
- headers:
10
- User-Agent:
11
- - Faraday v0.15.4
12
- Accept:
13
- - application/json
14
- Accept-Encoding:
15
- - gzip,deflate
16
- Date:
17
- - Sun, 17 Nov 2019 16:39:24 GMT
18
- Content-Type:
19
- - application/x-www-form-urlencoded
20
- response:
21
- status:
22
- code: 201
23
- message: Created
24
- headers:
25
- Content-Type:
26
- - application/json
27
- Content-Length:
28
- - '32'
29
- Connection:
30
- - keep-alive
31
- Status:
32
- - 201 Created
33
- Cache-Control:
34
- - max-age=0, private, must-revalidate
35
- Etag:
36
- - W/"410e3d6fde24f39257a7cc619b61baa7"
37
- X-Runtime:
38
- - '0.115832'
39
- X-Request-Id:
40
- - 0dfce39c-0574-431e-8c53-67cb765348de
41
- Date:
42
- - Sun, 17 Nov 2019 16:39:24 GMT
43
- X-Powered-By:
44
- - Phusion Passenger 6.0.4
45
- Server:
46
- - nginx/1.17.3 + Phusion Passenger 6.0.4
47
- body:
48
- encoding: UTF-8
49
- string: '{"token":"bzwAyFQzcchf_hgDQhz3"}'
50
- http_version:
51
- recorded_at: Sun, 17 Nov 2019 16:39:24 GMT
52
- - request:
53
- method: get
54
- uri: http://localhost:3000/locomotive/api/v3/sites.json?auth_token=bzwAyFQzcchf_hgDQhz3
55
- body:
56
- encoding: UTF-8
57
- string: ''
58
- headers:
59
- User-Agent:
60
- - Faraday v0.15.4
61
- Accept:
62
- - application/json
63
- Accept-Encoding:
64
- - gzip,deflate
65
- Date:
66
- - Sun, 17 Nov 2019 16:39:24 GMT
67
- X-Locomotive-Account-Email:
68
- - admin@locomotivecms.com
69
- X-Locomotive-Account-Token:
70
- - bzwAyFQzcchf_hgDQhz3
71
- response:
72
- status:
73
- code: 200
74
- message: OK
75
- headers:
76
- Content-Type:
77
- - application/json
78
- Transfer-Encoding:
79
- - chunked
80
- Connection:
81
- - keep-alive
82
- Status:
83
- - 200 OK
84
- Cache-Control:
85
- - max-age=0, private, must-revalidate
86
- Etag:
87
- - W/"3c0036f2ffdff81eef12c1627cb023ca"
88
- X-Runtime:
89
- - '0.048373'
90
- X-Request-Id:
91
- - 76666b71-1188-4e05-b05c-e5ad3acc370a
92
- Date:
93
- - Sun, 17 Nov 2019 16:39:24 GMT
94
- X-Powered-By:
95
- - Phusion Passenger 6.0.4
96
- Server:
97
- - nginx/1.17.3 + Phusion Passenger 6.0.4
98
- Content-Encoding:
99
- - gzip
100
- body:
101
- encoding: UTF-8
102
- string: '[{"_id":"5dd1779ba95330a94bf7253e","created_at":"2019-11-17T16:38:51Z","updated_at":"2019-11-17T16:38:52Z","name":"LocomotiveCMS","handle":"www","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en","fr","nb"],"prefix_default_locale":false,"bypass_browser_locale":false,"domains":["www.example.com"],"asset_host":null,"url_redirections":[],"memberships":[{"_id":"5dd1779ca95330a94bf72541","created_at":null,"updated_at":null,"role":"admin","account_id":"5dd1779ba95330a94bf7253c","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":1574008732,"template_version":1574008732,"picture_thumbnail_url":null,"preview_url":"http://localhost:3000/locomotive/www/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}","sections_content":"{}","routes":"[]"},{"_id":"5dd1779ca95330a94bf72542","created_at":"2019-11-17T16:38:52Z","updated_at":"2019-11-17T16:38:52Z","name":"Sample
103
- site","handle":"sample","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"prefix_default_locale":false,"bypass_browser_locale":false,"domains":["sample.example.com","acme.example.local"],"asset_host":null,"url_redirections":[],"memberships":[{"_id":"5dd1779ca95330a94bf72545","created_at":null,"updated_at":null,"role":"admin","account_id":"5dd1779ba95330a94bf7253c","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":1574008732,"template_version":1574008732,"picture_thumbnail_url":null,"preview_url":"http://localhost:3000/locomotive/sample/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}","sections_content":"{}","routes":"[]"}]'
104
- http_version:
105
- recorded_at: Sun, 17 Nov 2019 16:39:24 GMT
106
- - request:
107
- method: post
108
- uri: http://localhost:3000/locomotive/api/v3/sites.json
109
- body:
110
- encoding: UTF-8
111
- string: auth_token=bzwAyFQzcchf_hgDQhz3&site%5Bhandle%5D=acme&site%5Blocales%5D%5B%5D=en&site%5Bname%5D=Acme
112
- headers:
113
- User-Agent:
114
- - Faraday v0.15.4
115
- Accept:
116
- - application/json
117
- Accept-Encoding:
118
- - gzip,deflate
119
- Date:
120
- - Sun, 17 Nov 2019 16:39:24 GMT
121
- X-Locomotive-Account-Email:
122
- - admin@locomotivecms.com
123
- X-Locomotive-Account-Token:
124
- - bzwAyFQzcchf_hgDQhz3
125
- Content-Type:
126
- - application/x-www-form-urlencoded
127
- response:
128
- status:
129
- code: 201
130
- message: Created
131
- headers:
132
- Content-Type:
133
- - application/json
134
- Content-Length:
135
- - '946'
136
- Connection:
137
- - keep-alive
138
- Status:
139
- - 201 Created
140
- Cache-Control:
141
- - max-age=0, private, must-revalidate
142
- Etag:
143
- - W/"0cf11fcd758fa106a3f9f9fc961a9d05"
144
- X-Runtime:
145
- - '0.088384'
146
- X-Request-Id:
147
- - a54fc775-c851-4c31-a47e-8e9a4542798b
148
- Date:
149
- - Sun, 17 Nov 2019 16:39:24 GMT
150
- X-Powered-By:
151
- - Phusion Passenger 6.0.4
152
- Server:
153
- - nginx/1.17.3 + Phusion Passenger 6.0.4
154
- body:
155
- encoding: UTF-8
156
- string: '{"_id":"5dd177bca95330aa17f8f8d6","created_at":"2019-11-17T16:39:24Z","updated_at":"2019-11-17T16:39:24Z","name":"Acme","handle":"acme","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"prefix_default_locale":false,"bypass_browser_locale":false,"domains":[],"asset_host":null,"url_redirections":[],"memberships":[{"_id":"5dd177bca95330aa17f8f8d7","created_at":null,"updated_at":null,"role":"admin","account_id":"5dd1779ba95330a94bf7253c","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1574008764,"picture_thumbnail_url":null,"preview_url":"http://localhost:3000/locomotive/acme/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}","sections_content":"{}","routes":"[]"}'
157
- http_version:
158
- recorded_at: Sun, 17 Nov 2019 16:39:24 GMT
159
- - request:
160
- method: delete
161
- uri: http://localhost:3000/locomotive/api/v3/sites/5dd177bca95330aa17f8f8d6.json?auth_token=bzwAyFQzcchf_hgDQhz3
162
- body:
163
- encoding: UTF-8
164
- string: ''
165
- headers:
166
- User-Agent:
167
- - Faraday v0.15.4
168
- Accept:
169
- - application/json
170
- Accept-Encoding:
171
- - gzip,deflate
172
- Date:
173
- - Sun, 17 Nov 2019 16:39:24 GMT
174
- X-Locomotive-Account-Email:
175
- - admin@locomotivecms.com
176
- X-Locomotive-Account-Token:
177
- - bzwAyFQzcchf_hgDQhz3
178
- response:
179
- status:
180
- code: 200
181
- message: OK
182
- headers:
183
- Content-Type:
184
- - application/json
185
- Transfer-Encoding:
186
- - chunked
187
- Connection:
188
- - keep-alive
189
- Status:
190
- - 200 OK
191
- Cache-Control:
192
- - max-age=0, private, must-revalidate
193
- Etag:
194
- - W/"0cf11fcd758fa106a3f9f9fc961a9d05"
195
- X-Runtime:
196
- - '0.152010'
197
- X-Request-Id:
198
- - 8f0c8e58-2d76-4244-a282-77059a7f8971
199
- Date:
200
- - Sun, 17 Nov 2019 16:39:24 GMT
201
- X-Powered-By:
202
- - Phusion Passenger 6.0.4
203
- Server:
204
- - nginx/1.17.3 + Phusion Passenger 6.0.4
205
- Content-Encoding:
206
- - gzip
207
- body:
208
- encoding: UTF-8
209
- string: '{"_id":"5dd177bca95330aa17f8f8d6","created_at":"2019-11-17T16:39:24Z","updated_at":"2019-11-17T16:39:24Z","name":"Acme","handle":"acme","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"prefix_default_locale":false,"bypass_browser_locale":false,"domains":[],"asset_host":null,"url_redirections":[],"memberships":[{"_id":"5dd177bca95330aa17f8f8d7","created_at":null,"updated_at":null,"role":"admin","account_id":"5dd1779ba95330a94bf7253c","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1574008764,"picture_thumbnail_url":null,"preview_url":"http://localhost:3000/locomotive/acme/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in","metafields":"{}","metafields_schema":"[]","metafields_ui":"{}","sections_content":"{}","routes":"[]"}'
210
- http_version:
211
- recorded_at: Sun, 17 Nov 2019 16:39:24 GMT
212
- recorded_with: VCR 4.0.0
@@ -1,269 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: post
5
- uri: http://localhost:3000/locomotive/api/v3/tokens.json
6
- body:
7
- encoding: UTF-8
8
- string: email=admin%40locomotivecms.com&password=locomotive
9
- headers:
10
- User-Agent:
11
- - Faraday v0.15.4
12
- Accept:
13
- - application/json
14
- Accept-Encoding:
15
- - gzip,deflate
16
- Date:
17
- - Sun, 17 Nov 2019 16:39:31 GMT
18
- Content-Type:
19
- - application/x-www-form-urlencoded
20
- response:
21
- status:
22
- code: 201
23
- message: Created
24
- headers:
25
- Content-Type:
26
- - application/json
27
- Content-Length:
28
- - '32'
29
- Connection:
30
- - keep-alive
31
- Status:
32
- - 201 Created
33
- Cache-Control:
34
- - max-age=0, private, must-revalidate
35
- Etag:
36
- - W/"410e3d6fde24f39257a7cc619b61baa7"
37
- X-Runtime:
38
- - '0.004300'
39
- X-Request-Id:
40
- - 496ee443-49f5-423c-847b-fe42e92c4fc6
41
- Date:
42
- - Sun, 17 Nov 2019 16:39:31 GMT
43
- X-Powered-By:
44
- - Phusion Passenger 6.0.4
45
- Server:
46
- - nginx/1.17.3 + Phusion Passenger 6.0.4
47
- body:
48
- encoding: UTF-8
49
- string: '{"token":"bzwAyFQzcchf_hgDQhz3"}'
50
- http_version:
51
- recorded_at: Sun, 17 Nov 2019 16:39:31 GMT
52
- - request:
53
- method: get
54
- uri: http://localhost:3000/locomotive/sample/api/v3/snippets.json?auth_token=bzwAyFQzcchf_hgDQhz3
55
- body:
56
- encoding: UTF-8
57
- string: ''
58
- headers:
59
- User-Agent:
60
- - Faraday v0.15.4
61
- Accept:
62
- - application/json
63
- Accept-Encoding:
64
- - gzip,deflate
65
- Date:
66
- - Sun, 17 Nov 2019 16:39:31 GMT
67
- X-Locomotive-Account-Email:
68
- - admin@locomotivecms.com
69
- X-Locomotive-Account-Token:
70
- - bzwAyFQzcchf_hgDQhz3
71
- X-Locomotive-Locale:
72
- - ''
73
- response:
74
- status:
75
- code: 200
76
- message: OK
77
- headers:
78
- Content-Type:
79
- - application/json
80
- Content-Length:
81
- - '2'
82
- Connection:
83
- - keep-alive
84
- Status:
85
- - 200 OK
86
- Cache-Control:
87
- - max-age=0, private, must-revalidate
88
- Etag:
89
- - W/"4f53cda18c2baa0c0354bb5f9a3ecbe5"
90
- X-Runtime:
91
- - '0.014611'
92
- X-Request-Id:
93
- - 5fc5d6b0-2c4b-44d6-879f-eddf9fd7ed8d
94
- Date:
95
- - Sun, 17 Nov 2019 16:39:31 GMT
96
- X-Powered-By:
97
- - Phusion Passenger 6.0.4
98
- Server:
99
- - nginx/1.17.3 + Phusion Passenger 6.0.4
100
- body:
101
- encoding: UTF-8
102
- string: "[]"
103
- http_version:
104
- recorded_at: Sun, 17 Nov 2019 16:39:31 GMT
105
- - request:
106
- method: post
107
- uri: http://localhost:3000/locomotive/sample/api/v3/snippets.json
108
- body:
109
- encoding: UTF-8
110
- string: auth_token=bzwAyFQzcchf_hgDQhz3&snippet%5Bname%5D=Footer&snippet%5Bslug%5D=footer&snippet%5Btemplate%5D=Locomotive+rocks%21
111
- headers:
112
- User-Agent:
113
- - Faraday v0.15.4
114
- Accept:
115
- - application/json
116
- Accept-Encoding:
117
- - gzip,deflate
118
- Date:
119
- - Sun, 17 Nov 2019 16:39:31 GMT
120
- X-Locomotive-Account-Email:
121
- - admin@locomotivecms.com
122
- X-Locomotive-Account-Token:
123
- - bzwAyFQzcchf_hgDQhz3
124
- Content-Type:
125
- - application/x-www-form-urlencoded
126
- response:
127
- status:
128
- code: 201
129
- message: Created
130
- headers:
131
- Content-Type:
132
- - application/json
133
- Content-Length:
134
- - '169'
135
- Connection:
136
- - keep-alive
137
- Status:
138
- - 201 Created
139
- Cache-Control:
140
- - max-age=0, private, must-revalidate
141
- Etag:
142
- - W/"d32822cfbc1176fadcc53813e5650e2d"
143
- X-Runtime:
144
- - '0.021879'
145
- X-Request-Id:
146
- - 19792439-8164-4986-a1e8-c89889eff039
147
- Date:
148
- - Sun, 17 Nov 2019 16:39:31 GMT
149
- X-Powered-By:
150
- - Phusion Passenger 6.0.4
151
- Server:
152
- - nginx/1.17.3 + Phusion Passenger 6.0.4
153
- body:
154
- encoding: UTF-8
155
- string: '{"_id":"5dd177c3a95330aa17f8f8e6","created_at":"2019-11-17T16:39:31Z","updated_at":"2019-11-17T16:39:31Z","name":"Footer","slug":"footer","template":"Locomotive
156
- rocks!"}'
157
- http_version:
158
- recorded_at: Sun, 17 Nov 2019 16:39:31 GMT
159
- - request:
160
- method: put
161
- uri: http://localhost:3000/locomotive/sample/api/v3/snippets/5dd177c3a95330aa17f8f8e6.json
162
- body:
163
- encoding: UTF-8
164
- string: auth_token=bzwAyFQzcchf_hgDQhz3&snippet%5Btemplate%5D=Locomotive+rocks.+period
165
- headers:
166
- User-Agent:
167
- - Faraday v0.15.4
168
- Accept:
169
- - application/json
170
- Accept-Encoding:
171
- - gzip,deflate
172
- Date:
173
- - Sun, 17 Nov 2019 16:39:31 GMT
174
- X-Locomotive-Account-Email:
175
- - admin@locomotivecms.com
176
- X-Locomotive-Account-Token:
177
- - bzwAyFQzcchf_hgDQhz3
178
- Content-Type:
179
- - application/x-www-form-urlencoded
180
- response:
181
- status:
182
- code: 200
183
- message: OK
184
- headers:
185
- Content-Type:
186
- - application/json
187
- Transfer-Encoding:
188
- - chunked
189
- Connection:
190
- - keep-alive
191
- Status:
192
- - 200 OK
193
- Cache-Control:
194
- - max-age=0, private, must-revalidate
195
- Etag:
196
- - W/"2197badf15aa10bbcc18cdf139791f06"
197
- X-Runtime:
198
- - '0.021834'
199
- X-Request-Id:
200
- - 99c35a38-f168-477c-a40d-e3facf91cc44
201
- Date:
202
- - Sun, 17 Nov 2019 16:39:31 GMT
203
- X-Powered-By:
204
- - Phusion Passenger 6.0.4
205
- Server:
206
- - nginx/1.17.3 + Phusion Passenger 6.0.4
207
- Content-Encoding:
208
- - gzip
209
- body:
210
- encoding: UTF-8
211
- string: '{"_id":"5dd177c3a95330aa17f8f8e6","created_at":"2019-11-17T16:39:31Z","updated_at":"2019-11-17T16:39:31Z","name":"Footer","slug":"footer","template":"Locomotive
212
- rocks. period"}'
213
- http_version:
214
- recorded_at: Sun, 17 Nov 2019 16:39:31 GMT
215
- - request:
216
- method: delete
217
- uri: http://localhost:3000/locomotive/sample/api/v3/snippets/5dd177c3a95330aa17f8f8e6.json?auth_token=bzwAyFQzcchf_hgDQhz3
218
- body:
219
- encoding: UTF-8
220
- string: ''
221
- headers:
222
- User-Agent:
223
- - Faraday v0.15.4
224
- Accept:
225
- - application/json
226
- Accept-Encoding:
227
- - gzip,deflate
228
- Date:
229
- - Sun, 17 Nov 2019 16:39:31 GMT
230
- X-Locomotive-Account-Email:
231
- - admin@locomotivecms.com
232
- X-Locomotive-Account-Token:
233
- - bzwAyFQzcchf_hgDQhz3
234
- response:
235
- status:
236
- code: 200
237
- message: OK
238
- headers:
239
- Content-Type:
240
- - application/json
241
- Transfer-Encoding:
242
- - chunked
243
- Connection:
244
- - keep-alive
245
- Status:
246
- - 200 OK
247
- Cache-Control:
248
- - max-age=0, private, must-revalidate
249
- Etag:
250
- - W/"2197badf15aa10bbcc18cdf139791f06"
251
- X-Runtime:
252
- - '0.016640'
253
- X-Request-Id:
254
- - 3bc518fa-446d-4ef0-b725-741fbc45af17
255
- Date:
256
- - Sun, 17 Nov 2019 16:39:31 GMT
257
- X-Powered-By:
258
- - Phusion Passenger 6.0.4
259
- Server:
260
- - nginx/1.17.3 + Phusion Passenger 6.0.4
261
- Content-Encoding:
262
- - gzip
263
- body:
264
- encoding: UTF-8
265
- string: '{"_id":"5dd177c3a95330aa17f8f8e6","created_at":"2019-11-17T16:39:31Z","updated_at":"2019-11-17T16:39:31Z","name":"Footer","slug":"footer","template":"Locomotive
266
- rocks. period"}'
267
- http_version:
268
- recorded_at: Sun, 17 Nov 2019 16:39:31 GMT
269
- recorded_with: VCR 4.0.0