Update api-flickr.yaml
parent
d629fbcf43
commit
808e14662e
|
@ -10,16 +10,15 @@ info:
|
|||
|
||||
self-contained: true
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET https://www.flickr.com/services/rest/?method=flickr.tags.getHotList&api_key={{token}} HTTP/1.1
|
||||
- method: GET
|
||||
path:
|
||||
- "https://www.flickr.com/services/rest/?method=flickr.tags.getHotList&api_key={{token}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'photo id'
|
||||
- 'secret'
|
||||
- 'owner'
|
||||
- 'username'
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue