locomotivecms_coal 1.6.0.rc1 → 1.6.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
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:24 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,122 +24,50 @@ http_interactions:
22
24
  headers:
23
25
  Content-Type:
24
26
  - application/json
25
- Etag:
26
- - W/"120917583ae3f64355d682b690f7cb40"
27
- Cache-Control:
28
- - max-age=0, private, must-revalidate
29
- X-Request-Id:
30
- - 7ea64e94-d6ee-4f5c-8069-fe2c99261cdc
31
- X-Runtime:
32
- - '0.017257'
33
27
  Content-Length:
34
28
  - '32'
35
- body:
36
- encoding: UTF-8
37
- string: '{"token":"E2aoXzMxkFsLnCcmCcc_"}'
38
- http_version:
39
- recorded_at: Sat, 21 Nov 2015 22:31:00 GMT
40
- - request:
41
- method: get
42
- uri: http://localhost:3000/locomotive/api/v3/sites.json?auth_token=E2aoXzMxkFsLnCcmCcc_
43
- body:
44
- encoding: US-ASCII
45
- string: ''
46
- headers:
47
- Accept:
48
- - application/json
49
- X-Locomotive-Account-Email:
50
- - admin@locomotivecms.com
51
- X-Locomotive-Account-Token:
52
- - E2aoXzMxkFsLnCcmCcc_
53
- Accept-Encoding:
54
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
55
- User-Agent:
56
- - Ruby
57
- response:
58
- status:
59
- code: 200
60
- message: OK
61
- headers:
62
- Content-Type:
63
- - application/json
64
- Etag:
65
- - W/"3a8a8abe91f933f0044deaa41db1e962"
29
+ Connection:
30
+ - keep-alive
31
+ Status:
32
+ - 201 Created
66
33
  Cache-Control:
67
34
  - max-age=0, private, must-revalidate
68
- X-Request-Id:
69
- - 1870bfe2-f33b-41f9-8a52-7803eff9fcd5
70
- X-Runtime:
71
- - '0.059006'
72
- Content-Length:
73
- - '1524'
74
- body:
75
- encoding: UTF-8
76
- string: '[{"_id":"5650f08c87f6436c94000002","created_at":"2015-11-21T22:30:36Z","updated_at":"2015-11-21T22:30:36Z","name":"LocomotiveCMS","handle":"www","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"locales":["en"],"domains":["www.example.com"],"memberships":[{"_id":"5650f08c87f6436c94000005","created_at":null,"updated_at":null,"role":"admin","account_id":"5650f08c87f6436c94000000","name":"John
77
- Doe","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":1448145036,"template_version":1448145036,"picture_thumbnail_url":null,"preview_url":"http://localhost:3000/locomotive/www/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"},{"_id":"5650f08c87f6436c94000006","created_at":"2015-11-21T22:30:36Z","updated_at":"2015-11-21T22:31:00Z","name":"Sample
78
- site","handle":"sample","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"locales":["en"],"domains":["sample.example.com"],"memberships":[{"_id":"5650f08c87f6436c94000009","created_at":null,"updated_at":null,"role":"admin","account_id":"5650f08c87f6436c94000000","name":"John
79
- Doe","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":1448145060,"template_version":1448145058,"picture_thumbnail_url":null,"preview_url":"http://localhost:3000/locomotive/sample/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}]'
80
- http_version:
81
- recorded_at: Sat, 21 Nov 2015 22:31:00 GMT
82
- - request:
83
- method: post
84
- uri: http://localhost:3000/locomotive/api/v3/sites.json
85
- body:
86
- encoding: UTF-8
87
- string: auth_token=E2aoXzMxkFsLnCcmCcc_&site%5Bhandle%5D=acme&site%5Blocales%5D%5B%5D=en&site%5Bname%5D=Acme
88
- headers:
89
- Accept:
90
- - application/json
91
- X-Locomotive-Account-Email:
92
- - admin@locomotivecms.com
93
- X-Locomotive-Account-Token:
94
- - E2aoXzMxkFsLnCcmCcc_
95
- Content-Type:
96
- - application/x-www-form-urlencoded
97
- Accept-Encoding:
98
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
99
- User-Agent:
100
- - Ruby
101
- response:
102
- status:
103
- code: 201
104
- message: Created
105
- headers:
106
- Content-Type:
107
- - application/json
108
35
  Etag:
109
- - W/"1e7b3b53216ac2d81db62af9f5c21b67"
110
- Cache-Control:
111
- - max-age=0, private, must-revalidate
112
- X-Request-Id:
113
- - d4426626-4211-498d-9d6d-91d2159c9de5
36
+ - W/"410e3d6fde24f39257a7cc619b61baa7"
114
37
  X-Runtime:
115
- - '0.131513'
116
- Content-Length:
117
- - '744'
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
118
47
  body:
119
48
  encoding: UTF-8
120
- string: '{"_id":"5650f0a487f6436cbc000028","created_at":"2015-11-21T22:31:00Z","updated_at":"2015-11-21T22:31:00Z","name":"Acme","handle":"lush-dawn-5649","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"locales":["en"],"domains":[],"memberships":[{"_id":"5650f0a487f6436cbc000029","created_at":null,"updated_at":null,"role":"admin","account_id":"5650f08c87f6436c94000000","name":"John
121
- Doe","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1448145060,"picture_thumbnail_url":null,"preview_url":"http://localhost:3000/locomotive/lush-dawn-5649/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}'
49
+ string: '{"token":"bzwAyFQzcchf_hgDQhz3"}'
122
50
  http_version:
123
- recorded_at: Sat, 21 Nov 2015 22:31:00 GMT
51
+ recorded_at: Sun, 17 Nov 2019 16:39:24 GMT
124
52
  - request:
125
- method: delete
126
- uri: http://localhost:3000/locomotive/api/v3/sites/5650f0a487f6436cbc000028.json?auth_token=E2aoXzMxkFsLnCcmCcc_
53
+ method: get
54
+ uri: http://localhost:3000/locomotive/api/v3/sites.json?auth_token=bzwAyFQzcchf_hgDQhz3
127
55
  body:
128
- encoding: US-ASCII
56
+ encoding: UTF-8
129
57
  string: ''
130
58
  headers:
59
+ User-Agent:
60
+ - Faraday v0.15.4
131
61
  Accept:
132
62
  - application/json
63
+ Accept-Encoding:
64
+ - gzip,deflate
65
+ Date:
66
+ - Sun, 17 Nov 2019 16:39:24 GMT
133
67
  X-Locomotive-Account-Email:
134
68
  - admin@locomotivecms.com
135
69
  X-Locomotive-Account-Token:
136
- - E2aoXzMxkFsLnCcmCcc_
137
- Accept-Encoding:
138
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
139
- User-Agent:
140
- - Ruby
70
+ - bzwAyFQzcchf_hgDQhz3
141
71
  response:
142
72
  status:
143
73
  code: 200
@@ -145,37 +75,53 @@ http_interactions:
145
75
  headers:
146
76
  Content-Type:
147
77
  - application/json
148
- Etag:
149
- - W/"1e7b3b53216ac2d81db62af9f5c21b67"
78
+ Transfer-Encoding:
79
+ - chunked
80
+ Connection:
81
+ - keep-alive
82
+ Status:
83
+ - 200 OK
150
84
  Cache-Control:
151
85
  - max-age=0, private, must-revalidate
152
- X-Request-Id:
153
- - c6474f4e-002f-485d-b834-3ec9db5047a3
86
+ Etag:
87
+ - W/"3c0036f2ffdff81eef12c1627cb023ca"
154
88
  X-Runtime:
155
- - '0.102743'
156
- Content-Length:
157
- - '744'
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
158
100
  body:
159
101
  encoding: UTF-8
160
- string: '{"_id":"5650f0a487f6436cbc000028","created_at":"2015-11-21T22:31:00Z","updated_at":"2015-11-21T22:31:00Z","name":"Acme","handle":"lush-dawn-5649","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"locales":["en"],"domains":[],"memberships":[{"_id":"5650f0a487f6436cbc000029","created_at":null,"updated_at":null,"role":"admin","account_id":"5650f08c87f6436c94000000","name":"John
161
- Doe","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":0,"template_version":1448145060,"picture_thumbnail_url":null,"preview_url":"http://localhost:3000/locomotive/lush-dawn-5649/preview","sign_in_url":"http://localhost:3000/locomotive/sign_in"}'
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":"[]"}]'
162
104
  http_version:
163
- recorded_at: Sat, 21 Nov 2015 22:31:00 GMT
105
+ recorded_at: Sun, 17 Nov 2019 16:39:24 GMT
164
106
  - request:
165
107
  method: post
166
- uri: http://localhost:3000/locomotive/api/v3/tokens.json
108
+ uri: http://localhost:3000/locomotive/api/v3/sites.json
167
109
  body:
168
110
  encoding: UTF-8
169
- string: email=admin%40locomotivecms.com&password=locomotive
111
+ string: auth_token=bzwAyFQzcchf_hgDQhz3&site%5Bhandle%5D=acme&site%5Blocales%5D%5B%5D=en&site%5Bname%5D=Acme
170
112
  headers:
171
113
  User-Agent:
172
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
114
+ - Faraday v0.15.4
173
115
  Accept:
174
116
  - application/json
175
117
  Accept-Encoding:
176
118
  - gzip,deflate
177
119
  Date:
178
- - Thu, 21 Jul 2016 08:30:28 GMT
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
179
125
  Content-Type:
180
126
  - application/x-www-form-urlencoded
181
127
  response:
@@ -185,40 +131,50 @@ http_interactions:
185
131
  headers:
186
132
  Content-Type:
187
133
  - application/json
188
- Etag:
189
- - W/"ed6b5e5d77dd808432ec751c0deee185"
134
+ Content-Length:
135
+ - '946'
136
+ Connection:
137
+ - keep-alive
138
+ Status:
139
+ - 201 Created
190
140
  Cache-Control:
191
141
  - max-age=0, private, must-revalidate
192
- X-Request-Id:
193
- - e0a01184-2a20-479b-8dbc-b116141ee8fe
142
+ Etag:
143
+ - W/"0cf11fcd758fa106a3f9f9fc961a9d05"
194
144
  X-Runtime:
195
- - '0.186431'
196
- Content-Length:
197
- - '32'
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
198
154
  body:
199
155
  encoding: UTF-8
200
- string: '{"token":"4W9TGVPm1TgacsoyhusB"}'
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":"[]"}'
201
157
  http_version:
202
- recorded_at: Thu, 21 Jul 2016 08:30:28 GMT
158
+ recorded_at: Sun, 17 Nov 2019 16:39:24 GMT
203
159
  - request:
204
- method: get
205
- uri: http://localhost:3000/locomotive/api/v3/sites.json?auth_token=4W9TGVPm1TgacsoyhusB
160
+ method: delete
161
+ uri: http://localhost:3000/locomotive/api/v3/sites/5dd177bca95330aa17f8f8d6.json?auth_token=bzwAyFQzcchf_hgDQhz3
206
162
  body:
207
163
  encoding: UTF-8
208
164
  string: ''
209
165
  headers:
210
166
  User-Agent:
211
- - HTTPClient/1.0 (2.7.1, ruby 2.2.3 (2015-08-18))
167
+ - Faraday v0.15.4
212
168
  Accept:
213
169
  - application/json
214
170
  Accept-Encoding:
215
171
  - gzip,deflate
216
172
  Date:
217
- - Thu, 21 Jul 2016 08:30:28 GMT
173
+ - Sun, 17 Nov 2019 16:39:24 GMT
218
174
  X-Locomotive-Account-Email:
219
175
  - admin@locomotivecms.com
220
176
  X-Locomotive-Account-Token:
221
- - 4W9TGVPm1TgacsoyhusB
177
+ - bzwAyFQzcchf_hgDQhz3
222
178
  response:
223
179
  status:
224
180
  code: 200
@@ -226,20 +182,31 @@ http_interactions:
226
182
  headers:
227
183
  Content-Type:
228
184
  - application/json
229
- Etag:
230
- - W/"436570d60a44c4abddf750be2c1baaab"
185
+ Transfer-Encoding:
186
+ - chunked
187
+ Connection:
188
+ - keep-alive
189
+ Status:
190
+ - 200 OK
231
191
  Cache-Control:
232
192
  - max-age=0, private, must-revalidate
233
- X-Request-Id:
234
- - 6f0ec9fb-b5de-4e57-a0bb-b5764a65c173
193
+ Etag:
194
+ - W/"0cf11fcd758fa106a3f9f9fc961a9d05"
235
195
  X-Runtime:
236
- - '0.431548'
237
- Content-Length:
238
- - '1692'
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
239
207
  body:
240
208
  encoding: UTF-8
241
- string: '[{"_id":"578fac3b00ea466ec7e90a2d","created_at":"2016-07-20T16:52:11Z","updated_at":"2016-07-20T16:52:12Z","name":"LocomotiveCMS","handle":"www","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":["www.example.com"],"memberships":[{"_id":"578fac3c00ea466ec7e90a30","created_at":null,"updated_at":null,"role":"admin","account_id":"578fac3a00ea466ec7e90a2b","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":1469033532,"template_version":1469033532,"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":"{}"},{"_id":"578fac3c00ea466ec7e90a31","created_at":"2016-07-20T16:52:12Z","updated_at":"2016-07-20T16:52:12Z","name":"Sample
242
- site","handle":"sample","seo_title":null,"meta_keywords":null,"meta_description":null,"robots_txt":null,"cache_enabled":false,"private_access":false,"locales":["en"],"domains":["sample.example.com"],"memberships":[{"_id":"578fac3c00ea466ec7e90a34","created_at":null,"updated_at":null,"role":"admin","account_id":"578fac3a00ea466ec7e90a2b","name":"Admin","role_name":"Administrator","email":"admin@locomotivecms.com"}],"timezone":"UTC","picture_url":null,"content_version":1469033532,"template_version":1469033532,"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":"{}"}]'
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":"[]"}'
243
210
  http_version:
244
- recorded_at: Thu, 21 Jul 2016 08:30:28 GMT
245
- recorded_with: VCR 3.0.1
211
+ recorded_at: Sun, 17 Nov 2019 16:39:24 GMT
212
+ recorded_with: VCR 4.0.0