22 lines
449 B
YAML
22 lines
449 B
YAML
id: api-dribbble
|
|
|
|
info:
|
|
name: Dribbble API Test
|
|
author: daffainfo
|
|
severity: info
|
|
reference:
|
|
- https://developer.dribbble.com/v2/
|
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Art%20Design/Dribbble.md
|
|
tags: token-spray,dribbble
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api.dribbble.com/v2/user?access_token={{token}}"
|
|
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|