29 lines
665 B
YAML
29 lines
665 B
YAML
id: api-giphy
|
|
|
|
info:
|
|
name: Giphy API Test
|
|
author: geeknik
|
|
severity: info
|
|
reference:
|
|
- https://developers.giphy.com/branch/master/docs/api/
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,giphy
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.giphy.com/v1/gifs/trending?api_key={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"data":'
|
|
- '"type":"gif"'
|
|
condition: and
|
|
|
|
# digest: 4a0a00473045022051fe11abec83d39e1b46bf34dddc016f79854abaf533ebd2014ea533ae2e3e7f022100a57f14d370356c978b0a538885575eeb0e54145624030058007430f18a47af9a:922c64590222798bb761d5b6d8e72950
|