etfc 1.0.0
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 +7 -0
- data/.gitignore +10 -0
- data/.rspec +2 -0
- data/.rubocop.yml +7 -0
- data/.travis.yml +5 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +98 -0
- data/Rakefile +15 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/etfc.gemspec +36 -0
- data/exe/etfc +11 -0
- data/fixtures/images/1.jpg +0 -0
- data/fixtures/images/10.jpg +0 -0
- data/fixtures/images/2.jpg +0 -0
- data/fixtures/images/3.jpg +0 -0
- data/fixtures/images/4.jpg +0 -0
- data/fixtures/images/5.jpg +0 -0
- data/fixtures/images/6.jpg +0 -0
- data/fixtures/images/7.jpg +0 -0
- data/fixtures/images/8.jpg +0 -0
- data/fixtures/images/9.jpg +0 -0
- data/fixtures/vcr_cassettes/collage.yml +76395 -0
- data/fixtures/vcr_cassettes/download_blank_image.yml +83 -0
- data/fixtures/vcr_cassettes/flickr_search_match.yml +121 -0
- data/fixtures/vcr_cassettes/flickr_search_no_match.yml +62 -0
- data/fixtures/vcr_cassettes/ten_images.yml +1319 -0
- data/lib/etfc/cli.rb +32 -0
- data/lib/etfc/collage.rb +35 -0
- data/lib/etfc/dictionary.rb +59 -0
- data/lib/etfc/flickr.rb +38 -0
- data/lib/etfc/image.rb +45 -0
- data/lib/etfc/runner.rb +65 -0
- data/lib/etfc/version.rb +3 -0
- data/lib/etfc.rb +15 -0
- data/sample_collage.jpg +0 -0
- metadata +223 -0
@@ -0,0 +1,1319 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: https://api.flickr.com/services/rest/
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: sort=interestingness-desc&text=this&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
User-Agent:
|
15
|
+
- FlickRaw/0.9.9
|
16
|
+
Authorization:
|
17
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
18
|
+
oauth_nonce="eiMFnm5ugD1M4VFvOG0lU7ry7XlVuYVpK%2BNVm14E%2Fsk%3D", oauth_signature="API_SECRET%26",
|
19
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377095", oauth_token="",
|
20
|
+
oauth_version="1.0"
|
21
|
+
Content-Type:
|
22
|
+
- application/x-www-form-urlencoded
|
23
|
+
response:
|
24
|
+
status:
|
25
|
+
code: 200
|
26
|
+
message: OK
|
27
|
+
headers:
|
28
|
+
Date:
|
29
|
+
- Mon, 02 Jan 2017 17:11:37 GMT
|
30
|
+
Content-Type:
|
31
|
+
- application/json
|
32
|
+
Content-Length:
|
33
|
+
- '252'
|
34
|
+
P3p:
|
35
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
36
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
37
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
38
|
+
X-Content-Type-Options:
|
39
|
+
- nosniff
|
40
|
+
Cache-Control:
|
41
|
+
- private
|
42
|
+
X-Served-By:
|
43
|
+
- www-bm011.flickr.bf1.yahoo.com
|
44
|
+
X-Frame-Options:
|
45
|
+
- SAMEORIGIN
|
46
|
+
Vary:
|
47
|
+
- Accept-Encoding
|
48
|
+
Age:
|
49
|
+
- '2'
|
50
|
+
Via:
|
51
|
+
- http/1.1 fts106.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
52
|
+
r07.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
53
|
+
Server:
|
54
|
+
- ATS
|
55
|
+
Connection:
|
56
|
+
- keep-alive
|
57
|
+
body:
|
58
|
+
encoding: ASCII-8BIT
|
59
|
+
string: '{"photos":{"page":1,"pages":7100133,"perpage":1,"total":"7100133","photo":[{"id":"8199827344","owner":"35847517@N05","secret":"8c8c247635","server":"8486","farm":9,"title":"this
|
60
|
+
morning","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm9.staticflickr.com\/8486\/8199827344_8c8c247635_b.jpg","height_l":"819","width_l":"1024"}]},"stat":"ok"}'
|
61
|
+
http_version:
|
62
|
+
recorded_at: Mon, 02 Jan 2017 17:11:37 GMT
|
63
|
+
- request:
|
64
|
+
method: post
|
65
|
+
uri: https://api.flickr.com/services/rest/
|
66
|
+
body:
|
67
|
+
encoding: US-ASCII
|
68
|
+
string: sort=interestingness-desc&text=is&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
69
|
+
headers:
|
70
|
+
Accept-Encoding:
|
71
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
72
|
+
Accept:
|
73
|
+
- "*/*"
|
74
|
+
User-Agent:
|
75
|
+
- FlickRaw/0.9.9
|
76
|
+
Authorization:
|
77
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
78
|
+
oauth_nonce="X5EfFpo9bixyrMJbvC%2FPWKxb1yQ64N22jVCVF4DLGCg%3D", oauth_signature="API_SECRET%26",
|
79
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377097", oauth_token="",
|
80
|
+
oauth_version="1.0"
|
81
|
+
Content-Type:
|
82
|
+
- application/x-www-form-urlencoded
|
83
|
+
response:
|
84
|
+
status:
|
85
|
+
code: 200
|
86
|
+
message: OK
|
87
|
+
headers:
|
88
|
+
Date:
|
89
|
+
- Mon, 02 Jan 2017 17:11:39 GMT
|
90
|
+
Content-Type:
|
91
|
+
- application/json
|
92
|
+
Content-Length:
|
93
|
+
- '255'
|
94
|
+
P3p:
|
95
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
96
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
97
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
98
|
+
X-Content-Type-Options:
|
99
|
+
- nosniff
|
100
|
+
Cache-Control:
|
101
|
+
- private
|
102
|
+
X-Served-By:
|
103
|
+
- www44.flickr.bf1.yahoo.com
|
104
|
+
X-Frame-Options:
|
105
|
+
- SAMEORIGIN
|
106
|
+
Vary:
|
107
|
+
- Accept-Encoding
|
108
|
+
Age:
|
109
|
+
- '0'
|
110
|
+
Via:
|
111
|
+
- http/1.1 fts127.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
112
|
+
r16.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
113
|
+
Server:
|
114
|
+
- ATS
|
115
|
+
Connection:
|
116
|
+
- keep-alive
|
117
|
+
body:
|
118
|
+
encoding: ASCII-8BIT
|
119
|
+
string: '{"photos":{"page":1,"pages":6746823,"perpage":1,"total":"6746823","photo":[{"id":"8594020901","owner":"23687181@N02","secret":"a79e9c8b37","server":"8374","farm":9,"title":"Sun
|
120
|
+
is needed","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm9.staticflickr.com\/8374\/8594020901_a79e9c8b37_b.jpg","height_l":"773","width_l":"1024"}]},"stat":"ok"}'
|
121
|
+
http_version:
|
122
|
+
recorded_at: Mon, 02 Jan 2017 17:11:39 GMT
|
123
|
+
- request:
|
124
|
+
method: post
|
125
|
+
uri: https://api.flickr.com/services/rest/
|
126
|
+
body:
|
127
|
+
encoding: US-ASCII
|
128
|
+
string: sort=interestingness-desc&text=a&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
129
|
+
headers:
|
130
|
+
Accept-Encoding:
|
131
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
132
|
+
Accept:
|
133
|
+
- "*/*"
|
134
|
+
User-Agent:
|
135
|
+
- FlickRaw/0.9.9
|
136
|
+
Authorization:
|
137
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
138
|
+
oauth_nonce="nrnJ5xXpkpQK%2BO4Kx1wyxDVdwfVpnbtHaEvIlCJE360%3D", oauth_signature="API_SECRET%26",
|
139
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377099", oauth_token="",
|
140
|
+
oauth_version="1.0"
|
141
|
+
Content-Type:
|
142
|
+
- application/x-www-form-urlencoded
|
143
|
+
response:
|
144
|
+
status:
|
145
|
+
code: 200
|
146
|
+
message: OK
|
147
|
+
headers:
|
148
|
+
Date:
|
149
|
+
- Mon, 02 Jan 2017 17:11:41 GMT
|
150
|
+
Content-Type:
|
151
|
+
- application/json
|
152
|
+
Content-Length:
|
153
|
+
- '262'
|
154
|
+
P3p:
|
155
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
156
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
157
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
158
|
+
X-Content-Type-Options:
|
159
|
+
- nosniff
|
160
|
+
Cache-Control:
|
161
|
+
- private
|
162
|
+
X-Served-By:
|
163
|
+
- www-bm010.flickr.bf1.yahoo.com
|
164
|
+
X-Frame-Options:
|
165
|
+
- SAMEORIGIN
|
166
|
+
Vary:
|
167
|
+
- Accept-Encoding
|
168
|
+
Age:
|
169
|
+
- '0'
|
170
|
+
Via:
|
171
|
+
- http/1.1 fts115.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
172
|
+
r17.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
173
|
+
Server:
|
174
|
+
- ATS
|
175
|
+
Connection:
|
176
|
+
- keep-alive
|
177
|
+
body:
|
178
|
+
encoding: ASCII-8BIT
|
179
|
+
string: '{"photos":{"page":1,"pages":6414974,"perpage":1,"total":"6414974","photo":[{"id":"7057440523","owner":"65240438@N02","secret":"ea33fd60a7","server":"7215","farm":8,"title":"A
|
180
|
+
peaceful afternoon...","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm8.staticflickr.com\/7215\/7057440523_ea33fd60a7_b.jpg","height_l":"683","width_l":"1024"}]},"stat":"ok"}'
|
181
|
+
http_version:
|
182
|
+
recorded_at: Mon, 02 Jan 2017 17:11:41 GMT
|
183
|
+
- request:
|
184
|
+
method: post
|
185
|
+
uri: https://api.flickr.com/services/rest/
|
186
|
+
body:
|
187
|
+
encoding: US-ASCII
|
188
|
+
string: sort=interestingness-desc&text=list&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
189
|
+
headers:
|
190
|
+
Accept-Encoding:
|
191
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
192
|
+
Accept:
|
193
|
+
- "*/*"
|
194
|
+
User-Agent:
|
195
|
+
- FlickRaw/0.9.9
|
196
|
+
Authorization:
|
197
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
198
|
+
oauth_nonce="%2FjnwRxwhsxoYNwlbRa%2FAIDHN11lsHn17PS4ToyHLSYk%3D", oauth_signature="API_SECRET%26",
|
199
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377101", oauth_token="",
|
200
|
+
oauth_version="1.0"
|
201
|
+
Content-Type:
|
202
|
+
- application/x-www-form-urlencoded
|
203
|
+
response:
|
204
|
+
status:
|
205
|
+
code: 200
|
206
|
+
message: OK
|
207
|
+
headers:
|
208
|
+
Date:
|
209
|
+
- Mon, 02 Jan 2017 17:11:43 GMT
|
210
|
+
Content-Type:
|
211
|
+
- application/json
|
212
|
+
Content-Length:
|
213
|
+
- '260'
|
214
|
+
P3p:
|
215
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
216
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
217
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
218
|
+
X-Content-Type-Options:
|
219
|
+
- nosniff
|
220
|
+
Cache-Control:
|
221
|
+
- private
|
222
|
+
X-Served-By:
|
223
|
+
- www66.flickr.bf1.yahoo.com
|
224
|
+
X-Frame-Options:
|
225
|
+
- SAMEORIGIN
|
226
|
+
Vary:
|
227
|
+
- Accept-Encoding
|
228
|
+
Age:
|
229
|
+
- '2'
|
230
|
+
Via:
|
231
|
+
- http/1.1 fts102.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
232
|
+
r02.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
233
|
+
Server:
|
234
|
+
- ATS
|
235
|
+
Connection:
|
236
|
+
- keep-alive
|
237
|
+
body:
|
238
|
+
encoding: ASCII-8BIT
|
239
|
+
string: '{"photos":{"page":1,"pages":2562650,"perpage":1,"total":"2562650","photo":[{"id":"15037565989","owner":"77678303@N00","secret":"9a58a9cd6c","server":"5587","farm":6,"title":"Listing
|
240
|
+
to Portside","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm6.staticflickr.com\/5587\/15037565989_9a58a9cd6c_b.jpg","height_l":"685","width_l":"1024"}]},"stat":"ok"}'
|
241
|
+
http_version:
|
242
|
+
recorded_at: Mon, 02 Jan 2017 17:11:42 GMT
|
243
|
+
- request:
|
244
|
+
method: post
|
245
|
+
uri: https://api.flickr.com/services/rest/
|
246
|
+
body:
|
247
|
+
encoding: US-ASCII
|
248
|
+
string: sort=interestingness-desc&text=of&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
249
|
+
headers:
|
250
|
+
Accept-Encoding:
|
251
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
252
|
+
Accept:
|
253
|
+
- "*/*"
|
254
|
+
User-Agent:
|
255
|
+
- FlickRaw/0.9.9
|
256
|
+
Authorization:
|
257
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
258
|
+
oauth_nonce="B8R3Sy9glf36WTZq2j2hV10Obx%2F9OtUUnbLanfzCrpo%3D", oauth_signature="API_SECRET%26",
|
259
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377102", oauth_token="",
|
260
|
+
oauth_version="1.0"
|
261
|
+
Content-Type:
|
262
|
+
- application/x-www-form-urlencoded
|
263
|
+
response:
|
264
|
+
status:
|
265
|
+
code: 200
|
266
|
+
message: OK
|
267
|
+
headers:
|
268
|
+
Date:
|
269
|
+
- Mon, 02 Jan 2017 17:11:44 GMT
|
270
|
+
Content-Type:
|
271
|
+
- application/json
|
272
|
+
Content-Length:
|
273
|
+
- '258'
|
274
|
+
P3p:
|
275
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
276
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
277
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
278
|
+
X-Content-Type-Options:
|
279
|
+
- nosniff
|
280
|
+
Cache-Control:
|
281
|
+
- private
|
282
|
+
X-Served-By:
|
283
|
+
- www59.flickr.bf1.yahoo.com
|
284
|
+
X-Frame-Options:
|
285
|
+
- SAMEORIGIN
|
286
|
+
Vary:
|
287
|
+
- Accept-Encoding
|
288
|
+
Age:
|
289
|
+
- '0'
|
290
|
+
Via:
|
291
|
+
- http/1.1 fts108.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
292
|
+
r10.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
293
|
+
Server:
|
294
|
+
- ATS
|
295
|
+
Connection:
|
296
|
+
- keep-alive
|
297
|
+
body:
|
298
|
+
encoding: ASCII-8BIT
|
299
|
+
string: '{"photos":{"page":1,"pages":5398721,"perpage":1,"total":"5398721","photo":[{"id":"6259937473","owner":"54771108@N07","secret":"1924cbc19c","server":"6057","farm":7,"title":"Essence
|
300
|
+
of Autumn","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm7.staticflickr.com\/6057\/6259937473_1924cbc19c_b.jpg","height_l":"764","width_l":"1024"}]},"stat":"ok"}'
|
301
|
+
http_version:
|
302
|
+
recorded_at: Mon, 02 Jan 2017 17:11:44 GMT
|
303
|
+
- request:
|
304
|
+
method: post
|
305
|
+
uri: https://api.flickr.com/services/rest/
|
306
|
+
body:
|
307
|
+
encoding: US-ASCII
|
308
|
+
string: sort=interestingness-desc&text=too&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
309
|
+
headers:
|
310
|
+
Accept-Encoding:
|
311
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
312
|
+
Accept:
|
313
|
+
- "*/*"
|
314
|
+
User-Agent:
|
315
|
+
- FlickRaw/0.9.9
|
316
|
+
Authorization:
|
317
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
318
|
+
oauth_nonce="EJDiohGQE0iWd8psIw99sQOmYbxCmp7grrrqd1RogEE%3D", oauth_signature="API_SECRET%26",
|
319
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377104", oauth_token="",
|
320
|
+
oauth_version="1.0"
|
321
|
+
Content-Type:
|
322
|
+
- application/x-www-form-urlencoded
|
323
|
+
response:
|
324
|
+
status:
|
325
|
+
code: 200
|
326
|
+
message: OK
|
327
|
+
headers:
|
328
|
+
Date:
|
329
|
+
- Mon, 02 Jan 2017 17:11:46 GMT
|
330
|
+
Content-Type:
|
331
|
+
- application/json
|
332
|
+
Content-Length:
|
333
|
+
- '260'
|
334
|
+
P3p:
|
335
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
336
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
337
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
338
|
+
X-Content-Type-Options:
|
339
|
+
- nosniff
|
340
|
+
Cache-Control:
|
341
|
+
- private
|
342
|
+
X-Served-By:
|
343
|
+
- www318.flickr.bf1.yahoo.com
|
344
|
+
X-Frame-Options:
|
345
|
+
- SAMEORIGIN
|
346
|
+
Vary:
|
347
|
+
- Accept-Encoding
|
348
|
+
Age:
|
349
|
+
- '1'
|
350
|
+
Via:
|
351
|
+
- http/1.1 fts107.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
352
|
+
r13.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
353
|
+
Server:
|
354
|
+
- ATS
|
355
|
+
Connection:
|
356
|
+
- keep-alive
|
357
|
+
body:
|
358
|
+
encoding: ASCII-8BIT
|
359
|
+
string: '{"photos":{"page":1,"pages":3440486,"perpage":1,"total":"3440486","photo":[{"id":"8469239979","owner":"50969511@N02","secret":"a32b4314d6","server":"8108","farm":9,"title":"Too
|
360
|
+
Much Gel?","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm9.staticflickr.com\/8108\/8469239979_a32b4314d6_b.jpg","height_l":"1024","width_l":"768"}]},"stat":"ok"}'
|
361
|
+
http_version:
|
362
|
+
recorded_at: Mon, 02 Jan 2017 17:11:46 GMT
|
363
|
+
- request:
|
364
|
+
method: post
|
365
|
+
uri: https://api.flickr.com/services/rest/
|
366
|
+
body:
|
367
|
+
encoding: US-ASCII
|
368
|
+
string: sort=interestingness-desc&text=many&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
369
|
+
headers:
|
370
|
+
Accept-Encoding:
|
371
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
372
|
+
Accept:
|
373
|
+
- "*/*"
|
374
|
+
User-Agent:
|
375
|
+
- FlickRaw/0.9.9
|
376
|
+
Authorization:
|
377
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
378
|
+
oauth_nonce="Hg%2BgSzxLW35l0osAabSMn8AgE73olTKLElLvlObEqIk%3D", oauth_signature="API_SECRET%26",
|
379
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377106", oauth_token="",
|
380
|
+
oauth_version="1.0"
|
381
|
+
Content-Type:
|
382
|
+
- application/x-www-form-urlencoded
|
383
|
+
response:
|
384
|
+
status:
|
385
|
+
code: 200
|
386
|
+
message: OK
|
387
|
+
headers:
|
388
|
+
Date:
|
389
|
+
- Mon, 02 Jan 2017 17:11:48 GMT
|
390
|
+
Content-Type:
|
391
|
+
- application/json
|
392
|
+
Content-Length:
|
393
|
+
- '192'
|
394
|
+
P3p:
|
395
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
396
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
397
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
398
|
+
X-Content-Type-Options:
|
399
|
+
- nosniff
|
400
|
+
Cache-Control:
|
401
|
+
- private
|
402
|
+
X-Served-By:
|
403
|
+
- www56.flickr.bf1.yahoo.com
|
404
|
+
X-Frame-Options:
|
405
|
+
- SAMEORIGIN
|
406
|
+
Vary:
|
407
|
+
- Accept-Encoding
|
408
|
+
Age:
|
409
|
+
- '0'
|
410
|
+
Via:
|
411
|
+
- http/1.1 fts130.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
412
|
+
r07.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
413
|
+
Server:
|
414
|
+
- ATS
|
415
|
+
Connection:
|
416
|
+
- keep-alive
|
417
|
+
body:
|
418
|
+
encoding: ASCII-8BIT
|
419
|
+
string: '{"photos":{"page":1,"pages":4165336,"perpage":1,"total":"4165336","photo":[{"id":"3394463499","owner":"24013682@N05","secret":"8b4becd0ea","server":"3549","farm":4,"title":"Many
|
420
|
+
Eyes....","ispublic":1,"isfriend":0,"isfamily":0}]},"stat":"ok"}'
|
421
|
+
http_version:
|
422
|
+
recorded_at: Mon, 02 Jan 2017 17:11:48 GMT
|
423
|
+
- request:
|
424
|
+
method: post
|
425
|
+
uri: https://api.flickr.com/services/rest/
|
426
|
+
body:
|
427
|
+
encoding: US-ASCII
|
428
|
+
string: sort=interestingness-desc&text=keywords&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
429
|
+
headers:
|
430
|
+
Accept-Encoding:
|
431
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
432
|
+
Accept:
|
433
|
+
- "*/*"
|
434
|
+
User-Agent:
|
435
|
+
- FlickRaw/0.9.9
|
436
|
+
Authorization:
|
437
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
438
|
+
oauth_nonce="emgvMukXi%2FZm7ELbeNLDEbEdW354xqFKIJmV7lcpezQ%3D", oauth_signature="API_SECRET%26",
|
439
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377108", oauth_token="",
|
440
|
+
oauth_version="1.0"
|
441
|
+
Content-Type:
|
442
|
+
- application/x-www-form-urlencoded
|
443
|
+
response:
|
444
|
+
status:
|
445
|
+
code: 200
|
446
|
+
message: OK
|
447
|
+
headers:
|
448
|
+
Date:
|
449
|
+
- Mon, 02 Jan 2017 17:11:50 GMT
|
450
|
+
Content-Type:
|
451
|
+
- application/json
|
452
|
+
Content-Length:
|
453
|
+
- '249'
|
454
|
+
P3p:
|
455
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
456
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
457
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
458
|
+
X-Content-Type-Options:
|
459
|
+
- nosniff
|
460
|
+
Cache-Control:
|
461
|
+
- private
|
462
|
+
X-Served-By:
|
463
|
+
- www-bm008.flickr.bf1.yahoo.com
|
464
|
+
X-Frame-Options:
|
465
|
+
- SAMEORIGIN
|
466
|
+
Vary:
|
467
|
+
- Accept-Encoding
|
468
|
+
Age:
|
469
|
+
- '2'
|
470
|
+
Via:
|
471
|
+
- http/1.1 fts130.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
472
|
+
r22.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
473
|
+
Server:
|
474
|
+
- ATS
|
475
|
+
Connection:
|
476
|
+
- keep-alive
|
477
|
+
body:
|
478
|
+
encoding: ASCII-8BIT
|
479
|
+
string: '{"photos":{"page":1,"pages":418153,"perpage":1,"total":"418153","photo":[{"id":"3393989302","owner":"93753264@N00","secret":"0b686633e7","server":"3439","farm":4,"title":"Orchids","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm4.staticflickr.com\/3439\/3393989302_0b686633e7_b.jpg","height_l":"1024","width_l":"768"}]},"stat":"ok"}'
|
480
|
+
http_version:
|
481
|
+
recorded_at: Mon, 02 Jan 2017 17:11:50 GMT
|
482
|
+
- request:
|
483
|
+
method: post
|
484
|
+
uri: https://api.flickr.com/services/rest/
|
485
|
+
body:
|
486
|
+
encoding: US-ASCII
|
487
|
+
string: sort=interestingness-desc&text=they&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
488
|
+
headers:
|
489
|
+
Accept-Encoding:
|
490
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
491
|
+
Accept:
|
492
|
+
- "*/*"
|
493
|
+
User-Agent:
|
494
|
+
- FlickRaw/0.9.9
|
495
|
+
Authorization:
|
496
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
497
|
+
oauth_nonce="YuigVBRramMktVL3l%2FbaMWnU6Dshd7GgxbuzqG5nuwI%3D", oauth_signature="API_SECRET%26",
|
498
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377110", oauth_token="",
|
499
|
+
oauth_version="1.0"
|
500
|
+
Content-Type:
|
501
|
+
- application/x-www-form-urlencoded
|
502
|
+
response:
|
503
|
+
status:
|
504
|
+
code: 200
|
505
|
+
message: OK
|
506
|
+
headers:
|
507
|
+
Date:
|
508
|
+
- Mon, 02 Jan 2017 17:11:52 GMT
|
509
|
+
Content-Type:
|
510
|
+
- application/json
|
511
|
+
Content-Length:
|
512
|
+
- '257'
|
513
|
+
P3p:
|
514
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
515
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
516
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
517
|
+
X-Content-Type-Options:
|
518
|
+
- nosniff
|
519
|
+
Cache-Control:
|
520
|
+
- private
|
521
|
+
X-Served-By:
|
522
|
+
- www42.flickr.bf1.yahoo.com
|
523
|
+
X-Frame-Options:
|
524
|
+
- SAMEORIGIN
|
525
|
+
Vary:
|
526
|
+
- Accept-Encoding
|
527
|
+
Age:
|
528
|
+
- '2'
|
529
|
+
Via:
|
530
|
+
- http/1.1 fts130.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
531
|
+
r03.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
532
|
+
Server:
|
533
|
+
- ATS
|
534
|
+
Connection:
|
535
|
+
- keep-alive
|
536
|
+
body:
|
537
|
+
encoding: ASCII-8BIT
|
538
|
+
string: '{"photos":{"page":1,"pages":5478558,"perpage":1,"total":"5478558","photo":[{"id":"5707348914","owner":"7426492@N02","secret":"24e901df43","server":"2244","farm":3,"title":"They
|
539
|
+
are back!","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm3.staticflickr.com\/2244\/5707348914_24e901df43_b.jpg","height_l":"687","width_l":"1020"}]},"stat":"ok"}'
|
540
|
+
http_version:
|
541
|
+
recorded_at: Mon, 02 Jan 2017 17:11:52 GMT
|
542
|
+
- request:
|
543
|
+
method: post
|
544
|
+
uri: https://api.flickr.com/services/rest/
|
545
|
+
body:
|
546
|
+
encoding: US-ASCII
|
547
|
+
string: sort=interestingness-desc&text=will&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
548
|
+
headers:
|
549
|
+
Accept-Encoding:
|
550
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
551
|
+
Accept:
|
552
|
+
- "*/*"
|
553
|
+
User-Agent:
|
554
|
+
- FlickRaw/0.9.9
|
555
|
+
Authorization:
|
556
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
557
|
+
oauth_nonce="gS%2FDjAqIXEfkyKKddsuGuEYmHqZTHkF4F%2FpgT3YvGK0%3D", oauth_signature="API_SECRET%26",
|
558
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377112", oauth_token="",
|
559
|
+
oauth_version="1.0"
|
560
|
+
Content-Type:
|
561
|
+
- application/x-www-form-urlencoded
|
562
|
+
response:
|
563
|
+
status:
|
564
|
+
code: 200
|
565
|
+
message: OK
|
566
|
+
headers:
|
567
|
+
Date:
|
568
|
+
- Mon, 02 Jan 2017 17:11:53 GMT
|
569
|
+
Content-Type:
|
570
|
+
- application/json
|
571
|
+
Content-Length:
|
572
|
+
- '259'
|
573
|
+
P3p:
|
574
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
575
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
576
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
577
|
+
X-Content-Type-Options:
|
578
|
+
- nosniff
|
579
|
+
Cache-Control:
|
580
|
+
- private
|
581
|
+
X-Served-By:
|
582
|
+
- www67.flickr.bf1.yahoo.com
|
583
|
+
X-Frame-Options:
|
584
|
+
- SAMEORIGIN
|
585
|
+
Vary:
|
586
|
+
- Accept-Encoding
|
587
|
+
Age:
|
588
|
+
- '0'
|
589
|
+
Via:
|
590
|
+
- http/1.1 fts110.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
591
|
+
r18.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
592
|
+
Server:
|
593
|
+
- ATS
|
594
|
+
Connection:
|
595
|
+
- keep-alive
|
596
|
+
body:
|
597
|
+
encoding: ASCII-8BIT
|
598
|
+
string: '{"photos":{"page":1,"pages":4666940,"perpage":1,"total":"4666940","photo":[{"id":"5782661342","owner":"36672122@N05","secret":"f9293b2d60","server":"3300","farm":4,"title":"Will
|
599
|
+
you believe?","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm4.staticflickr.com\/3300\/5782661342_f9293b2d60_b.jpg","height_l":"683","width_l":"1024"}]},"stat":"ok"}'
|
600
|
+
http_version:
|
601
|
+
recorded_at: Mon, 02 Jan 2017 17:11:53 GMT
|
602
|
+
- request:
|
603
|
+
method: post
|
604
|
+
uri: https://api.flickr.com/services/rest/
|
605
|
+
body:
|
606
|
+
encoding: US-ASCII
|
607
|
+
string: sort=interestingness-desc&text=the&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
608
|
+
headers:
|
609
|
+
Accept-Encoding:
|
610
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
611
|
+
Accept:
|
612
|
+
- "*/*"
|
613
|
+
User-Agent:
|
614
|
+
- FlickRaw/0.9.9
|
615
|
+
Authorization:
|
616
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
617
|
+
oauth_nonce="RK0MOCZb5WLUbzdTlk2%2FZXWlHTxV6zobBwmNoOp19jE%3D", oauth_signature="API_SECRET%26",
|
618
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377113", oauth_token="",
|
619
|
+
oauth_version="1.0"
|
620
|
+
Content-Type:
|
621
|
+
- application/x-www-form-urlencoded
|
622
|
+
response:
|
623
|
+
status:
|
624
|
+
code: 200
|
625
|
+
message: OK
|
626
|
+
headers:
|
627
|
+
Date:
|
628
|
+
- Mon, 02 Jan 2017 17:11:55 GMT
|
629
|
+
Content-Type:
|
630
|
+
- application/json
|
631
|
+
Content-Length:
|
632
|
+
- '190'
|
633
|
+
P3p:
|
634
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
635
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
636
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
637
|
+
X-Content-Type-Options:
|
638
|
+
- nosniff
|
639
|
+
Cache-Control:
|
640
|
+
- private
|
641
|
+
X-Served-By:
|
642
|
+
- www-bm012.flickr.bf1.yahoo.com
|
643
|
+
X-Frame-Options:
|
644
|
+
- SAMEORIGIN
|
645
|
+
Vary:
|
646
|
+
- Accept-Encoding
|
647
|
+
Age:
|
648
|
+
- '0'
|
649
|
+
Via:
|
650
|
+
- http/1.1 fts117.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
651
|
+
r09.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
652
|
+
Server:
|
653
|
+
- ATS
|
654
|
+
Connection:
|
655
|
+
- keep-alive
|
656
|
+
body:
|
657
|
+
encoding: ASCII-8BIT
|
658
|
+
string: '{"photos":{"page":1,"pages":5655466,"perpage":1,"total":"5655466","photo":[{"id":"6332006327","owner":"65602259@N00","secret":"5cef3a23e7","server":"6219","farm":7,"title":"The
|
659
|
+
Red Tree","ispublic":1,"isfriend":0,"isfamily":0}]},"stat":"ok"}'
|
660
|
+
http_version:
|
661
|
+
recorded_at: Mon, 02 Jan 2017 17:11:55 GMT
|
662
|
+
- request:
|
663
|
+
method: post
|
664
|
+
uri: https://api.flickr.com/services/rest/
|
665
|
+
body:
|
666
|
+
encoding: US-ASCII
|
667
|
+
string: sort=interestingness-desc&text=overflow&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
668
|
+
headers:
|
669
|
+
Accept-Encoding:
|
670
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
671
|
+
Accept:
|
672
|
+
- "*/*"
|
673
|
+
User-Agent:
|
674
|
+
- FlickRaw/0.9.9
|
675
|
+
Authorization:
|
676
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
677
|
+
oauth_nonce="rfIXZEnRBPO2nDs%2BS7Ezr8OOeclvqonMi7oFab8EUX8%3D", oauth_signature="API_SECRET%26",
|
678
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377115", oauth_token="",
|
679
|
+
oauth_version="1.0"
|
680
|
+
Content-Type:
|
681
|
+
- application/x-www-form-urlencoded
|
682
|
+
response:
|
683
|
+
status:
|
684
|
+
code: 200
|
685
|
+
message: OK
|
686
|
+
headers:
|
687
|
+
Date:
|
688
|
+
- Mon, 02 Jan 2017 17:11:57 GMT
|
689
|
+
Content-Type:
|
690
|
+
- application/json
|
691
|
+
Content-Length:
|
692
|
+
- '249'
|
693
|
+
P3p:
|
694
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
695
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
696
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
697
|
+
X-Content-Type-Options:
|
698
|
+
- nosniff
|
699
|
+
Cache-Control:
|
700
|
+
- private
|
701
|
+
X-Served-By:
|
702
|
+
- www348.flickr.bf1.yahoo.com
|
703
|
+
X-Frame-Options:
|
704
|
+
- SAMEORIGIN
|
705
|
+
Vary:
|
706
|
+
- Accept-Encoding
|
707
|
+
Age:
|
708
|
+
- '0'
|
709
|
+
Via:
|
710
|
+
- http/1.1 fts102.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
711
|
+
r01.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
712
|
+
Server:
|
713
|
+
- ATS
|
714
|
+
Connection:
|
715
|
+
- keep-alive
|
716
|
+
body:
|
717
|
+
encoding: ASCII-8BIT
|
718
|
+
string: '{"photos":{"page":1,"pages":101462,"perpage":1,"total":"101462","photo":[{"id":"11882577026","owner":"84034144@N05","secret":"f6d43497af","server":"2866","farm":3,"title":"Overflow","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm3.staticflickr.com\/2866\/11882577026_f6d43497af_b.jpg","height_l":"600","width_l":"899"}]},"stat":"ok"}'
|
719
|
+
http_version:
|
720
|
+
recorded_at: Mon, 02 Jan 2017 17:11:57 GMT
|
721
|
+
- request:
|
722
|
+
method: post
|
723
|
+
uri: https://api.flickr.com/services/rest/
|
724
|
+
body:
|
725
|
+
encoding: US-ASCII
|
726
|
+
string: sort=interestingness-desc&text=words&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
727
|
+
headers:
|
728
|
+
Accept-Encoding:
|
729
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
730
|
+
Accept:
|
731
|
+
- "*/*"
|
732
|
+
User-Agent:
|
733
|
+
- FlickRaw/0.9.9
|
734
|
+
Authorization:
|
735
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
736
|
+
oauth_nonce="CtTakGg0MRVMm%2BMbSpph%2BnM61Zl6n8EkBvsHTpOjIzo%3D", oauth_signature="API_SECRET%26",
|
737
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377117", oauth_token="",
|
738
|
+
oauth_version="1.0"
|
739
|
+
Content-Type:
|
740
|
+
- application/x-www-form-urlencoded
|
741
|
+
response:
|
742
|
+
status:
|
743
|
+
code: 200
|
744
|
+
message: OK
|
745
|
+
headers:
|
746
|
+
Date:
|
747
|
+
- Mon, 02 Jan 2017 17:11:59 GMT
|
748
|
+
Content-Type:
|
749
|
+
- application/json
|
750
|
+
Content-Length:
|
751
|
+
- '256'
|
752
|
+
P3p:
|
753
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
754
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
755
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
756
|
+
X-Content-Type-Options:
|
757
|
+
- nosniff
|
758
|
+
Cache-Control:
|
759
|
+
- private
|
760
|
+
X-Served-By:
|
761
|
+
- www55.flickr.bf1.yahoo.com
|
762
|
+
X-Frame-Options:
|
763
|
+
- SAMEORIGIN
|
764
|
+
Vary:
|
765
|
+
- Accept-Encoding
|
766
|
+
Age:
|
767
|
+
- '2'
|
768
|
+
Via:
|
769
|
+
- http/1.1 fts119.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
770
|
+
r14.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
771
|
+
Server:
|
772
|
+
- ATS
|
773
|
+
Connection:
|
774
|
+
- keep-alive
|
775
|
+
body:
|
776
|
+
encoding: ASCII-8BIT
|
777
|
+
string: '{"photos":{"page":1,"pages":2534310,"perpage":1,"total":"2534310","photo":[{"id":"15868671167","owner":"95044232@N03","secret":"3714ecbfd3","server":"7475","farm":8,"title":"words
|
778
|
+
are wings","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm8.staticflickr.com\/7475\/15868671167_3714ecbfd3_b.jpg","height_l":"625","width_l":"900"}]},"stat":"ok"}'
|
779
|
+
http_version:
|
780
|
+
recorded_at: Mon, 02 Jan 2017 17:11:59 GMT
|
781
|
+
- request:
|
782
|
+
method: post
|
783
|
+
uri: https://api.flickr.com/services/rest/
|
784
|
+
body:
|
785
|
+
encoding: US-ASCII
|
786
|
+
string: sort=interestingness-desc&text=will&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
787
|
+
headers:
|
788
|
+
Accept-Encoding:
|
789
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
790
|
+
Accept:
|
791
|
+
- "*/*"
|
792
|
+
User-Agent:
|
793
|
+
- FlickRaw/0.9.9
|
794
|
+
Authorization:
|
795
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
796
|
+
oauth_nonce="0h03Di1cV79utHQHT2oFqfw8nXyEteo%2BDFzCs2bWkcQ%3D", oauth_signature="API_SECRET%26",
|
797
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377119", oauth_token="",
|
798
|
+
oauth_version="1.0"
|
799
|
+
Content-Type:
|
800
|
+
- application/x-www-form-urlencoded
|
801
|
+
response:
|
802
|
+
status:
|
803
|
+
code: 200
|
804
|
+
message: OK
|
805
|
+
headers:
|
806
|
+
Date:
|
807
|
+
- Mon, 02 Jan 2017 17:12:00 GMT
|
808
|
+
Content-Type:
|
809
|
+
- application/json
|
810
|
+
Content-Length:
|
811
|
+
- '258'
|
812
|
+
P3p:
|
813
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
814
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
815
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
816
|
+
X-Content-Type-Options:
|
817
|
+
- nosniff
|
818
|
+
Cache-Control:
|
819
|
+
- private
|
820
|
+
X-Served-By:
|
821
|
+
- www332.flickr.bf1.yahoo.com
|
822
|
+
X-Frame-Options:
|
823
|
+
- SAMEORIGIN
|
824
|
+
Vary:
|
825
|
+
- Accept-Encoding
|
826
|
+
Age:
|
827
|
+
- '0'
|
828
|
+
Via:
|
829
|
+
- http/1.1 fts126.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
830
|
+
r10.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
831
|
+
Server:
|
832
|
+
- ATS
|
833
|
+
Connection:
|
834
|
+
- keep-alive
|
835
|
+
body:
|
836
|
+
encoding: ASCII-8BIT
|
837
|
+
string: '{"photos":{"page":1,"pages":4735895,"perpage":1,"total":"4735895","photo":[{"id":"5782661342","owner":"36672122@N05","secret":"f9293b2d60","server":"3300","farm":4,"title":"Will
|
838
|
+
you believe?","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm4.staticflickr.com\/3300\/5782661342_f9293b2d60_b.jpg","height_l":"683","width_l":"1024"}]},"stat":"ok"}'
|
839
|
+
http_version:
|
840
|
+
recorded_at: Mon, 02 Jan 2017 17:12:00 GMT
|
841
|
+
- request:
|
842
|
+
method: post
|
843
|
+
uri: https://api.flickr.com/services/rest/
|
844
|
+
body:
|
845
|
+
encoding: US-ASCII
|
846
|
+
string: sort=interestingness-desc&text=be&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
847
|
+
headers:
|
848
|
+
Accept-Encoding:
|
849
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
850
|
+
Accept:
|
851
|
+
- "*/*"
|
852
|
+
User-Agent:
|
853
|
+
- FlickRaw/0.9.9
|
854
|
+
Authorization:
|
855
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
856
|
+
oauth_nonce="pHXX9xRhzAX3UW2e%2FcavySMu9brWzKJEo80kaTI3vGI%3D", oauth_signature="API_SECRET%26",
|
857
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377120", oauth_token="",
|
858
|
+
oauth_version="1.0"
|
859
|
+
Content-Type:
|
860
|
+
- application/x-www-form-urlencoded
|
861
|
+
response:
|
862
|
+
status:
|
863
|
+
code: 200
|
864
|
+
message: OK
|
865
|
+
headers:
|
866
|
+
Date:
|
867
|
+
- Mon, 02 Jan 2017 17:12:02 GMT
|
868
|
+
Content-Type:
|
869
|
+
- application/json
|
870
|
+
Content-Length:
|
871
|
+
- '257'
|
872
|
+
P3p:
|
873
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
874
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
875
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
876
|
+
X-Content-Type-Options:
|
877
|
+
- nosniff
|
878
|
+
Cache-Control:
|
879
|
+
- private
|
880
|
+
X-Served-By:
|
881
|
+
- www344.flickr.bf1.yahoo.com
|
882
|
+
X-Frame-Options:
|
883
|
+
- SAMEORIGIN
|
884
|
+
Vary:
|
885
|
+
- Accept-Encoding
|
886
|
+
Age:
|
887
|
+
- '2'
|
888
|
+
Via:
|
889
|
+
- http/1.1 fts107.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
890
|
+
r13.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
891
|
+
Server:
|
892
|
+
- ATS
|
893
|
+
Connection:
|
894
|
+
- keep-alive
|
895
|
+
body:
|
896
|
+
encoding: ASCII-8BIT
|
897
|
+
string: '{"photos":{"page":1,"pages":6748304,"perpage":1,"total":"6748304","photo":[{"id":"8594020901","owner":"23687181@N02","secret":"a79e9c8b37","server":"8374","farm":9,"title":"Sun
|
898
|
+
is needed","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm9.staticflickr.com\/8374\/8594020901_a79e9c8b37_b.jpg","height_l":"773","width_l":"1024"}]},"stat":"ok"}'
|
899
|
+
http_version:
|
900
|
+
recorded_at: Mon, 02 Jan 2017 17:12:02 GMT
|
901
|
+
- request:
|
902
|
+
method: post
|
903
|
+
uri: https://api.flickr.com/services/rest/
|
904
|
+
body:
|
905
|
+
encoding: US-ASCII
|
906
|
+
string: sort=interestingness-desc&text=used&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
907
|
+
headers:
|
908
|
+
Accept-Encoding:
|
909
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
910
|
+
Accept:
|
911
|
+
- "*/*"
|
912
|
+
User-Agent:
|
913
|
+
- FlickRaw/0.9.9
|
914
|
+
Authorization:
|
915
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
916
|
+
oauth_nonce="KfqpvvhWbolzNfsQabmwvRDWUu38LIcn%2FzCAZIz0pCQ%3D", oauth_signature="API_SECRET%26",
|
917
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377122", oauth_token="",
|
918
|
+
oauth_version="1.0"
|
919
|
+
Content-Type:
|
920
|
+
- application/x-www-form-urlencoded
|
921
|
+
response:
|
922
|
+
status:
|
923
|
+
code: 200
|
924
|
+
message: OK
|
925
|
+
headers:
|
926
|
+
Date:
|
927
|
+
- Mon, 02 Jan 2017 17:12:03 GMT
|
928
|
+
Content-Type:
|
929
|
+
- application/json
|
930
|
+
Content-Length:
|
931
|
+
- '259'
|
932
|
+
P3p:
|
933
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
934
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
935
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
936
|
+
X-Content-Type-Options:
|
937
|
+
- nosniff
|
938
|
+
Cache-Control:
|
939
|
+
- private
|
940
|
+
X-Served-By:
|
941
|
+
- www256.flickr.bf1.yahoo.com
|
942
|
+
X-Frame-Options:
|
943
|
+
- SAMEORIGIN
|
944
|
+
Vary:
|
945
|
+
- Accept-Encoding
|
946
|
+
Age:
|
947
|
+
- '0'
|
948
|
+
Via:
|
949
|
+
- http/1.1 fts118.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
950
|
+
r05.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
951
|
+
Server:
|
952
|
+
- ATS
|
953
|
+
Connection:
|
954
|
+
- keep-alive
|
955
|
+
body:
|
956
|
+
encoding: ASCII-8BIT
|
957
|
+
string: '{"photos":{"page":1,"pages":5821061,"perpage":1,"total":"5821061","photo":[{"id":"15903666966","owner":"64549732@N02","secret":"0138d646ce","server":"7509","farm":8,"title":"...
|
958
|
+
still in use ...","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm8.staticflickr.com\/7509\/15903666966_0138d646ce_b.jpg","height_l":"683","width_l":"1024"}]},"stat":"ok"}'
|
959
|
+
http_version:
|
960
|
+
recorded_at: Mon, 02 Jan 2017 17:12:04 GMT
|
961
|
+
- request:
|
962
|
+
method: post
|
963
|
+
uri: https://api.flickr.com/services/rest/
|
964
|
+
body:
|
965
|
+
encoding: US-ASCII
|
966
|
+
string: sort=interestingness-desc&text=but&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
967
|
+
headers:
|
968
|
+
Accept-Encoding:
|
969
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
970
|
+
Accept:
|
971
|
+
- "*/*"
|
972
|
+
User-Agent:
|
973
|
+
- FlickRaw/0.9.9
|
974
|
+
Authorization:
|
975
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
976
|
+
oauth_nonce="MhrdcemKzsOhE3pJ3rU5DLtfVs%2FILZQaifPhYbaXBTc%3D", oauth_signature="API_SECRET%26",
|
977
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377124", oauth_token="",
|
978
|
+
oauth_version="1.0"
|
979
|
+
Content-Type:
|
980
|
+
- application/x-www-form-urlencoded
|
981
|
+
response:
|
982
|
+
status:
|
983
|
+
code: 200
|
984
|
+
message: OK
|
985
|
+
headers:
|
986
|
+
Date:
|
987
|
+
- Mon, 02 Jan 2017 17:12:05 GMT
|
988
|
+
Content-Type:
|
989
|
+
- application/json
|
990
|
+
Content-Length:
|
991
|
+
- '259'
|
992
|
+
P3p:
|
993
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
994
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
995
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
996
|
+
X-Content-Type-Options:
|
997
|
+
- nosniff
|
998
|
+
Cache-Control:
|
999
|
+
- private
|
1000
|
+
X-Served-By:
|
1001
|
+
- www323.flickr.bf1.yahoo.com
|
1002
|
+
X-Frame-Options:
|
1003
|
+
- SAMEORIGIN
|
1004
|
+
Vary:
|
1005
|
+
- Accept-Encoding
|
1006
|
+
Age:
|
1007
|
+
- '10'
|
1008
|
+
Via:
|
1009
|
+
- http/1.1 fts116.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
1010
|
+
r17.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
1011
|
+
Server:
|
1012
|
+
- ATS
|
1013
|
+
Connection:
|
1014
|
+
- keep-alive
|
1015
|
+
body:
|
1016
|
+
encoding: ASCII-8BIT
|
1017
|
+
string: '{"photos":{"page":1,"pages":6677363,"perpage":1,"total":"6677363","photo":[{"id":"6726260079","owner":"31055551@N05","secret":"67f92cb952","server":"7143","farm":8,"title":"...
|
1018
|
+
but you remember ?...","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm8.staticflickr.com\/7143\/6726260079_67f92cb952_b.jpg","height_l":"1024","width_l":"1024"}]},"stat":"ok"}'
|
1019
|
+
http_version:
|
1020
|
+
recorded_at: Mon, 02 Jan 2017 17:12:05 GMT
|
1021
|
+
- request:
|
1022
|
+
method: post
|
1023
|
+
uri: https://api.flickr.com/services/rest/
|
1024
|
+
body:
|
1025
|
+
encoding: US-ASCII
|
1026
|
+
string: sort=interestingness-desc&text=only&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
1027
|
+
headers:
|
1028
|
+
Accept-Encoding:
|
1029
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1030
|
+
Accept:
|
1031
|
+
- "*/*"
|
1032
|
+
User-Agent:
|
1033
|
+
- FlickRaw/0.9.9
|
1034
|
+
Authorization:
|
1035
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
1036
|
+
oauth_nonce="%2BX9jeDSuLhUvfxF%2FsOGlyD6yeMcc4z7vLwn2U62WaRk%3D", oauth_signature="API_SECRET%26",
|
1037
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377125", oauth_token="",
|
1038
|
+
oauth_version="1.0"
|
1039
|
+
Content-Type:
|
1040
|
+
- application/x-www-form-urlencoded
|
1041
|
+
response:
|
1042
|
+
status:
|
1043
|
+
code: 200
|
1044
|
+
message: OK
|
1045
|
+
headers:
|
1046
|
+
Date:
|
1047
|
+
- Mon, 02 Jan 2017 17:12:07 GMT
|
1048
|
+
Content-Type:
|
1049
|
+
- application/json
|
1050
|
+
Content-Length:
|
1051
|
+
- '245'
|
1052
|
+
P3p:
|
1053
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
1054
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
1055
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
1056
|
+
X-Content-Type-Options:
|
1057
|
+
- nosniff
|
1058
|
+
Cache-Control:
|
1059
|
+
- private
|
1060
|
+
X-Served-By:
|
1061
|
+
- www54.flickr.bf1.yahoo.com
|
1062
|
+
X-Frame-Options:
|
1063
|
+
- SAMEORIGIN
|
1064
|
+
Vary:
|
1065
|
+
- Accept-Encoding
|
1066
|
+
Age:
|
1067
|
+
- '8'
|
1068
|
+
Via:
|
1069
|
+
- http/1.1 fts116.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
1070
|
+
r04.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
1071
|
+
Server:
|
1072
|
+
- ATS
|
1073
|
+
Connection:
|
1074
|
+
- keep-alive
|
1075
|
+
body:
|
1076
|
+
encoding: ASCII-8BIT
|
1077
|
+
string: '{"photos":{"page":1,"pages":4991397,"perpage":1,"total":"4991397","photo":[{"id":"4766991603","owner":"15963635@N03","secret":"be52bf4a3f","server":"4074","farm":5,"title":"Only","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm5.staticflickr.com\/4074\/4766991603_be52bf4a3f_b.jpg","height_l":"720","width_l":"800"}]},"stat":"ok"}'
|
1078
|
+
http_version:
|
1079
|
+
recorded_at: Mon, 02 Jan 2017 17:12:07 GMT
|
1080
|
+
- request:
|
1081
|
+
method: post
|
1082
|
+
uri: https://api.flickr.com/services/rest/
|
1083
|
+
body:
|
1084
|
+
encoding: US-ASCII
|
1085
|
+
string: sort=interestingness-desc&text=ten&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
1086
|
+
headers:
|
1087
|
+
Accept-Encoding:
|
1088
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1089
|
+
Accept:
|
1090
|
+
- "*/*"
|
1091
|
+
User-Agent:
|
1092
|
+
- FlickRaw/0.9.9
|
1093
|
+
Authorization:
|
1094
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
1095
|
+
oauth_nonce="rZHUHfbrJCNOIsgmNyvX03ulBKDD1nTIzfXT%2BS6o4Go%3D", oauth_signature="API_SECRET%26",
|
1096
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377127", oauth_token="",
|
1097
|
+
oauth_version="1.0"
|
1098
|
+
Content-Type:
|
1099
|
+
- application/x-www-form-urlencoded
|
1100
|
+
response:
|
1101
|
+
status:
|
1102
|
+
code: 200
|
1103
|
+
message: OK
|
1104
|
+
headers:
|
1105
|
+
Date:
|
1106
|
+
- Mon, 02 Jan 2017 17:12:09 GMT
|
1107
|
+
Content-Type:
|
1108
|
+
- application/json
|
1109
|
+
Content-Length:
|
1110
|
+
- '257'
|
1111
|
+
P3p:
|
1112
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
1113
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
1114
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
1115
|
+
X-Content-Type-Options:
|
1116
|
+
- nosniff
|
1117
|
+
Cache-Control:
|
1118
|
+
- private
|
1119
|
+
X-Served-By:
|
1120
|
+
- www62.flickr.bf1.yahoo.com
|
1121
|
+
X-Frame-Options:
|
1122
|
+
- SAMEORIGIN
|
1123
|
+
Vary:
|
1124
|
+
- Accept-Encoding
|
1125
|
+
Age:
|
1126
|
+
- '1'
|
1127
|
+
Via:
|
1128
|
+
- http/1.1 fts126.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
1129
|
+
r25.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
1130
|
+
Server:
|
1131
|
+
- ATS
|
1132
|
+
Connection:
|
1133
|
+
- keep-alive
|
1134
|
+
body:
|
1135
|
+
encoding: ASCII-8BIT
|
1136
|
+
string: '{"photos":{"page":1,"pages":1649969,"perpage":1,"total":"1649969","photo":[{"id":"9206544377","owner":"31066444@N05","secret":"ab2c4ca6ef","server":"2870","farm":3,"title":"ten
|
1137
|
+
Berghe castle","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm3.staticflickr.com\/2870\/9206544377_ab2c4ca6ef_b.jpg","height_l":"734","width_l":"1024"}]},"stat":"ok"}'
|
1138
|
+
http_version:
|
1139
|
+
recorded_at: Mon, 02 Jan 2017 17:12:09 GMT
|
1140
|
+
- request:
|
1141
|
+
method: post
|
1142
|
+
uri: https://api.flickr.com/services/rest/
|
1143
|
+
body:
|
1144
|
+
encoding: US-ASCII
|
1145
|
+
string: sort=interestingness-desc&text=images&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
1146
|
+
headers:
|
1147
|
+
Accept-Encoding:
|
1148
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1149
|
+
Accept:
|
1150
|
+
- "*/*"
|
1151
|
+
User-Agent:
|
1152
|
+
- FlickRaw/0.9.9
|
1153
|
+
Authorization:
|
1154
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
1155
|
+
oauth_nonce="wfHP6DS3pGrEWPwAttkvO80F%2FdEHUoKZ9xxOYqG5BhI%3D", oauth_signature="API_SECRET%26",
|
1156
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377129", oauth_token="",
|
1157
|
+
oauth_version="1.0"
|
1158
|
+
Content-Type:
|
1159
|
+
- application/x-www-form-urlencoded
|
1160
|
+
response:
|
1161
|
+
status:
|
1162
|
+
code: 200
|
1163
|
+
message: OK
|
1164
|
+
headers:
|
1165
|
+
Date:
|
1166
|
+
- Mon, 02 Jan 2017 17:12:11 GMT
|
1167
|
+
Content-Type:
|
1168
|
+
- application/json
|
1169
|
+
Content-Length:
|
1170
|
+
- '246'
|
1171
|
+
P3p:
|
1172
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
1173
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
1174
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
1175
|
+
X-Content-Type-Options:
|
1176
|
+
- nosniff
|
1177
|
+
Cache-Control:
|
1178
|
+
- private
|
1179
|
+
X-Served-By:
|
1180
|
+
- www303.flickr.bf1.yahoo.com
|
1181
|
+
X-Frame-Options:
|
1182
|
+
- SAMEORIGIN
|
1183
|
+
Vary:
|
1184
|
+
- Accept-Encoding
|
1185
|
+
Age:
|
1186
|
+
- '2'
|
1187
|
+
Via:
|
1188
|
+
- http/1.1 fts108.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
1189
|
+
r23.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
1190
|
+
Server:
|
1191
|
+
- ATS
|
1192
|
+
Connection:
|
1193
|
+
- keep-alive
|
1194
|
+
body:
|
1195
|
+
encoding: ASCII-8BIT
|
1196
|
+
string: '{"photos":{"page":1,"pages":3072743,"perpage":1,"total":"3072743","photo":[{"id":"11086781835","owner":"96152759@N03","secret":"b58d51af21","server":"5500","farm":6,"title":"image","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm6.staticflickr.com\/5500\/11086781835_b58d51af21_b.jpg","height_l":"800","width_l":"533"}]},"stat":"ok"}'
|
1197
|
+
http_version:
|
1198
|
+
recorded_at: Mon, 02 Jan 2017 17:12:10 GMT
|
1199
|
+
- request:
|
1200
|
+
method: post
|
1201
|
+
uri: https://api.flickr.com/services/rest/
|
1202
|
+
body:
|
1203
|
+
encoding: US-ASCII
|
1204
|
+
string: sort=interestingness-desc&text=are&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
1205
|
+
headers:
|
1206
|
+
Accept-Encoding:
|
1207
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1208
|
+
Accept:
|
1209
|
+
- "*/*"
|
1210
|
+
User-Agent:
|
1211
|
+
- FlickRaw/0.9.9
|
1212
|
+
Authorization:
|
1213
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
1214
|
+
oauth_nonce="4K6y7en0ImcPx3DuPNdzZ4yxDp0A6fqm1znWjWcnZxk%3D", oauth_signature="API_SECRET%26",
|
1215
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377130", oauth_token="",
|
1216
|
+
oauth_version="1.0"
|
1217
|
+
Content-Type:
|
1218
|
+
- application/x-www-form-urlencoded
|
1219
|
+
response:
|
1220
|
+
status:
|
1221
|
+
code: 200
|
1222
|
+
message: OK
|
1223
|
+
headers:
|
1224
|
+
Date:
|
1225
|
+
- Mon, 02 Jan 2017 17:12:12 GMT
|
1226
|
+
Content-Type:
|
1227
|
+
- application/json
|
1228
|
+
Content-Length:
|
1229
|
+
- '257'
|
1230
|
+
P3p:
|
1231
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
1232
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
1233
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
1234
|
+
X-Content-Type-Options:
|
1235
|
+
- nosniff
|
1236
|
+
Cache-Control:
|
1237
|
+
- private
|
1238
|
+
X-Served-By:
|
1239
|
+
- www309.flickr.bf1.yahoo.com
|
1240
|
+
X-Frame-Options:
|
1241
|
+
- SAMEORIGIN
|
1242
|
+
Vary:
|
1243
|
+
- Accept-Encoding
|
1244
|
+
Age:
|
1245
|
+
- '0'
|
1246
|
+
Via:
|
1247
|
+
- http/1.1 fts121.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
1248
|
+
r19.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
1249
|
+
Server:
|
1250
|
+
- ATS
|
1251
|
+
Connection:
|
1252
|
+
- keep-alive
|
1253
|
+
body:
|
1254
|
+
encoding: ASCII-8BIT
|
1255
|
+
string: '{"photos":{"page":1,"pages":6749709,"perpage":1,"total":"6749709","photo":[{"id":"8594020901","owner":"23687181@N02","secret":"a79e9c8b37","server":"8374","farm":9,"title":"Sun
|
1256
|
+
is needed","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm9.staticflickr.com\/8374\/8594020901_a79e9c8b37_b.jpg","height_l":"773","width_l":"1024"}]},"stat":"ok"}'
|
1257
|
+
http_version:
|
1258
|
+
recorded_at: Mon, 02 Jan 2017 17:12:12 GMT
|
1259
|
+
- request:
|
1260
|
+
method: post
|
1261
|
+
uri: https://api.flickr.com/services/rest/
|
1262
|
+
body:
|
1263
|
+
encoding: US-ASCII
|
1264
|
+
string: sort=interestingness-desc&text=returned&page=1&per_page=1&media=photos&content_type=1&extras=url_l&method=flickr.photos.search&format=json&nojsoncallback=1
|
1265
|
+
headers:
|
1266
|
+
Accept-Encoding:
|
1267
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1268
|
+
Accept:
|
1269
|
+
- "*/*"
|
1270
|
+
User-Agent:
|
1271
|
+
- FlickRaw/0.9.9
|
1272
|
+
Authorization:
|
1273
|
+
- OAuth realm="https://api.flickr.com/services/rest/", oauth_consumer_key="API_KEY",
|
1274
|
+
oauth_nonce="gsRHAk3nCjlrWwqIfERbXAu7IgxQJAD3DbRO0swTkE0%3D", oauth_signature="API_SECRET%26",
|
1275
|
+
oauth_signature_method="PLAINTEXT", oauth_timestamp="1483377132", oauth_token="",
|
1276
|
+
oauth_version="1.0"
|
1277
|
+
Content-Type:
|
1278
|
+
- application/x-www-form-urlencoded
|
1279
|
+
response:
|
1280
|
+
status:
|
1281
|
+
code: 200
|
1282
|
+
message: OK
|
1283
|
+
headers:
|
1284
|
+
Date:
|
1285
|
+
- Mon, 02 Jan 2017 17:12:14 GMT
|
1286
|
+
Content-Type:
|
1287
|
+
- application/json
|
1288
|
+
Content-Length:
|
1289
|
+
- '257'
|
1290
|
+
P3p:
|
1291
|
+
- policyref="https://policies.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM
|
1292
|
+
DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND
|
1293
|
+
PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
1294
|
+
X-Content-Type-Options:
|
1295
|
+
- nosniff
|
1296
|
+
Cache-Control:
|
1297
|
+
- private
|
1298
|
+
X-Served-By:
|
1299
|
+
- www310.flickr.bf1.yahoo.com
|
1300
|
+
X-Frame-Options:
|
1301
|
+
- SAMEORIGIN
|
1302
|
+
Vary:
|
1303
|
+
- Accept-Encoding
|
1304
|
+
Age:
|
1305
|
+
- '2'
|
1306
|
+
Via:
|
1307
|
+
- http/1.1 fts115.flickr.bf1.yahoo.com (ApacheTrafficServer [cMsSf ]), http/1.1
|
1308
|
+
r20.ycpi.ir2.yahoo.net (ApacheTrafficServer [cMsSf ])
|
1309
|
+
Server:
|
1310
|
+
- ATS
|
1311
|
+
Connection:
|
1312
|
+
- keep-alive
|
1313
|
+
body:
|
1314
|
+
encoding: ASCII-8BIT
|
1315
|
+
string: '{"photos":{"page":1,"pages":2181721,"perpage":1,"total":"2181721","photo":[{"id":"15611954507","owner":"118403141@N02","secret":"0a3b04a954","server":"8535","farm":9,"title":"Return
|
1316
|
+
to me...","ispublic":1,"isfriend":0,"isfamily":0,"url_l":"https:\/\/farm9.staticflickr.com\/8535\/15611954507_0a3b04a954_b.jpg","height_l":"768","width_l":"1024"}]},"stat":"ok"}'
|
1317
|
+
http_version:
|
1318
|
+
recorded_at: Mon, 02 Jan 2017 17:12:14 GMT
|
1319
|
+
recorded_with: VCR 3.0.3
|