Merge pull request #4486 from geeknik/patch-55

Create api-flickr.yaml
patch-1
Prince Chaddha 2022-05-27 10:13:49 +05:30 committed by GitHub
commit c13d5dc59c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: api-flickr
info:
name: Flickr API Test
author: geeknik
severity: info
reference:
- https://www.flickr.com/services/developer/api/
tags: token-spray,flickr
self-contained: true
requests:
- method: GET
path:
- "https://www.flickr.com/services/rest/?method=flickr.tags.getHotList&api_key={{token}}"
matchers:
- type: word
part: body
words:
- 'secret'
- 'owner'
- 'username'
condition: and