Update api-iconfinder.yaml

patch-1
Prince Chaddha 2021-11-01 17:14:42 +05:30 committed by GitHub
parent 700904c1ec
commit 9235142d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 7 deletions

View File

@ -3,23 +3,26 @@ id: api-iconfinder
info:
name: IconFinder API Test
author: daffainfo
severity: info
reference:
- https://developer.iconfinder.com/reference/overview-1
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/IconFinder.md
severity: info
tags: token-spray,iconfinder
self-contained: true
requests:
- raw:
- |
GET /v4/icons/search?query=arrow&count=10 HTTP/1.1
GET https://api.iconfinder.com/v4/icons/search?query=arrow&count=10 HTTP/1.1
Host: api.iconfinder.com
Accept: application/json
Authorization: Bearer {{token}}
matchers:
- type: status
negative: true
status:
- 401
- type: word
part: body
words:
- '"icons":'
- '"is_icon_glyph":'
- '"download_url":'
condition: and