hotchoc 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.rubocop.yml +558 -0
- data/CHANGELOG.md +17 -0
- data/README.md +7 -11
- data/Rakefile +8 -0
- data/hotchoc.gemspec +8 -7
- data/lib/hotchoc/api.rb +4 -28
- data/lib/hotchoc/errors.rb +1 -1
- data/lib/hotchoc/fetcher.rb +1 -1
- data/lib/hotchoc/presenters/album.rb +65 -0
- data/lib/hotchoc/presenters/base.rb +26 -0
- data/lib/hotchoc/presenters/blocks/base.rb +31 -0
- data/lib/hotchoc/presenters/blocks/image.rb +23 -0
- data/lib/hotchoc/presenters/blocks/text.rb +23 -0
- data/lib/hotchoc/presenters/file.rb +62 -0
- data/lib/hotchoc/presenters/page.rb +69 -0
- data/lib/hotchoc/presenters/post.rb +53 -0
- data/lib/hotchoc/presenters/thumbnail.rb +37 -0
- data/lib/hotchoc/presenters/topic.rb +33 -0
- data/lib/hotchoc/version.rb +1 -1
- data/lib/hotchoc.rb +12 -1
- data/spec/hotchoc/api_spec.rb +8 -48
- data/spec/support/matchers.rb +5 -0
- data/spec/support/responses/albums.json +538 -221
- data/spec/support/responses/pages.json +19 -25
- data/spec/support/responses/posts.json +58 -34
- data/spec/support/responses/topics.json +111 -6
- data/spec/support/stubs.rb +4 -16
- metadata +42 -23
- data/spec/support/responses/album.json +0 -165
- data/spec/support/responses/page.json +0 -33
- data/spec/support/responses/post.json +0 -29
- data/spec/support/responses/topic.json +0 -9
@@ -6,162 +6,376 @@
|
|
6
6
|
"content": {
|
7
7
|
"image": {
|
8
8
|
"content_type": "image/jpeg",
|
9
|
-
"created_at": "
|
10
|
-
"exif": {
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
9
|
+
"created_at": "2015-05-04T09:24:16Z",
|
10
|
+
"exif": {
|
11
|
+
"datetimeoriginal": "2011-03-11T19:24:03.000+11:00",
|
12
|
+
"exposuretime": "1/30",
|
13
|
+
"flash": "Off, Did not fire",
|
14
|
+
"fnumber": 7.1,
|
15
|
+
"focallength": "18.0 mm",
|
16
|
+
"gpsaltitude": "685.1 m Above Sea Level",
|
17
|
+
"gpsaltituderef": "Above Sea Level",
|
18
|
+
"gpslatitude": "42 deg 57' 39.29\" S",
|
19
|
+
"gpslatituderef": "South",
|
20
|
+
"gpslongitude": "146 deg 23' 6.54\" E",
|
21
|
+
"gpslongituderef": "East",
|
22
|
+
"gpsmapdatum": "WGS-84",
|
23
|
+
"gpsposition": "42 deg 57' 39.29\" S, 146 deg 23' 6.54\" E",
|
24
|
+
"gpstrackref": "True North",
|
25
|
+
"iso": 500,
|
26
|
+
"lens": "Sony DT 18-250mm F3.5-6.3 (SAL18250)",
|
27
|
+
"make": "SONY",
|
28
|
+
"meteringmode": "Multi-segment",
|
29
|
+
"model": "SLT-A55V",
|
30
|
+
"orientation": "Horizontal (normal)",
|
31
|
+
"software": "Aperture 3.5.1"
|
32
|
+
},
|
33
|
+
"height": 532,
|
34
|
+
"id": "9fc84e70-25bb-49a0-bd22-a1ce508f0d1e",
|
35
|
+
"name": "007-evening-sun.jpg",
|
36
|
+
"parent_id": "22b2d325-e38b-472b-b111-2438b38d46fd",
|
37
|
+
"size": 196761,
|
16
38
|
"state": "finished",
|
17
39
|
"thumbnails": {
|
18
40
|
"original": [
|
19
41
|
{
|
20
42
|
"height": 133,
|
21
|
-
"name": "200.jpg",
|
22
|
-
"size":
|
23
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
43
|
+
"name": "007-evening-sun-200.jpg",
|
44
|
+
"size": 20680,
|
45
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/007-evening-sun.jpg?w=200",
|
24
46
|
"width": 200
|
25
47
|
},
|
26
48
|
{
|
27
|
-
"height":
|
28
|
-
"name": "400.jpg",
|
29
|
-
"size":
|
30
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
49
|
+
"height": 266,
|
50
|
+
"name": "007-evening-sun-400.jpg",
|
51
|
+
"size": 59156,
|
52
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/007-evening-sun.jpg?w=400",
|
31
53
|
"width": 400
|
54
|
+
}
|
55
|
+
],
|
56
|
+
"square": [
|
57
|
+
{
|
58
|
+
"height": 200,
|
59
|
+
"name": "007-evening-sun-200-square.jpg",
|
60
|
+
"size": 27224,
|
61
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/007-evening-sun.jpg?w=200&s=1",
|
62
|
+
"width": 200
|
32
63
|
},
|
33
64
|
{
|
34
|
-
"height":
|
35
|
-
"name": "
|
36
|
-
"size":
|
37
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
38
|
-
"width":
|
65
|
+
"height": 400,
|
66
|
+
"name": "007-evening-sun-400-square.jpg",
|
67
|
+
"size": 83516,
|
68
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/007-evening-sun.jpg?w=400&s=1",
|
69
|
+
"width": 400
|
39
70
|
},
|
40
71
|
{
|
41
|
-
"height":
|
42
|
-
"name": "
|
43
|
-
"size":
|
44
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
45
|
-
"width":
|
72
|
+
"height": 532,
|
73
|
+
"name": "007-evening-sun-532-square.jpg",
|
74
|
+
"size": 140736,
|
75
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/007-evening-sun.jpg?w=532&s=1",
|
76
|
+
"width": 532
|
77
|
+
}
|
78
|
+
]
|
79
|
+
},
|
80
|
+
"updated_at": "2015-05-04T09:24:37Z",
|
81
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/007-evening-sun.jpg",
|
82
|
+
"width": 800
|
83
|
+
},
|
84
|
+
"title": "007-evening-sun"
|
85
|
+
},
|
86
|
+
"created_at": "2015-05-04T09:24:14Z",
|
87
|
+
"id": "a386c9eb-6fd3-4c56-8c69-afc4e7c59f2e",
|
88
|
+
"position": 0,
|
89
|
+
"type": "image",
|
90
|
+
"updated_at": "2015-05-04T09:24:16Z"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"content": {
|
94
|
+
"image": {
|
95
|
+
"content_type": "image/jpeg",
|
96
|
+
"created_at": "2015-05-04T09:24:19Z",
|
97
|
+
"exif": {
|
98
|
+
"datetimeoriginal": "2011-03-11T19:28:49.000+11:00",
|
99
|
+
"exposuretime": "1/30",
|
100
|
+
"flash": "Off, Did not fire",
|
101
|
+
"fnumber": 7.1,
|
102
|
+
"focallength": "18.0 mm",
|
103
|
+
"gpsaltitude": "692.1 m Above Sea Level",
|
104
|
+
"gpsaltituderef": "Above Sea Level",
|
105
|
+
"gpslatitude": "42 deg 57' 41.42\" S",
|
106
|
+
"gpslatituderef": "South",
|
107
|
+
"gpslongitude": "146 deg 23' 11.47\" E",
|
108
|
+
"gpslongituderef": "East",
|
109
|
+
"gpsmapdatum": "WGS-84",
|
110
|
+
"gpsposition": "42 deg 57' 41.42\" S, 146 deg 23' 11.47\" E",
|
111
|
+
"gpstrackref": "True North",
|
112
|
+
"iso": 100,
|
113
|
+
"lens": "Sony DT 18-250mm F3.5-6.3 (SAL18250)",
|
114
|
+
"make": "SONY",
|
115
|
+
"meteringmode": "Multi-segment",
|
116
|
+
"model": "SLT-A55V",
|
117
|
+
"orientation": "Horizontal (normal)",
|
118
|
+
"software": "Aperture 3.5.1"
|
119
|
+
},
|
120
|
+
"height": 532,
|
121
|
+
"id": "77ce8dee-d6f3-4823-80f0-b451ca47d2de",
|
122
|
+
"name": "008-lake-pedder.jpg",
|
123
|
+
"parent_id": "22b2d325-e38b-472b-b111-2438b38d46fd",
|
124
|
+
"size": 153938,
|
125
|
+
"state": "finished",
|
126
|
+
"thumbnails": {
|
127
|
+
"original": [
|
128
|
+
{
|
129
|
+
"height": 133,
|
130
|
+
"name": "008-lake-pedder-200.jpg",
|
131
|
+
"size": 18471,
|
132
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/008-lake-pedder.jpg?w=200",
|
133
|
+
"width": 200
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"height": 266,
|
137
|
+
"name": "008-lake-pedder-400.jpg",
|
138
|
+
"size": 49095,
|
139
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/008-lake-pedder.jpg?w=400",
|
140
|
+
"width": 400
|
46
141
|
}
|
47
142
|
],
|
48
143
|
"square": [
|
49
144
|
{
|
50
145
|
"height": 200,
|
51
|
-
"name": "
|
52
|
-
"size":
|
53
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
146
|
+
"name": "008-lake-pedder-200-square.jpg",
|
147
|
+
"size": 22826,
|
148
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/008-lake-pedder.jpg?w=200&s=1",
|
54
149
|
"width": 200
|
55
150
|
},
|
56
151
|
{
|
57
152
|
"height": 400,
|
58
|
-
"name": "
|
59
|
-
"size":
|
60
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
153
|
+
"name": "008-lake-pedder-400-square.jpg",
|
154
|
+
"size": 64148,
|
155
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/008-lake-pedder.jpg?w=400&s=1",
|
61
156
|
"width": 400
|
62
157
|
},
|
63
158
|
{
|
64
|
-
"height":
|
65
|
-
"name": "
|
66
|
-
"size":
|
67
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
68
|
-
"width":
|
159
|
+
"height": 532,
|
160
|
+
"name": "008-lake-pedder-532-square.jpg",
|
161
|
+
"size": 105373,
|
162
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/008-lake-pedder.jpg?w=532&s=1",
|
163
|
+
"width": 532
|
69
164
|
}
|
70
165
|
]
|
71
166
|
},
|
72
|
-
"updated_at": "
|
73
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
74
|
-
"width":
|
167
|
+
"updated_at": "2015-05-04T09:24:46Z",
|
168
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/008-lake-pedder.jpg",
|
169
|
+
"width": 800
|
75
170
|
},
|
76
|
-
"title":
|
171
|
+
"title": "008-lake-pedder"
|
77
172
|
},
|
78
|
-
"created_at": "
|
79
|
-
"id": "
|
173
|
+
"created_at": "2015-05-04T09:24:15Z",
|
174
|
+
"id": "7c4c58aa-9a02-4f2f-bd4c-2dd6fcca2541",
|
80
175
|
"position": 1,
|
81
176
|
"type": "image",
|
82
|
-
"updated_at": "
|
177
|
+
"updated_at": "2015-05-04T09:24:19Z"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"content": {
|
181
|
+
"image": {
|
182
|
+
"content_type": "image/jpeg",
|
183
|
+
"created_at": "2015-05-04T09:24:40Z",
|
184
|
+
"exif": {
|
185
|
+
"datetimeoriginal": "2011-03-11T19:34:10.000+11:00",
|
186
|
+
"exposuretime": "1/80",
|
187
|
+
"flash": "Off, Did not fire",
|
188
|
+
"fnumber": 7.1,
|
189
|
+
"focallength": "40.0 mm",
|
190
|
+
"gpsaltitude": "724.8 m Above Sea Level",
|
191
|
+
"gpsaltituderef": "Above Sea Level",
|
192
|
+
"gpslatitude": "42 deg 57' 42.05\" S",
|
193
|
+
"gpslatituderef": "South",
|
194
|
+
"gpslongitude": "146 deg 23' 12.91\" E",
|
195
|
+
"gpslongituderef": "East",
|
196
|
+
"gpsmapdatum": "WGS-84",
|
197
|
+
"gpsposition": "42 deg 57' 42.05\" S, 146 deg 23' 12.91\" E",
|
198
|
+
"gpstrackref": "True North",
|
199
|
+
"iso": 160,
|
200
|
+
"lens": "Sony DT 18-250mm F3.5-6.3 (SAL18250)",
|
201
|
+
"make": "SONY",
|
202
|
+
"meteringmode": "Multi-segment",
|
203
|
+
"model": "SLT-A55V",
|
204
|
+
"orientation": "Horizontal (normal)",
|
205
|
+
"software": "Aperture 3.5.1"
|
206
|
+
},
|
207
|
+
"height": 532,
|
208
|
+
"id": "b1aa81aa-7745-4765-b2c1-d1c62cc1b272",
|
209
|
+
"name": "009-lake-pedder-sunset.jpg",
|
210
|
+
"parent_id": "22b2d325-e38b-472b-b111-2438b38d46fd",
|
211
|
+
"size": 83836,
|
212
|
+
"state": "finished",
|
213
|
+
"thumbnails": {
|
214
|
+
"original": [
|
215
|
+
{
|
216
|
+
"height": 133,
|
217
|
+
"name": "009-lake-pedder-sunset-200.jpg",
|
218
|
+
"size": 14554,
|
219
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/009-lake-pedder-sunset.jpg?w=200",
|
220
|
+
"width": 200
|
221
|
+
},
|
222
|
+
{
|
223
|
+
"height": 266,
|
224
|
+
"name": "009-lake-pedder-sunset-400.jpg",
|
225
|
+
"size": 31437,
|
226
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/009-lake-pedder-sunset.jpg?w=400",
|
227
|
+
"width": 400
|
228
|
+
}
|
229
|
+
],
|
230
|
+
"square": [
|
231
|
+
{
|
232
|
+
"height": 200,
|
233
|
+
"name": "009-lake-pedder-sunset-200-square.jpg",
|
234
|
+
"size": 17117,
|
235
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/009-lake-pedder-sunset.jpg?w=200&s=1",
|
236
|
+
"width": 200
|
237
|
+
},
|
238
|
+
{
|
239
|
+
"height": 400,
|
240
|
+
"name": "009-lake-pedder-sunset-400-square.jpg",
|
241
|
+
"size": 39485,
|
242
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/009-lake-pedder-sunset.jpg?w=400&s=1",
|
243
|
+
"width": 400
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"height": 532,
|
247
|
+
"name": "009-lake-pedder-sunset-532-square.jpg",
|
248
|
+
"size": 59970,
|
249
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/009-lake-pedder-sunset.jpg?w=532&s=1",
|
250
|
+
"width": 532
|
251
|
+
}
|
252
|
+
]
|
253
|
+
},
|
254
|
+
"updated_at": "2015-05-04T09:24:49Z",
|
255
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/009-lake-pedder-sunset.jpg",
|
256
|
+
"width": 800
|
257
|
+
},
|
258
|
+
"title": "009-lake-pedder-sunset"
|
259
|
+
},
|
260
|
+
"created_at": "2015-05-04T09:24:38Z",
|
261
|
+
"id": "0384cee0-4d60-4fb5-a807-1ce4a8b31dfc",
|
262
|
+
"position": 2,
|
263
|
+
"type": "image",
|
264
|
+
"updated_at": "2015-05-04T09:24:40Z"
|
83
265
|
}
|
84
266
|
],
|
85
267
|
"cover": {
|
86
|
-
"
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
"
|
99
|
-
"
|
100
|
-
"
|
101
|
-
"
|
102
|
-
"
|
103
|
-
|
104
|
-
|
105
|
-
"
|
106
|
-
"
|
107
|
-
"
|
108
|
-
"
|
109
|
-
"
|
110
|
-
|
111
|
-
|
112
|
-
"height": 534,
|
113
|
-
"name": "800.jpg",
|
114
|
-
"size": 51121,
|
115
|
-
"url": "https://www.hotchoc.dev/files/albums/new-album/moon.jpg?w=800",
|
116
|
-
"width": 800
|
268
|
+
"content": {
|
269
|
+
"image": {
|
270
|
+
"content_type": "image/jpeg",
|
271
|
+
"created_at": "2015-05-04T09:24:16Z",
|
272
|
+
"exif": {
|
273
|
+
"datetimeoriginal": "2011-03-11T19:24:03.000+11:00",
|
274
|
+
"exposuretime": "1/30",
|
275
|
+
"flash": "Off, Did not fire",
|
276
|
+
"fnumber": 7.1,
|
277
|
+
"focallength": "18.0 mm",
|
278
|
+
"gpsaltitude": "685.1 m Above Sea Level",
|
279
|
+
"gpsaltituderef": "Above Sea Level",
|
280
|
+
"gpslatitude": "42 deg 57' 39.29\" S",
|
281
|
+
"gpslatituderef": "South",
|
282
|
+
"gpslongitude": "146 deg 23' 6.54\" E",
|
283
|
+
"gpslongituderef": "East",
|
284
|
+
"gpsmapdatum": "WGS-84",
|
285
|
+
"gpsposition": "42 deg 57' 39.29\" S, 146 deg 23' 6.54\" E",
|
286
|
+
"gpstrackref": "True North",
|
287
|
+
"iso": 500,
|
288
|
+
"lens": "Sony DT 18-250mm F3.5-6.3 (SAL18250)",
|
289
|
+
"make": "SONY",
|
290
|
+
"meteringmode": "Multi-segment",
|
291
|
+
"model": "SLT-A55V",
|
292
|
+
"orientation": "Horizontal (normal)",
|
293
|
+
"software": "Aperture 3.5.1"
|
117
294
|
},
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
295
|
+
"height": 532,
|
296
|
+
"id": "9fc84e70-25bb-49a0-bd22-a1ce508f0d1e",
|
297
|
+
"name": "007-evening-sun.jpg",
|
298
|
+
"parent_id": "22b2d325-e38b-472b-b111-2438b38d46fd",
|
299
|
+
"size": 196761,
|
300
|
+
"state": "finished",
|
301
|
+
"thumbnails": {
|
302
|
+
"original": [
|
303
|
+
{
|
304
|
+
"height": 133,
|
305
|
+
"name": "007-evening-sun-200.jpg",
|
306
|
+
"size": 20680,
|
307
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/007-evening-sun.jpg?w=200",
|
308
|
+
"width": 200
|
309
|
+
},
|
310
|
+
{
|
311
|
+
"height": 266,
|
312
|
+
"name": "007-evening-sun-400.jpg",
|
313
|
+
"size": 59156,
|
314
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/007-evening-sun.jpg?w=400",
|
315
|
+
"width": 400
|
316
|
+
}
|
317
|
+
],
|
318
|
+
"square": [
|
319
|
+
{
|
320
|
+
"height": 200,
|
321
|
+
"name": "007-evening-sun-200-square.jpg",
|
322
|
+
"size": 27224,
|
323
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/007-evening-sun.jpg?w=200&s=1",
|
324
|
+
"width": 200
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"height": 400,
|
328
|
+
"name": "007-evening-sun-400-square.jpg",
|
329
|
+
"size": 83516,
|
330
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/007-evening-sun.jpg?w=400&s=1",
|
331
|
+
"width": 400
|
332
|
+
},
|
333
|
+
{
|
334
|
+
"height": 532,
|
335
|
+
"name": "007-evening-sun-532-square.jpg",
|
336
|
+
"size": 140736,
|
337
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/007-evening-sun.jpg?w=532&s=1",
|
338
|
+
"width": 532
|
339
|
+
}
|
340
|
+
]
|
133
341
|
},
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
"width": 400
|
140
|
-
},
|
141
|
-
{
|
142
|
-
"height": 683,
|
143
|
-
"name": "683_square.jpg",
|
144
|
-
"size": 78596,
|
145
|
-
"url": "https://www.hotchoc.dev/files/albums/new-album/moon.jpg?w=683\\u0026s=1",
|
146
|
-
"width": 683
|
147
|
-
}
|
148
|
-
]
|
342
|
+
"updated_at": "2015-05-04T09:24:37Z",
|
343
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-2/007-evening-sun.jpg",
|
344
|
+
"width": 800
|
345
|
+
},
|
346
|
+
"title": "007-evening-sun"
|
149
347
|
},
|
150
|
-
"
|
151
|
-
"
|
152
|
-
"
|
348
|
+
"created_at": "2015-05-04T09:24:14Z",
|
349
|
+
"id": "a386c9eb-6fd3-4c56-8c69-afc4e7c59f2e",
|
350
|
+
"position": 0,
|
351
|
+
"type": "image",
|
352
|
+
"updated_at": "2015-05-04T09:24:16Z"
|
153
353
|
},
|
154
|
-
"created_at": "
|
354
|
+
"created_at": "2015-05-04T09:21:00Z",
|
155
355
|
"description": "",
|
156
|
-
"
|
157
|
-
"
|
158
|
-
"
|
159
|
-
"publish_date": "2014-07-26T12:44:09Z",
|
356
|
+
"id": "d6011046-c0e1-4025-9924-f5a96f7013c4",
|
357
|
+
"identifier": "test-album-2",
|
358
|
+
"publish_date": "2015-05-04T09:21:00Z",
|
160
359
|
"status": "published",
|
161
|
-
"subtitle": "
|
162
|
-
"title": "
|
163
|
-
"topics": [
|
164
|
-
|
360
|
+
"subtitle": "Test subtitle 2",
|
361
|
+
"title": "Test album 2",
|
362
|
+
"topics": [
|
363
|
+
{
|
364
|
+
"created_at": "2015-05-04T08:08:27Z",
|
365
|
+
"id": "3002a596-252f-4397-aeda-f93b631de857",
|
366
|
+
"identifier": "ducati",
|
367
|
+
"name": "Ducati",
|
368
|
+
"updated_at": "2015-05-04T09:22:39Z"
|
369
|
+
},
|
370
|
+
{
|
371
|
+
"created_at": "2015-05-04T08:08:27Z",
|
372
|
+
"id": "37e30b6f-9f51-414e-8c76-bbdda12f11a7",
|
373
|
+
"identifier": "victoria",
|
374
|
+
"name": "Victoria",
|
375
|
+
"updated_at": "2015-05-04T09:22:30Z"
|
376
|
+
}
|
377
|
+
],
|
378
|
+
"updated_at": "2015-05-04T09:25:43Z"
|
165
379
|
},
|
166
380
|
{
|
167
381
|
"blocks": [
|
@@ -169,176 +383,279 @@
|
|
169
383
|
"content": {
|
170
384
|
"image": {
|
171
385
|
"content_type": "image/jpeg",
|
172
|
-
"created_at": "
|
386
|
+
"created_at": "2015-05-04T09:10:56Z",
|
173
387
|
"exif": {},
|
174
388
|
"height": 1024,
|
175
|
-
"id": "
|
389
|
+
"id": "dfcfbaa4-68af-4069-b071-80e2cf6dc715",
|
176
390
|
"name": "cockatoo.jpg",
|
177
|
-
"parent_id": "
|
391
|
+
"parent_id": "ca79ecff-8f11-4fa5-8ed2-1871a75123c9",
|
178
392
|
"size": 435154,
|
179
393
|
"state": "finished",
|
180
394
|
"thumbnails": {
|
181
395
|
"original": [
|
182
396
|
{
|
183
397
|
"height": 200,
|
184
|
-
"name": "200.jpg",
|
398
|
+
"name": "cockatoo-200.jpg",
|
185
399
|
"size": 27129,
|
186
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
400
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=200",
|
187
401
|
"width": 200
|
188
402
|
},
|
189
403
|
{
|
190
404
|
"height": 400,
|
191
|
-
"name": "400.jpg",
|
405
|
+
"name": "cockatoo-400.jpg",
|
192
406
|
"size": 77402,
|
193
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
407
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=400",
|
194
408
|
"width": 400
|
195
409
|
},
|
196
410
|
{
|
197
411
|
"height": 800,
|
198
|
-
"name": "800.jpg",
|
412
|
+
"name": "cockatoo-800.jpg",
|
199
413
|
"size": 252703,
|
200
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
414
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=800",
|
201
415
|
"width": 800
|
202
416
|
},
|
203
417
|
{
|
204
418
|
"height": 1000,
|
205
|
-
"name": "1000.jpg",
|
419
|
+
"name": "cockatoo-1000.jpg",
|
206
420
|
"size": 394591,
|
207
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
421
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=1000",
|
208
422
|
"width": 1000
|
209
423
|
}
|
210
424
|
],
|
211
425
|
"square": [
|
212
426
|
{
|
213
427
|
"height": 200,
|
214
|
-
"name": "
|
428
|
+
"name": "cockatoo-200-square.jpg",
|
215
429
|
"size": 27129,
|
216
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
430
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=200&s=1",
|
217
431
|
"width": 200
|
218
432
|
},
|
219
433
|
{
|
220
434
|
"height": 400,
|
221
|
-
"name": "
|
435
|
+
"name": "cockatoo-400-square.jpg",
|
222
436
|
"size": 77402,
|
223
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
437
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=400&s=1",
|
224
438
|
"width": 400
|
225
439
|
},
|
226
440
|
{
|
227
441
|
"height": 800,
|
228
|
-
"name": "
|
442
|
+
"name": "cockatoo-800-square.jpg",
|
229
443
|
"size": 252703,
|
230
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
444
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=800&s=1",
|
231
445
|
"width": 800
|
232
446
|
},
|
233
447
|
{
|
234
448
|
"height": 1000,
|
235
|
-
"name": "
|
449
|
+
"name": "cockatoo-1000-square.jpg",
|
236
450
|
"size": 394591,
|
237
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
451
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=1000&s=1",
|
452
|
+
"width": 1000
|
453
|
+
}
|
454
|
+
]
|
455
|
+
},
|
456
|
+
"updated_at": "2015-05-04T09:11:29Z",
|
457
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg",
|
458
|
+
"width": 1024
|
459
|
+
},
|
460
|
+
"title": "cockatoo"
|
461
|
+
},
|
462
|
+
"created_at": "2015-05-04T09:10:50Z",
|
463
|
+
"id": "53d42533-df22-4c44-9b21-de5776f34778",
|
464
|
+
"position": 0,
|
465
|
+
"type": "image",
|
466
|
+
"updated_at": "2015-05-04T09:10:56Z"
|
467
|
+
},
|
468
|
+
{
|
469
|
+
"content": {
|
470
|
+
"image": {
|
471
|
+
"content_type": "image/jpeg",
|
472
|
+
"created_at": "2015-05-04T09:10:56Z",
|
473
|
+
"exif": {},
|
474
|
+
"height": 683,
|
475
|
+
"id": "0a072e9f-29b8-48b1-8baa-5e24c2fd9f1b",
|
476
|
+
"name": "moon.jpg",
|
477
|
+
"parent_id": "ca79ecff-8f11-4fa5-8ed2-1871a75123c9",
|
478
|
+
"size": 83852,
|
479
|
+
"state": "finished",
|
480
|
+
"thumbnails": {
|
481
|
+
"original": [
|
482
|
+
{
|
483
|
+
"height": 133,
|
484
|
+
"name": "moon-200.jpg",
|
485
|
+
"size": 7974,
|
486
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/moon.jpg?w=200",
|
487
|
+
"width": 200
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"height": 267,
|
491
|
+
"name": "moon-400.jpg",
|
492
|
+
"size": 17634,
|
493
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/moon.jpg?w=400",
|
494
|
+
"width": 400
|
495
|
+
},
|
496
|
+
{
|
497
|
+
"height": 534,
|
498
|
+
"name": "moon-800.jpg",
|
499
|
+
"size": 51121,
|
500
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/moon.jpg?w=800",
|
501
|
+
"width": 800
|
502
|
+
},
|
503
|
+
{
|
504
|
+
"height": 667,
|
505
|
+
"name": "moon-1000.jpg",
|
506
|
+
"size": 74685,
|
507
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/moon.jpg?w=1000",
|
238
508
|
"width": 1000
|
239
509
|
}
|
510
|
+
],
|
511
|
+
"square": [
|
512
|
+
{
|
513
|
+
"height": 200,
|
514
|
+
"name": "moon-200-square.jpg",
|
515
|
+
"size": 11980,
|
516
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/moon.jpg?w=200&s=1",
|
517
|
+
"width": 200
|
518
|
+
},
|
519
|
+
{
|
520
|
+
"height": 400,
|
521
|
+
"name": "moon-400-square.jpg",
|
522
|
+
"size": 31091,
|
523
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/moon.jpg?w=400&s=1",
|
524
|
+
"width": 400
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"height": 683,
|
528
|
+
"name": "moon-683-square.jpg",
|
529
|
+
"size": 78596,
|
530
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/moon.jpg?w=683&s=1",
|
531
|
+
"width": 683
|
532
|
+
}
|
240
533
|
]
|
241
534
|
},
|
242
|
-
"updated_at": "
|
243
|
-
"url": "https://www.hotchoc.dev/files/albums/
|
535
|
+
"updated_at": "2015-05-04T09:11:35Z",
|
536
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/moon.jpg",
|
244
537
|
"width": 1024
|
245
538
|
},
|
246
|
-
"title":
|
539
|
+
"title": "moon"
|
247
540
|
},
|
248
|
-
"created_at": "
|
249
|
-
"id": "
|
541
|
+
"created_at": "2015-05-04T09:10:51Z",
|
542
|
+
"id": "5a82991f-8b3a-49c8-a0dd-dc487ea918c4",
|
250
543
|
"position": 1,
|
251
544
|
"type": "image",
|
252
|
-
"updated_at": "
|
545
|
+
"updated_at": "2015-05-04T09:10:56Z"
|
253
546
|
}
|
254
547
|
],
|
255
548
|
"cover": {
|
256
|
-
"
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
{
|
268
|
-
"
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
549
|
+
"content": {
|
550
|
+
"image": {
|
551
|
+
"content_type": "image/jpeg",
|
552
|
+
"created_at": "2015-05-04T09:10:56Z",
|
553
|
+
"exif": {},
|
554
|
+
"height": 1024,
|
555
|
+
"id": "dfcfbaa4-68af-4069-b071-80e2cf6dc715",
|
556
|
+
"name": "cockatoo.jpg",
|
557
|
+
"parent_id": "ca79ecff-8f11-4fa5-8ed2-1871a75123c9",
|
558
|
+
"size": 435154,
|
559
|
+
"state": "finished",
|
560
|
+
"thumbnails": {
|
561
|
+
"original": [
|
562
|
+
{
|
563
|
+
"height": 200,
|
564
|
+
"name": "cockatoo-200.jpg",
|
565
|
+
"size": 27129,
|
566
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=200",
|
567
|
+
"width": 200
|
568
|
+
},
|
569
|
+
{
|
570
|
+
"height": 400,
|
571
|
+
"name": "cockatoo-400.jpg",
|
572
|
+
"size": 77402,
|
573
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=400",
|
574
|
+
"width": 400
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"height": 800,
|
578
|
+
"name": "cockatoo-800.jpg",
|
579
|
+
"size": 252703,
|
580
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=800",
|
581
|
+
"width": 800
|
582
|
+
},
|
583
|
+
{
|
584
|
+
"height": 1000,
|
585
|
+
"name": "cockatoo-1000.jpg",
|
586
|
+
"size": 394591,
|
587
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=1000",
|
588
|
+
"width": 1000
|
589
|
+
}
|
590
|
+
],
|
591
|
+
"square": [
|
592
|
+
{
|
593
|
+
"height": 200,
|
594
|
+
"name": "cockatoo-200-square.jpg",
|
595
|
+
"size": 27129,
|
596
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=200&s=1",
|
597
|
+
"width": 200
|
598
|
+
},
|
599
|
+
{
|
600
|
+
"height": 400,
|
601
|
+
"name": "cockatoo-400-square.jpg",
|
602
|
+
"size": 77402,
|
603
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=400&s=1",
|
604
|
+
"width": 400
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"height": 800,
|
608
|
+
"name": "cockatoo-800-square.jpg",
|
609
|
+
"size": 252703,
|
610
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=800&s=1",
|
611
|
+
"width": 800
|
612
|
+
},
|
613
|
+
{
|
614
|
+
"height": 1000,
|
615
|
+
"name": "cockatoo-1000-square.jpg",
|
616
|
+
"size": 394591,
|
617
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg?w=1000&s=1",
|
618
|
+
"width": 1000
|
619
|
+
}
|
620
|
+
]
|
287
621
|
},
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
"width": 1000
|
294
|
-
}
|
295
|
-
],
|
296
|
-
"square": [
|
297
|
-
{
|
298
|
-
"height": 200,
|
299
|
-
"name": "200_square.jpg",
|
300
|
-
"size": 27129,
|
301
|
-
"url": "https://www.hotchoc.dev/files/albums/new-album-1/cockatoo.jpg?w=200\\u0026s=1",
|
302
|
-
"width": 200
|
303
|
-
},
|
304
|
-
{
|
305
|
-
"height": 400,
|
306
|
-
"name": "400_square.jpg",
|
307
|
-
"size": 77402,
|
308
|
-
"url": "https://www.hotchoc.dev/files/albums/new-album-1/cockatoo.jpg?w=400\\u0026s=1",
|
309
|
-
"width": 400
|
310
|
-
},
|
311
|
-
{
|
312
|
-
"height": 800,
|
313
|
-
"name": "800_square.jpg",
|
314
|
-
"size": 252703,
|
315
|
-
"url": "https://www.hotchoc.dev/files/albums/new-album-1/cockatoo.jpg?w=800\\u0026s=1",
|
316
|
-
"width": 800
|
317
|
-
},
|
318
|
-
{
|
319
|
-
"height": 1000,
|
320
|
-
"name": "1000_square.jpg",
|
321
|
-
"size": 394591,
|
322
|
-
"url": "https://www.hotchoc.dev/files/albums/new-album-1/cockatoo.jpg?w=1000\\u0026s=1",
|
323
|
-
"width": 1000
|
324
|
-
}
|
325
|
-
]
|
622
|
+
"updated_at": "2015-05-04T09:11:29Z",
|
623
|
+
"url": "https://www.hotchoc.dev/files/albums/2015/test-album-1/cockatoo.jpg",
|
624
|
+
"width": 1024
|
625
|
+
},
|
626
|
+
"title": "cockatoo"
|
326
627
|
},
|
327
|
-
"
|
328
|
-
"
|
329
|
-
"
|
628
|
+
"created_at": "2015-05-04T09:10:50Z",
|
629
|
+
"id": "53d42533-df22-4c44-9b21-de5776f34778",
|
630
|
+
"position": 0,
|
631
|
+
"type": "image",
|
632
|
+
"updated_at": "2015-05-04T09:10:56Z"
|
330
633
|
},
|
331
|
-
"created_at": "
|
634
|
+
"created_at": "2015-05-04T08:17:35Z",
|
332
635
|
"description": "",
|
333
|
-
"
|
334
|
-
"
|
335
|
-
"
|
336
|
-
"publish_date": "2014-07-26T12:45:54Z",
|
636
|
+
"id": "77774dc8-4edf-4b3a-8571-a6b64c8adace",
|
637
|
+
"identifier": "test-album-1",
|
638
|
+
"publish_date": "2015-05-04T08:17:35Z",
|
337
639
|
"status": "published",
|
338
|
-
"subtitle": "
|
339
|
-
"title": "
|
340
|
-
"topics": [
|
341
|
-
|
640
|
+
"subtitle": "Test subtitle 1",
|
641
|
+
"title": "Test album 1",
|
642
|
+
"topics": [
|
643
|
+
{
|
644
|
+
"created_at": "2015-05-04T08:08:27Z",
|
645
|
+
"id": "a1753785-ba93-4846-8bce-9c2af6813317",
|
646
|
+
"identifier": "bushwalking",
|
647
|
+
"name": "Bushwalking",
|
648
|
+
"updated_at": "2015-05-04T09:10:10Z"
|
649
|
+
},
|
650
|
+
{
|
651
|
+
"created_at": "2015-05-04T08:08:27Z",
|
652
|
+
"id": "30479282-7b1f-40b8-befb-d7e86ca0021f",
|
653
|
+
"identifier": "melbourne",
|
654
|
+
"name": "Melbourne",
|
655
|
+
"updated_at": "2015-05-04T09:10:13Z"
|
656
|
+
}
|
657
|
+
],
|
658
|
+
"updated_at": "2015-05-04T09:12:13Z"
|
342
659
|
}
|
343
660
|
]
|
344
661
|
}
|