2021-11-06 04:27:25 +00:00
|
|
|
id: api-thedogapi
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: TheDogApi API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Pictures of dogs from Tumblr
|
2021-11-06 04:27:25 +00:00
|
|
|
reference:
|
|
|
|
- https://docs.thedogapi.com/
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/thedogapi
|
2021-11-06 04:27:25 +00:00
|
|
|
tags: token-spray,thedogapi
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://api.thedogapi.com/v1/votes"
|
|
|
|
headers:
|
|
|
|
x-api-key: "{{token}}"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'id":'
|
|
|
|
- 'image_id":'
|
|
|
|
- 'sub_id":'
|
|
|
|
condition: and
|