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