25 lines
571 B
YAML
25 lines
571 B
YAML
id: api-dribbble
|
|
|
|
info:
|
|
name: Dribbble API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Dribbble is a self-promotion and social networking platform for digital designers and creatives
|
|
reference:
|
|
- https://developer.dribbble.com/v2/
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/dribbble
|
|
tags: token-spray,dribbble
|
|
metadata:
|
|
max-request: 1
|
|
|
|
self-contained: true
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.dribbble.com/v2/user?access_token={{token}}"
|
|
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|