Update api-iconfinder.yaml
parent
700904c1ec
commit
9235142d1a
|
@ -3,23 +3,26 @@ id: api-iconfinder
|
||||||
info:
|
info:
|
||||||
name: IconFinder API Test
|
name: IconFinder API Test
|
||||||
author: daffainfo
|
author: daffainfo
|
||||||
|
severity: info
|
||||||
reference:
|
reference:
|
||||||
- https://developer.iconfinder.com/reference/overview-1
|
- https://developer.iconfinder.com/reference/overview-1
|
||||||
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/IconFinder.md
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/IconFinder.md
|
||||||
severity: info
|
|
||||||
tags: token-spray,iconfinder
|
tags: token-spray,iconfinder
|
||||||
|
|
||||||
self-contained: true
|
self-contained: true
|
||||||
requests:
|
requests:
|
||||||
- raw:
|
- 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
|
Host: api.iconfinder.com
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
Authorization: Bearer {{token}}
|
Authorization: Bearer {{token}}
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: status
|
- type: word
|
||||||
negative: true
|
part: body
|
||||||
status:
|
words:
|
||||||
- 401
|
- '"icons":'
|
||||||
|
- '"is_icon_glyph":'
|
||||||
|
- '"download_url":'
|
||||||
|
condition: and
|
||||||
|
|
Loading…
Reference in New Issue