purdie 0.0.11 → 0.0.12
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.
- checksums.yaml +4 -4
- data/.gitignore +2 -1
- data/.travis.yml +1 -0
- data/README.md +25 -11
- data/_config/defaults.yaml +0 -21
- data/_config/licenses.yaml +33 -0
- data/features/duff-credentials.feature +33 -0
- data/features/flickr-album.feature +1 -1
- data/features/flickr-with-lookups.feature +29 -0
- data/features/rfm.feature +2 -2
- data/features/step_definitions/purdie_steps.rb +26 -0
- data/features/support/fixtures/_config/purdie.yaml +1 -1
- data/features/support/fixtures/vcr/A_URL_we_don_t_understand/Handle_a_URL_we_don_t_recognise.yml +15 -15
- data/features/support/fixtures/vcr/First_contact_with_the_Real_World/Generate_YAML_for_the_Raw_Funk_Maharishi.yml +59 -53
- data/features/support/fixtures/vcr/Flickr/Generate_Flickr_YAML.yml +15 -15
- data/features/support/fixtures/vcr/Flickr/Generate_Flickr_YAML_with_lookups.yml +123 -0
- data/features/support/fixtures/vcr/Flickr_album/Generate_Flickr_YAML_for_an_album.yml +137 -137
- data/features/support/fixtures/vcr/Handle_comments/Handle_comments_in_a_source_file.yml +21 -28
- data/features/support/fixtures/vcr/Missing_or_bad_credentials/Bad_credentials_for_multiple_services.yml +156 -0
- data/features/support/fixtures/vcr/Purdie/Generate_several_YAML.yml +37 -36
- data/features/support/fixtures/vcr/Select_a_file_to_process/Choose_file_to_process.yml +7 -7
- data/features/support/fixtures/vcr/Set_Flickr_picturesize/Generate_Flickr_YAML.yml +16 -16
- data/features/support/fixtures/vcr/Soundcloud/Generate_SoundCloud_YAML.yml +7 -7
- data/features/support/fixtures/vcr/Soundcloud/Generate_SoundCloud_YAML_for_multiple_tracks.yml +14 -14
- data/features/support/fixtures/vcr/Soundcloud_set/Generate_YAML_for_a_SoundCloud_set.yml +58 -33
- data/features/support/fixtures/vcr/Vimeo/Generate_Vimeo_YAML.yml +8 -8
- data/features/support/fixtures/vcr/Vimeo_albums/Generate_YAML_for_a_Vimeo_album.yml +210 -0
- data/features/support/fixtures/vcr/YouTube/Generate_YouTube_YAML.yml +9 -9
- data/features/support/fixtures/vcr/YouTube_playlists/Generate_YAML_for_a_YouTube_playlist.yml +2503 -0
- data/features/vimeo-albums.feature +27 -0
- data/features/youtube-playlist.feature +54 -0
- data/lib/purdie/bernard.rb +24 -1
- data/lib/purdie/cli.rb +4 -0
- data/lib/purdie/exceptions.rb +20 -0
- data/lib/purdie/helpers.rb +17 -2
- data/lib/purdie/ingester.rb +15 -10
- data/lib/purdie/license_manager.rb +41 -0
- data/lib/purdie/services/flickr.rb +14 -2
- data/lib/purdie/services/soundcloud.rb +13 -4
- data/lib/purdie/services/vimeo.rb +13 -6
- data/lib/purdie/services/youtube.rb +46 -4
- data/lib/purdie/source_list.rb +10 -16
- data/lib/purdie/version.rb +1 -1
- data/lib/purdie.rb +10 -0
- data/spec/duff_keys_spec.rb +115 -0
- data/spec/helpers_spec.rb +12 -5
- data/spec/license_manager_spec.rb +20 -0
- data/spec/services/flickr_spec.rb +24 -15
- data/spec/services/soundcloud_spec.rb +2 -2
- data/spec/services/vimeo_spec.rb +6 -6
- data/spec/services/youtube_spec.rb +14 -1
- data/spec/source_list_spec.rb +14 -4
- data/spec/spec_helper.rb +32 -0
- data/spec/support/fixtures/vimeo.vids +1 -0
- data/spec/vcr/Purdie_Services_Flickr/do_the_local_config_lookups/looks_up_the_default_title.yml +123 -0
- data/spec/vcr/Purdie_Services_Flickr/falls_back_to_the_default_photographer_name.yml +20 -19
- data/spec/vcr/Purdie_Services_Flickr/ingests_data_for_a_photo_without_a_specific_photographer_tag.yml +20 -21
- data/spec/vcr/Purdie_Services_Flickr/licenses_items_correctly.yml +180 -0
- data/spec/vcr/Purdie_Services_Vimeo/ingests_a_video.yml +8 -8
- data/spec/vcr/Purdie_Services_Vimeo/resolve_an_album/resolves_an_album_from_a_URL.yml +59 -0
- data/spec/vcr/Purdie_Services_YouTube/gets_the_correct_license.yml +976 -0
- data/spec/vcr/Purdie_Services_YouTube/resolve_a_playlist/resolves_a_playlist_from_a_shitty_YouTube_URL.yml +970 -0
- metadata +37 -4
- data/_data/flickr.yaml +0 -4
- data/_data/soundcloud.yaml +0 -7
@@ -15,8 +15,8 @@ http_interactions:
|
|
15
15
|
- FlickRaw/0.9.8
|
16
16
|
Authorization:
|
17
17
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
18
|
-
oauth_nonce="
|
19
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
18
|
+
oauth_nonce="oY1%2BqJfSLYNrOFZGqDXwbd93iQO3WhMM1R1TW8%2F12qo%3D", oauth_signature="<FLICKR_SECRET>%26",
|
19
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093986", oauth_token="",
|
20
20
|
oauth_version="1.0"
|
21
21
|
Content-Type:
|
22
22
|
- application/x-www-form-urlencoded
|
@@ -26,7 +26,7 @@ http_interactions:
|
|
26
26
|
message: OK
|
27
27
|
headers:
|
28
28
|
Date:
|
29
|
-
-
|
29
|
+
- Wed, 11 Mar 2015 17:13:07 GMT
|
30
30
|
Content-Type:
|
31
31
|
- application/json
|
32
32
|
Content-Length:
|
@@ -38,14 +38,14 @@ http_interactions:
|
|
38
38
|
Cache-Control:
|
39
39
|
- private
|
40
40
|
X-Served-By:
|
41
|
-
-
|
41
|
+
- www244.flickr.bf1.yahoo.com
|
42
42
|
Vary:
|
43
43
|
- Accept-Encoding
|
44
44
|
Age:
|
45
|
-
- '
|
45
|
+
- '1'
|
46
46
|
Via:
|
47
|
-
- http/1.1
|
48
|
-
http/1.1
|
47
|
+
- http/1.1 fts112.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
48
|
+
http/1.1 r07.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
49
49
|
Server:
|
50
50
|
- ATS
|
51
51
|
Connection:
|
@@ -60,7 +60,7 @@ http_interactions:
|
|
60
60
|
pots","isprimary":"0","ispublic":1,"isfriend":0,"isfamily":0}],"page":1,"per_page":500,"perpage":500,"pages":1,"total":"8","title":"Garden
|
61
61
|
2015"},"stat":"ok"}'
|
62
62
|
http_version:
|
63
|
-
recorded_at:
|
63
|
+
recorded_at: Wed, 11 Mar 2015 17:13:07 GMT
|
64
64
|
- request:
|
65
65
|
method: post
|
66
66
|
uri: https://api.flickr.com/services/rest/
|
@@ -76,8 +76,8 @@ http_interactions:
|
|
76
76
|
- FlickRaw/0.9.8
|
77
77
|
Authorization:
|
78
78
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
79
|
-
oauth_nonce="
|
80
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
79
|
+
oauth_nonce="HWVuQMitFCuzM136M6IeMX2wepnvIrt1gyx7DKKQS5g%3D", oauth_signature="<FLICKR_SECRET>%26",
|
80
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093987", oauth_token="",
|
81
81
|
oauth_version="1.0"
|
82
82
|
Content-Type:
|
83
83
|
- application/x-www-form-urlencoded
|
@@ -87,7 +87,7 @@ http_interactions:
|
|
87
87
|
message: OK
|
88
88
|
headers:
|
89
89
|
Date:
|
90
|
-
-
|
90
|
+
- Wed, 11 Mar 2015 17:13:07 GMT
|
91
91
|
Content-Type:
|
92
92
|
- application/json
|
93
93
|
Content-Length:
|
@@ -99,14 +99,14 @@ http_interactions:
|
|
99
99
|
Cache-Control:
|
100
100
|
- private
|
101
101
|
X-Served-By:
|
102
|
-
-
|
102
|
+
- www17.flickr.bf1.yahoo.com
|
103
103
|
Vary:
|
104
104
|
- Accept-Encoding
|
105
105
|
Age:
|
106
106
|
- '0'
|
107
107
|
Via:
|
108
|
-
- http/1.1
|
109
|
-
http/1.1
|
108
|
+
- http/1.1 fts123.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
109
|
+
http/1.1 r08.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
110
110
|
Server:
|
111
111
|
- ATS
|
112
112
|
Connection:
|
@@ -117,7 +117,7 @@ http_interactions:
|
|
117
117
|
planting of the year"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1420982656","taken":"2015-01-11
|
118
118
|
14:22:47","takengranularity":"0","takenunknown":"0","lastupdate":"1420982715"},"views":"166","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16252009191\/"}]},"media":"photo"},"stat":"ok"}'
|
119
119
|
http_version:
|
120
|
-
recorded_at:
|
120
|
+
recorded_at: Wed, 11 Mar 2015 17:13:07 GMT
|
121
121
|
- request:
|
122
122
|
method: post
|
123
123
|
uri: https://api.flickr.com/services/rest/
|
@@ -133,8 +133,8 @@ http_interactions:
|
|
133
133
|
- FlickRaw/0.9.8
|
134
134
|
Authorization:
|
135
135
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
136
|
-
oauth_nonce="
|
137
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
136
|
+
oauth_nonce="83L6%2FnnUDh9tU9jvqnB9Tm8YKhcC3QOjBKfgjyDooM4%3D", oauth_signature="<FLICKR_SECRET>%26",
|
137
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093987", oauth_token="",
|
138
138
|
oauth_version="1.0"
|
139
139
|
Content-Type:
|
140
140
|
- application/x-www-form-urlencoded
|
@@ -144,7 +144,7 @@ http_interactions:
|
|
144
144
|
message: OK
|
145
145
|
headers:
|
146
146
|
Date:
|
147
|
-
-
|
147
|
+
- Wed, 11 Mar 2015 17:13:07 GMT
|
148
148
|
Content-Type:
|
149
149
|
- application/json
|
150
150
|
Content-Length:
|
@@ -156,14 +156,14 @@ http_interactions:
|
|
156
156
|
Cache-Control:
|
157
157
|
- private
|
158
158
|
X-Served-By:
|
159
|
-
-
|
159
|
+
- www289.flickr.bf1.yahoo.com
|
160
160
|
Vary:
|
161
161
|
- Accept-Encoding
|
162
162
|
Age:
|
163
163
|
- '0'
|
164
164
|
Via:
|
165
|
-
- http/1.1
|
166
|
-
http/1.1
|
165
|
+
- http/1.1 fts123.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
166
|
+
http/1.1 r20.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
167
167
|
Server:
|
168
168
|
- ATS
|
169
169
|
Connection:
|
@@ -173,7 +173,7 @@ http_interactions:
|
|
173
173
|
string: '{"photo":{"id":"16308144622","secret":"4822b81b0e","server":"7480","farm":8,"dateuploaded":"1421591962","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"fafedaf4a8","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Seedlings"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1421591962","taken":"2015-01-18
|
174
174
|
15:31:34","takengranularity":"0","takenunknown":"0","lastupdate":"1421592677"},"views":"175","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16308144622\/"}]},"media":"photo"},"stat":"ok"}'
|
175
175
|
http_version:
|
176
|
-
recorded_at:
|
176
|
+
recorded_at: Wed, 11 Mar 2015 17:13:07 GMT
|
177
177
|
- request:
|
178
178
|
method: post
|
179
179
|
uri: https://api.flickr.com/services/rest/
|
@@ -189,8 +189,8 @@ http_interactions:
|
|
189
189
|
- FlickRaw/0.9.8
|
190
190
|
Authorization:
|
191
191
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
192
|
-
oauth_nonce="
|
193
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
192
|
+
oauth_nonce="eBOFdV7U0juq3cMhKbKxMYrcWRYe7TpkHmM7KTJXDUY%3D", oauth_signature="<FLICKR_SECRET>%26",
|
193
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093987", oauth_token="",
|
194
194
|
oauth_version="1.0"
|
195
195
|
Content-Type:
|
196
196
|
- application/x-www-form-urlencoded
|
@@ -200,7 +200,7 @@ http_interactions:
|
|
200
200
|
message: OK
|
201
201
|
headers:
|
202
202
|
Date:
|
203
|
-
-
|
203
|
+
- Wed, 11 Mar 2015 17:13:08 GMT
|
204
204
|
Content-Type:
|
205
205
|
- application/json
|
206
206
|
Content-Length:
|
@@ -212,14 +212,14 @@ http_interactions:
|
|
212
212
|
Cache-Control:
|
213
213
|
- private
|
214
214
|
X-Served-By:
|
215
|
-
-
|
215
|
+
- www334.flickr.bf1.yahoo.com
|
216
216
|
Vary:
|
217
217
|
- Accept-Encoding
|
218
218
|
Age:
|
219
219
|
- '0'
|
220
220
|
Via:
|
221
|
-
- http/1.1
|
222
|
-
http/1.1
|
221
|
+
- http/1.1 fts104.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
222
|
+
http/1.1 r10.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
223
223
|
Server:
|
224
224
|
- ATS
|
225
225
|
Connection:
|
@@ -230,7 +230,7 @@ http_interactions:
|
|
230
230
|
farm"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1422476532","taken":"2015-01-28
|
231
231
|
21:19:32","takengranularity":"0","takenunknown":"0","lastupdate":"1422476584"},"views":"103","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16202827068\/"}]},"media":"photo"},"stat":"ok"}'
|
232
232
|
http_version:
|
233
|
-
recorded_at:
|
233
|
+
recorded_at: Wed, 11 Mar 2015 17:13:08 GMT
|
234
234
|
- request:
|
235
235
|
method: post
|
236
236
|
uri: https://api.flickr.com/services/rest/
|
@@ -246,8 +246,8 @@ http_interactions:
|
|
246
246
|
- FlickRaw/0.9.8
|
247
247
|
Authorization:
|
248
248
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
249
|
-
oauth_nonce="
|
250
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
249
|
+
oauth_nonce="b9W9Kb%2Fe%2FqF2kCaz9pnRKVvsAksPIo5Kuw6%2BqryuSyk%3D", oauth_signature="<FLICKR_SECRET>%26",
|
250
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093988", oauth_token="",
|
251
251
|
oauth_version="1.0"
|
252
252
|
Content-Type:
|
253
253
|
- application/x-www-form-urlencoded
|
@@ -257,7 +257,7 @@ http_interactions:
|
|
257
257
|
message: OK
|
258
258
|
headers:
|
259
259
|
Date:
|
260
|
-
-
|
260
|
+
- Wed, 11 Mar 2015 17:13:08 GMT
|
261
261
|
Content-Type:
|
262
262
|
- application/json
|
263
263
|
Content-Length:
|
@@ -269,14 +269,14 @@ http_interactions:
|
|
269
269
|
Cache-Control:
|
270
270
|
- private
|
271
271
|
X-Served-By:
|
272
|
-
-
|
272
|
+
- bm-www930.flickr.bf1.yahoo.com
|
273
273
|
Vary:
|
274
274
|
- Accept-Encoding
|
275
275
|
Age:
|
276
276
|
- '0'
|
277
277
|
Via:
|
278
|
-
- http/1.1
|
279
|
-
http/1.1
|
278
|
+
- http/1.1 fts103.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
279
|
+
http/1.1 r22.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
280
280
|
Server:
|
281
281
|
- ATS
|
282
282
|
Connection:
|
@@ -286,7 +286,7 @@ http_interactions:
|
|
286
286
|
string: '{"photo":{"id":"16388723891","secret":"10a4a8e745","server":"7382","farm":8,"dateuploaded":"1422476602","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"203886b5a3","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Cucamelon"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1422476602","taken":"2015-01-28
|
287
287
|
21:19:45","takengranularity":"0","takenunknown":"0","lastupdate":"1422477672"},"views":"116","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16388723891\/"}]},"media":"photo"},"stat":"ok"}'
|
288
288
|
http_version:
|
289
|
-
recorded_at:
|
289
|
+
recorded_at: Wed, 11 Mar 2015 17:13:08 GMT
|
290
290
|
- request:
|
291
291
|
method: post
|
292
292
|
uri: https://api.flickr.com/services/rest/
|
@@ -302,8 +302,8 @@ http_interactions:
|
|
302
302
|
- FlickRaw/0.9.8
|
303
303
|
Authorization:
|
304
304
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
305
|
-
oauth_nonce="
|
306
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
305
|
+
oauth_nonce="7fTuymlltjmNVk1dQSREKoyMp%2BWFTfs0tmaxEfd3WiQ%3D", oauth_signature="<FLICKR_SECRET>%26",
|
306
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093988", oauth_token="",
|
307
307
|
oauth_version="1.0"
|
308
308
|
Content-Type:
|
309
309
|
- application/x-www-form-urlencoded
|
@@ -313,7 +313,7 @@ http_interactions:
|
|
313
313
|
message: OK
|
314
314
|
headers:
|
315
315
|
Date:
|
316
|
-
-
|
316
|
+
- Wed, 11 Mar 2015 17:13:09 GMT
|
317
317
|
Content-Type:
|
318
318
|
- application/json
|
319
319
|
Content-Length:
|
@@ -325,14 +325,14 @@ http_interactions:
|
|
325
325
|
Cache-Control:
|
326
326
|
- private
|
327
327
|
X-Served-By:
|
328
|
-
-
|
328
|
+
- www298.flickr.bf1.yahoo.com
|
329
329
|
Vary:
|
330
330
|
- Accept-Encoding
|
331
331
|
Age:
|
332
332
|
- '2'
|
333
333
|
Via:
|
334
|
-
- http/1.1
|
335
|
-
http/1.1
|
334
|
+
- http/1.1 fts105.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
335
|
+
http/1.1 r03.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
336
336
|
Server:
|
337
337
|
- ATS
|
338
338
|
Connection:
|
@@ -343,7 +343,7 @@ http_interactions:
|
|
343
343
|
kit"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1423599466","taken":"2015-02-10
|
344
344
|
21:14:58","takengranularity":"0","takenunknown":"0","lastupdate":"1423601463"},"views":"75","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16308619689\/"}]},"media":"photo"},"stat":"ok"}'
|
345
345
|
http_version:
|
346
|
-
recorded_at:
|
346
|
+
recorded_at: Wed, 11 Mar 2015 17:13:09 GMT
|
347
347
|
- request:
|
348
348
|
method: post
|
349
349
|
uri: https://api.flickr.com/services/rest/
|
@@ -359,8 +359,8 @@ http_interactions:
|
|
359
359
|
- FlickRaw/0.9.8
|
360
360
|
Authorization:
|
361
361
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
362
|
-
oauth_nonce="
|
363
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
362
|
+
oauth_nonce="btk1fSOAgvZru8QqXP0g3hj6KA%2FIn4FDDu7EftdqwPs%3D", oauth_signature="<FLICKR_SECRET>%26",
|
363
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093989", oauth_token="",
|
364
364
|
oauth_version="1.0"
|
365
365
|
Content-Type:
|
366
366
|
- application/x-www-form-urlencoded
|
@@ -370,7 +370,7 @@ http_interactions:
|
|
370
370
|
message: OK
|
371
371
|
headers:
|
372
372
|
Date:
|
373
|
-
-
|
373
|
+
- Wed, 11 Mar 2015 17:13:09 GMT
|
374
374
|
Content-Type:
|
375
375
|
- application/json
|
376
376
|
Content-Length:
|
@@ -382,14 +382,14 @@ http_interactions:
|
|
382
382
|
Cache-Control:
|
383
383
|
- private
|
384
384
|
X-Served-By:
|
385
|
-
-
|
385
|
+
- www295.flickr.bf1.yahoo.com
|
386
386
|
Vary:
|
387
387
|
- Accept-Encoding
|
388
388
|
Age:
|
389
389
|
- '0'
|
390
390
|
Via:
|
391
|
-
- http/1.1
|
392
|
-
http/1.1
|
391
|
+
- http/1.1 fts106.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
392
|
+
http/1.1 r12.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
393
393
|
Server:
|
394
394
|
- ATS
|
395
395
|
Connection:
|
@@ -400,7 +400,7 @@ http_interactions:
|
|
400
400
|
seedling"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1424124245","taken":"2015-02-16
|
401
401
|
23:03:06","takengranularity":"0","takenunknown":"0","lastupdate":"1424125294"},"views":"55","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16367228619\/"}]},"media":"photo"},"stat":"ok"}'
|
402
402
|
http_version:
|
403
|
-
recorded_at:
|
403
|
+
recorded_at: Wed, 11 Mar 2015 17:13:09 GMT
|
404
404
|
- request:
|
405
405
|
method: post
|
406
406
|
uri: https://api.flickr.com/services/rest/
|
@@ -416,8 +416,8 @@ http_interactions:
|
|
416
416
|
- FlickRaw/0.9.8
|
417
417
|
Authorization:
|
418
418
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
419
|
-
oauth_nonce="
|
420
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
419
|
+
oauth_nonce="aPZdjFQjiIWhPBoku2pOs%2F2VNvUahY72ed7GBEUjZQE%3D", oauth_signature="<FLICKR_SECRET>%26",
|
420
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093989", oauth_token="",
|
421
421
|
oauth_version="1.0"
|
422
422
|
Content-Type:
|
423
423
|
- application/x-www-form-urlencoded
|
@@ -427,7 +427,7 @@ http_interactions:
|
|
427
427
|
message: OK
|
428
428
|
headers:
|
429
429
|
Date:
|
430
|
-
-
|
430
|
+
- Wed, 11 Mar 2015 17:13:09 GMT
|
431
431
|
Content-Type:
|
432
432
|
- application/json
|
433
433
|
Content-Length:
|
@@ -439,14 +439,14 @@ http_interactions:
|
|
439
439
|
Cache-Control:
|
440
440
|
- private
|
441
441
|
X-Served-By:
|
442
|
-
-
|
442
|
+
- www52.flickr.bf1.yahoo.com
|
443
443
|
Vary:
|
444
444
|
- Accept-Encoding
|
445
445
|
Age:
|
446
446
|
- '0'
|
447
447
|
Via:
|
448
|
-
- http/1.1
|
449
|
-
http/1.1
|
448
|
+
- http/1.1 fts105.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
449
|
+
http/1.1 r15.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
450
450
|
Server:
|
451
451
|
- ATS
|
452
452
|
Connection:
|
@@ -454,9 +454,9 @@ http_interactions:
|
|
454
454
|
body:
|
455
455
|
encoding: ASCII-8BIT
|
456
456
|
string: '{"photo":{"id":"16752302412","secret":"d80b27c8dc","server":"8707","farm":9,"dateuploaded":"1425824636","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"b2e8dd6c5c","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Growhouse"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1425824636","taken":"2015-03-08
|
457
|
-
15:19:53","takengranularity":"0","takenunknown":"0","lastupdate":"1425825014"},"views":"
|
457
|
+
15:19:53","takengranularity":"0","takenunknown":"0","lastupdate":"1425825014"},"views":"33","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16752302412\/"}]},"media":"photo"},"stat":"ok"}'
|
458
458
|
http_version:
|
459
|
-
recorded_at:
|
459
|
+
recorded_at: Wed, 11 Mar 2015 17:13:09 GMT
|
460
460
|
- request:
|
461
461
|
method: post
|
462
462
|
uri: https://api.flickr.com/services/rest/
|
@@ -472,8 +472,8 @@ http_interactions:
|
|
472
472
|
- FlickRaw/0.9.8
|
473
473
|
Authorization:
|
474
474
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
475
|
-
oauth_nonce="
|
476
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
475
|
+
oauth_nonce="Suup3Z4qJljCe0hBnOH76t%2FnAyjBtie66rVYIC4Gvho%3D", oauth_signature="<FLICKR_SECRET>%26",
|
476
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093989", oauth_token="",
|
477
477
|
oauth_version="1.0"
|
478
478
|
Content-Type:
|
479
479
|
- application/x-www-form-urlencoded
|
@@ -483,7 +483,7 @@ http_interactions:
|
|
483
483
|
message: OK
|
484
484
|
headers:
|
485
485
|
Date:
|
486
|
-
-
|
486
|
+
- Wed, 11 Mar 2015 17:13:10 GMT
|
487
487
|
Content-Type:
|
488
488
|
- application/json
|
489
489
|
Content-Length:
|
@@ -495,14 +495,14 @@ http_interactions:
|
|
495
495
|
Cache-Control:
|
496
496
|
- private
|
497
497
|
X-Served-By:
|
498
|
-
-
|
498
|
+
- www266.flickr.bf1.yahoo.com
|
499
499
|
Vary:
|
500
500
|
- Accept-Encoding
|
501
501
|
Age:
|
502
|
-
- '
|
502
|
+
- '2'
|
503
503
|
Via:
|
504
|
-
- http/1.1
|
505
|
-
http/1.1
|
504
|
+
- http/1.1 fts117.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
505
|
+
http/1.1 r12.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
506
506
|
Server:
|
507
507
|
- ATS
|
508
508
|
Connection:
|
@@ -512,9 +512,9 @@ http_interactions:
|
|
512
512
|
string: '{"photo":{"id":"16752239531","secret":"2bcaa35495","server":"7651","farm":8,"dateuploaded":"1425824917","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"6f79696344","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Patio
|
513
513
|
pots"},"description":{"_content":"Chives, tarragon, sage, thyme, rosemary,
|
514
514
|
spinachy things, chocolate mint, potato bags\n"},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1425824917","taken":"2015-03-08
|
515
|
-
15:20:22","takengranularity":"0","takenunknown":"0","lastupdate":"1425825005"},"views":"
|
515
|
+
15:20:22","takengranularity":"0","takenunknown":"0","lastupdate":"1425825005"},"views":"32","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16752239531\/"}]},"media":"photo"},"stat":"ok"}'
|
516
516
|
http_version:
|
517
|
-
recorded_at:
|
517
|
+
recorded_at: Wed, 11 Mar 2015 17:13:10 GMT
|
518
518
|
- request:
|
519
519
|
method: post
|
520
520
|
uri: https://api.flickr.com/services/rest/
|
@@ -530,8 +530,8 @@ http_interactions:
|
|
530
530
|
- FlickRaw/0.9.8
|
531
531
|
Authorization:
|
532
532
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
533
|
-
oauth_nonce="
|
534
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
533
|
+
oauth_nonce="dc13b3XoliZ8yxvjzOcOPVUqx9wvHX5qi4BeYgN%2B5dQ%3D", oauth_signature="<FLICKR_SECRET>%26",
|
534
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093990", oauth_token="",
|
535
535
|
oauth_version="1.0"
|
536
536
|
Content-Type:
|
537
537
|
- application/x-www-form-urlencoded
|
@@ -541,7 +541,7 @@ http_interactions:
|
|
541
541
|
message: OK
|
542
542
|
headers:
|
543
543
|
Date:
|
544
|
-
-
|
544
|
+
- Wed, 11 Mar 2015 17:13:11 GMT
|
545
545
|
Content-Type:
|
546
546
|
- application/json
|
547
547
|
Content-Length:
|
@@ -553,14 +553,14 @@ http_interactions:
|
|
553
553
|
Cache-Control:
|
554
554
|
- private
|
555
555
|
X-Served-By:
|
556
|
-
-
|
556
|
+
- www315.flickr.bf1.yahoo.com
|
557
557
|
Vary:
|
558
558
|
- Accept-Encoding
|
559
559
|
Age:
|
560
|
-
- '
|
560
|
+
- '2'
|
561
561
|
Via:
|
562
|
-
- http/1.1
|
563
|
-
http/1.1
|
562
|
+
- http/1.1 fts106.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
563
|
+
http/1.1 r11.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
564
564
|
Server:
|
565
565
|
- ATS
|
566
566
|
Connection:
|
@@ -571,7 +571,7 @@ http_interactions:
|
|
571
571
|
planting of the year"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1420982656","taken":"2015-01-11
|
572
572
|
14:22:47","takengranularity":"0","takenunknown":"0","lastupdate":"1420982715"},"views":"166","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16252009191\/"}]},"media":"photo"},"stat":"ok"}'
|
573
573
|
http_version:
|
574
|
-
recorded_at:
|
574
|
+
recorded_at: Wed, 11 Mar 2015 17:13:11 GMT
|
575
575
|
- request:
|
576
576
|
method: post
|
577
577
|
uri: https://api.flickr.com/services/rest/
|
@@ -587,8 +587,8 @@ http_interactions:
|
|
587
587
|
- FlickRaw/0.9.8
|
588
588
|
Authorization:
|
589
589
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
590
|
-
oauth_nonce="
|
591
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
590
|
+
oauth_nonce="HJBhlDKKhS1qqXawyE%2FoW%2BlFlK5sMj5zqul6Pq%2FMcec%3D", oauth_signature="<FLICKR_SECRET>%26",
|
591
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093991", oauth_token="",
|
592
592
|
oauth_version="1.0"
|
593
593
|
Content-Type:
|
594
594
|
- application/x-www-form-urlencoded
|
@@ -598,7 +598,7 @@ http_interactions:
|
|
598
598
|
message: OK
|
599
599
|
headers:
|
600
600
|
Date:
|
601
|
-
-
|
601
|
+
- Wed, 11 Mar 2015 17:13:11 GMT
|
602
602
|
Content-Type:
|
603
603
|
- application/json
|
604
604
|
Content-Length:
|
@@ -610,14 +610,14 @@ http_interactions:
|
|
610
610
|
Cache-Control:
|
611
611
|
- private
|
612
612
|
X-Served-By:
|
613
|
-
-
|
613
|
+
- www10.flickr.bf1.yahoo.com
|
614
614
|
Vary:
|
615
615
|
- Accept-Encoding
|
616
616
|
Age:
|
617
617
|
- '0'
|
618
618
|
Via:
|
619
|
-
- http/1.1
|
620
|
-
http/1.1
|
619
|
+
- http/1.1 fts116.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
620
|
+
http/1.1 r07.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
621
621
|
Server:
|
622
622
|
- ATS
|
623
623
|
Connection:
|
@@ -634,7 +634,7 @@ http_interactions:
|
|
634
634
|
known copyright restrictions","url":"https:\/\/www.flickr.com\/commons\/usage\/"},{"id":"8","name":"United
|
635
635
|
States Government Work","url":"http:\/\/www.usa.gov\/copyright.shtml"}]},"stat":"ok"}'
|
636
636
|
http_version:
|
637
|
-
recorded_at:
|
637
|
+
recorded_at: Wed, 11 Mar 2015 17:13:11 GMT
|
638
638
|
- request:
|
639
639
|
method: post
|
640
640
|
uri: https://api.flickr.com/services/rest/
|
@@ -650,8 +650,8 @@ http_interactions:
|
|
650
650
|
- FlickRaw/0.9.8
|
651
651
|
Authorization:
|
652
652
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
653
|
-
oauth_nonce="
|
654
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
653
|
+
oauth_nonce="pPjRelRyGhYDtt1vQPTLmkUxzY0BXdY%2FUpiMhPO7M8U%3D", oauth_signature="<FLICKR_SECRET>%26",
|
654
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093991", oauth_token="",
|
655
655
|
oauth_version="1.0"
|
656
656
|
Content-Type:
|
657
657
|
- application/x-www-form-urlencoded
|
@@ -661,7 +661,7 @@ http_interactions:
|
|
661
661
|
message: OK
|
662
662
|
headers:
|
663
663
|
Date:
|
664
|
-
-
|
664
|
+
- Wed, 11 Mar 2015 17:13:11 GMT
|
665
665
|
Content-Type:
|
666
666
|
- application/json
|
667
667
|
Content-Length:
|
@@ -673,14 +673,14 @@ http_interactions:
|
|
673
673
|
Cache-Control:
|
674
674
|
- private
|
675
675
|
X-Served-By:
|
676
|
-
-
|
676
|
+
- www259.flickr.bf1.yahoo.com
|
677
677
|
Vary:
|
678
678
|
- Accept-Encoding
|
679
679
|
Age:
|
680
|
-
- '
|
680
|
+
- '0'
|
681
681
|
Via:
|
682
|
-
- http/1.1
|
683
|
-
http/1.1
|
682
|
+
- http/1.1 fts121.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
683
|
+
http/1.1 r01.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
684
684
|
Server:
|
685
685
|
- ATS
|
686
686
|
Connection:
|
@@ -690,7 +690,7 @@ http_interactions:
|
|
690
690
|
string: '{"photo":{"id":"16308144622","secret":"4822b81b0e","server":"7480","farm":8,"dateuploaded":"1421591962","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"fafedaf4a8","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Seedlings"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1421591962","taken":"2015-01-18
|
691
691
|
15:31:34","takengranularity":"0","takenunknown":"0","lastupdate":"1421592677"},"views":"175","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16308144622\/"}]},"media":"photo"},"stat":"ok"}'
|
692
692
|
http_version:
|
693
|
-
recorded_at:
|
693
|
+
recorded_at: Wed, 11 Mar 2015 17:13:11 GMT
|
694
694
|
- request:
|
695
695
|
method: post
|
696
696
|
uri: https://api.flickr.com/services/rest/
|
@@ -706,8 +706,8 @@ http_interactions:
|
|
706
706
|
- FlickRaw/0.9.8
|
707
707
|
Authorization:
|
708
708
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
709
|
-
oauth_nonce="
|
710
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
709
|
+
oauth_nonce="RIHfj%2FIbgdV9wZ4kDatTznGZ9hlUFiZ9%2Ba7FhF33ixM%3D", oauth_signature="<FLICKR_SECRET>%26",
|
710
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093991", oauth_token="",
|
711
711
|
oauth_version="1.0"
|
712
712
|
Content-Type:
|
713
713
|
- application/x-www-form-urlencoded
|
@@ -717,7 +717,7 @@ http_interactions:
|
|
717
717
|
message: OK
|
718
718
|
headers:
|
719
719
|
Date:
|
720
|
-
-
|
720
|
+
- Wed, 11 Mar 2015 17:13:12 GMT
|
721
721
|
Content-Type:
|
722
722
|
- application/json
|
723
723
|
Content-Length:
|
@@ -729,14 +729,14 @@ http_interactions:
|
|
729
729
|
Cache-Control:
|
730
730
|
- private
|
731
731
|
X-Served-By:
|
732
|
-
-
|
732
|
+
- www261.flickr.bf1.yahoo.com
|
733
733
|
Vary:
|
734
734
|
- Accept-Encoding
|
735
735
|
Age:
|
736
|
-
- '
|
736
|
+
- '1'
|
737
737
|
Via:
|
738
|
-
- http/1.1
|
739
|
-
http/1.1
|
738
|
+
- http/1.1 fts120.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
739
|
+
http/1.1 r14.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
740
740
|
Server:
|
741
741
|
- ATS
|
742
742
|
Connection:
|
@@ -747,7 +747,7 @@ http_interactions:
|
|
747
747
|
farm"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1422476532","taken":"2015-01-28
|
748
748
|
21:19:32","takengranularity":"0","takenunknown":"0","lastupdate":"1422476584"},"views":"103","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16202827068\/"}]},"media":"photo"},"stat":"ok"}'
|
749
749
|
http_version:
|
750
|
-
recorded_at:
|
750
|
+
recorded_at: Wed, 11 Mar 2015 17:13:12 GMT
|
751
751
|
- request:
|
752
752
|
method: post
|
753
753
|
uri: https://api.flickr.com/services/rest/
|
@@ -763,8 +763,8 @@ http_interactions:
|
|
763
763
|
- FlickRaw/0.9.8
|
764
764
|
Authorization:
|
765
765
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
766
|
-
oauth_nonce="
|
767
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
766
|
+
oauth_nonce="kj0ouiUSpUJbZvh0PNEFc0VFFhCyx6vj1dnScnCBIoE%3D", oauth_signature="<FLICKR_SECRET>%26",
|
767
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093992", oauth_token="",
|
768
768
|
oauth_version="1.0"
|
769
769
|
Content-Type:
|
770
770
|
- application/x-www-form-urlencoded
|
@@ -774,7 +774,7 @@ http_interactions:
|
|
774
774
|
message: OK
|
775
775
|
headers:
|
776
776
|
Date:
|
777
|
-
-
|
777
|
+
- Wed, 11 Mar 2015 17:13:12 GMT
|
778
778
|
Content-Type:
|
779
779
|
- application/json
|
780
780
|
Content-Length:
|
@@ -786,14 +786,14 @@ http_interactions:
|
|
786
786
|
Cache-Control:
|
787
787
|
- private
|
788
788
|
X-Served-By:
|
789
|
-
-
|
789
|
+
- www281.flickr.bf1.yahoo.com
|
790
790
|
Vary:
|
791
791
|
- Accept-Encoding
|
792
792
|
Age:
|
793
793
|
- '0'
|
794
794
|
Via:
|
795
|
-
- http/1.1
|
796
|
-
http/1.1
|
795
|
+
- http/1.1 fts106.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
796
|
+
http/1.1 r17.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
797
797
|
Server:
|
798
798
|
- ATS
|
799
799
|
Connection:
|
@@ -803,7 +803,7 @@ http_interactions:
|
|
803
803
|
string: '{"photo":{"id":"16388723891","secret":"10a4a8e745","server":"7382","farm":8,"dateuploaded":"1422476602","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"203886b5a3","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Cucamelon"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1422476602","taken":"2015-01-28
|
804
804
|
21:19:45","takengranularity":"0","takenunknown":"0","lastupdate":"1422477672"},"views":"116","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16388723891\/"}]},"media":"photo"},"stat":"ok"}'
|
805
805
|
http_version:
|
806
|
-
recorded_at:
|
806
|
+
recorded_at: Wed, 11 Mar 2015 17:13:12 GMT
|
807
807
|
- request:
|
808
808
|
method: post
|
809
809
|
uri: https://api.flickr.com/services/rest/
|
@@ -819,8 +819,8 @@ http_interactions:
|
|
819
819
|
- FlickRaw/0.9.8
|
820
820
|
Authorization:
|
821
821
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
822
|
-
oauth_nonce="
|
823
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
822
|
+
oauth_nonce="S5WemHpkY78VF0YSiTrD0SoCmgqV5jgsScVoclhc9j4%3D", oauth_signature="<FLICKR_SECRET>%26",
|
823
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093992", oauth_token="",
|
824
824
|
oauth_version="1.0"
|
825
825
|
Content-Type:
|
826
826
|
- application/x-www-form-urlencoded
|
@@ -830,7 +830,7 @@ http_interactions:
|
|
830
830
|
message: OK
|
831
831
|
headers:
|
832
832
|
Date:
|
833
|
-
-
|
833
|
+
- Wed, 11 Mar 2015 17:13:13 GMT
|
834
834
|
Content-Type:
|
835
835
|
- application/json
|
836
836
|
Content-Length:
|
@@ -842,14 +842,14 @@ http_interactions:
|
|
842
842
|
Cache-Control:
|
843
843
|
- private
|
844
844
|
X-Served-By:
|
845
|
-
-
|
845
|
+
- www16.flickr.bf1.yahoo.com
|
846
846
|
Vary:
|
847
847
|
- Accept-Encoding
|
848
848
|
Age:
|
849
|
-
- '
|
849
|
+
- '0'
|
850
850
|
Via:
|
851
|
-
- http/1.1
|
852
|
-
http/1.1
|
851
|
+
- http/1.1 fts122.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
852
|
+
http/1.1 r21.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
853
853
|
Server:
|
854
854
|
- ATS
|
855
855
|
Connection:
|
@@ -860,7 +860,7 @@ http_interactions:
|
|
860
860
|
kit"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1423599466","taken":"2015-02-10
|
861
861
|
21:14:58","takengranularity":"0","takenunknown":"0","lastupdate":"1423601463"},"views":"75","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16308619689\/"}]},"media":"photo"},"stat":"ok"}'
|
862
862
|
http_version:
|
863
|
-
recorded_at:
|
863
|
+
recorded_at: Wed, 11 Mar 2015 17:13:13 GMT
|
864
864
|
- request:
|
865
865
|
method: post
|
866
866
|
uri: https://api.flickr.com/services/rest/
|
@@ -876,8 +876,8 @@ http_interactions:
|
|
876
876
|
- FlickRaw/0.9.8
|
877
877
|
Authorization:
|
878
878
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
879
|
-
oauth_nonce="
|
880
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
879
|
+
oauth_nonce="afEZwrm86kuAok6r9eVeMkX9xqYgMifq7olLpGjFMjs%3D", oauth_signature="<FLICKR_SECRET>%26",
|
880
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093993", oauth_token="",
|
881
881
|
oauth_version="1.0"
|
882
882
|
Content-Type:
|
883
883
|
- application/x-www-form-urlencoded
|
@@ -887,7 +887,7 @@ http_interactions:
|
|
887
887
|
message: OK
|
888
888
|
headers:
|
889
889
|
Date:
|
890
|
-
-
|
890
|
+
- Wed, 11 Mar 2015 17:13:13 GMT
|
891
891
|
Content-Type:
|
892
892
|
- application/json
|
893
893
|
Content-Length:
|
@@ -899,14 +899,14 @@ http_interactions:
|
|
899
899
|
Cache-Control:
|
900
900
|
- private
|
901
901
|
X-Served-By:
|
902
|
-
-
|
902
|
+
- www25.flickr.bf1.yahoo.com
|
903
903
|
Vary:
|
904
904
|
- Accept-Encoding
|
905
905
|
Age:
|
906
906
|
- '0'
|
907
907
|
Via:
|
908
|
-
- http/1.1
|
909
|
-
http/1.1
|
908
|
+
- http/1.1 fts123.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
909
|
+
http/1.1 r06.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
910
910
|
Server:
|
911
911
|
- ATS
|
912
912
|
Connection:
|
@@ -917,7 +917,7 @@ http_interactions:
|
|
917
917
|
seedling"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1424124245","taken":"2015-02-16
|
918
918
|
23:03:06","takengranularity":"0","takenunknown":"0","lastupdate":"1424125294"},"views":"55","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16367228619\/"}]},"media":"photo"},"stat":"ok"}'
|
919
919
|
http_version:
|
920
|
-
recorded_at:
|
920
|
+
recorded_at: Wed, 11 Mar 2015 17:13:13 GMT
|
921
921
|
- request:
|
922
922
|
method: post
|
923
923
|
uri: https://api.flickr.com/services/rest/
|
@@ -933,8 +933,8 @@ http_interactions:
|
|
933
933
|
- FlickRaw/0.9.8
|
934
934
|
Authorization:
|
935
935
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
936
|
-
oauth_nonce="
|
937
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
936
|
+
oauth_nonce="cEzgamRNYJ63vox92aRCKuNmzSeez2xypZOdnMOfgUU%3D", oauth_signature="<FLICKR_SECRET>%26",
|
937
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093993", oauth_token="",
|
938
938
|
oauth_version="1.0"
|
939
939
|
Content-Type:
|
940
940
|
- application/x-www-form-urlencoded
|
@@ -944,7 +944,7 @@ http_interactions:
|
|
944
944
|
message: OK
|
945
945
|
headers:
|
946
946
|
Date:
|
947
|
-
-
|
947
|
+
- Wed, 11 Mar 2015 17:13:13 GMT
|
948
948
|
Content-Type:
|
949
949
|
- application/json
|
950
950
|
Content-Length:
|
@@ -956,14 +956,14 @@ http_interactions:
|
|
956
956
|
Cache-Control:
|
957
957
|
- private
|
958
958
|
X-Served-By:
|
959
|
-
-
|
959
|
+
- www45.flickr.bf1.yahoo.com
|
960
960
|
Vary:
|
961
961
|
- Accept-Encoding
|
962
962
|
Age:
|
963
963
|
- '0'
|
964
964
|
Via:
|
965
|
-
- http/1.1
|
966
|
-
http/1.1
|
965
|
+
- http/1.1 fts108.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
966
|
+
http/1.1 r10.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
967
967
|
Server:
|
968
968
|
- ATS
|
969
969
|
Connection:
|
@@ -971,9 +971,9 @@ http_interactions:
|
|
971
971
|
body:
|
972
972
|
encoding: ASCII-8BIT
|
973
973
|
string: '{"photo":{"id":"16752302412","secret":"d80b27c8dc","server":"8707","farm":9,"dateuploaded":"1425824636","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"b2e8dd6c5c","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Growhouse"},"description":{"_content":""},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1425824636","taken":"2015-03-08
|
974
|
-
15:19:53","takengranularity":"0","takenunknown":"0","lastupdate":"1425825014"},"views":"
|
974
|
+
15:19:53","takengranularity":"0","takenunknown":"0","lastupdate":"1425825014"},"views":"33","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16752302412\/"}]},"media":"photo"},"stat":"ok"}'
|
975
975
|
http_version:
|
976
|
-
recorded_at:
|
976
|
+
recorded_at: Wed, 11 Mar 2015 17:13:13 GMT
|
977
977
|
- request:
|
978
978
|
method: post
|
979
979
|
uri: https://api.flickr.com/services/rest/
|
@@ -989,8 +989,8 @@ http_interactions:
|
|
989
989
|
- FlickRaw/0.9.8
|
990
990
|
Authorization:
|
991
991
|
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="<FLICKR_API_KEY>",
|
992
|
-
oauth_nonce="
|
993
|
-
oauth_signature_method="PLAINTEXT", oauth_timestamp="
|
992
|
+
oauth_nonce="t8jRHtYi2lf%2BnvU3AHg0HIMCUyvd60Ti13ViJoNBho0%3D", oauth_signature="<FLICKR_SECRET>%26",
|
993
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1426093993", oauth_token="",
|
994
994
|
oauth_version="1.0"
|
995
995
|
Content-Type:
|
996
996
|
- application/x-www-form-urlencoded
|
@@ -1000,7 +1000,7 @@ http_interactions:
|
|
1000
1000
|
message: OK
|
1001
1001
|
headers:
|
1002
1002
|
Date:
|
1003
|
-
-
|
1003
|
+
- Wed, 11 Mar 2015 17:13:14 GMT
|
1004
1004
|
Content-Type:
|
1005
1005
|
- application/json
|
1006
1006
|
Content-Length:
|
@@ -1012,14 +1012,14 @@ http_interactions:
|
|
1012
1012
|
Cache-Control:
|
1013
1013
|
- private
|
1014
1014
|
X-Served-By:
|
1015
|
-
-
|
1015
|
+
- www7.flickr.bf1.yahoo.com
|
1016
1016
|
Vary:
|
1017
1017
|
- Accept-Encoding
|
1018
1018
|
Age:
|
1019
|
-
- '
|
1019
|
+
- '0'
|
1020
1020
|
Via:
|
1021
|
-
- http/1.1
|
1022
|
-
http/1.1
|
1021
|
+
- http/1.1 fts124.flickr.bf1.yahoo.com (ApacheTrafficServer/4.0.2 [cMsSf ]),
|
1022
|
+
http/1.1 r07.ycpi.dea.yahoo.net (ApacheTrafficServer [cMsSf ])
|
1023
1023
|
Server:
|
1024
1024
|
- ATS
|
1025
1025
|
Connection:
|
@@ -1029,7 +1029,7 @@ http_interactions:
|
|
1029
1029
|
string: '{"photo":{"id":"16752239531","secret":"2bcaa35495","server":"7651","farm":8,"dateuploaded":"1425824917","isfavorite":0,"license":"1","safety_level":"0","rotation":0,"originalsecret":"6f79696344","originalformat":"jpg","owner":{"nsid":"73135567@N00","username":"pikesley","realname":"Sam","location":"London","iconserver":"5072","iconfarm":6,"path_alias":"pikesley"},"title":{"_content":"Patio
|
1030
1030
|
pots"},"description":{"_content":"Chives, tarragon, sage, thyme, rosemary,
|
1031
1031
|
spinachy things, chocolate mint, potato bags\n"},"visibility":{"ispublic":1,"isfriend":0,"isfamily":0},"dates":{"posted":"1425824917","taken":"2015-03-08
|
1032
|
-
15:20:22","takengranularity":"0","takenunknown":"0","lastupdate":"1425825005"},"views":"
|
1032
|
+
15:20:22","takengranularity":"0","takenunknown":"0","lastupdate":"1425825005"},"views":"32","editability":{"cancomment":0,"canaddmeta":0},"publiceditability":{"cancomment":1,"canaddmeta":0},"usage":{"candownload":1,"canblog":0,"canprint":0,"canshare":1},"comments":{"_content":"0"},"notes":{"note":[]},"people":{"haspeople":0},"tags":{"tag":[]},"urls":{"url":[{"type":"photopage","_content":"https:\/\/www.flickr.com\/photos\/pikesley\/16752239531\/"}]},"media":"photo"},"stat":"ok"}'
|
1033
1033
|
http_version:
|
1034
|
-
recorded_at:
|
1034
|
+
recorded_at: Wed, 11 Mar 2015 17:13:14 GMT
|
1035
1035
|
recorded_with: VCR 2.9.3
|