28 lines
765 B
YAML
28 lines
765 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,dribbble
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.dribbble.com/v2/user?access_token={{token}}"
|
|
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402207ca77c15aa3f5dc5598a37cbd3e79b882bf1ac2c6144c11a17a4832dda005035022074dd2aa3ddcdbcc547cbc65d4d0dd7033d9d0198ea69032bd1dbe3f28068a2c8:922c64590222798bb761d5b6d8e72950
|