2022-11-20 13:47:25 +00:00
|
|
|
id: api-giphy
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Giphy API Test
|
|
|
|
author: geeknik
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://developers.giphy.com/branch/master/docs/api/
|
|
|
|
tags: token-spray,giphy
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2022-11-20 13:47:25 +00:00
|
|
|
|
|
|
|
self-contained: true
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-11-20 13:47:25 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://api.giphy.com/v1/gifs/trending?api_key={{token}}"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"data":'
|
|
|
|
- '"type":"gif"'
|
|
|
|
condition: and
|