21 lines
444 B
YAML
21 lines
444 B
YAML
id: api-googlestreetview
|
|
|
|
info:
|
|
name: Google Static Streetview API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
tags: token-spray,google,streetview
|
|
metadata:
|
|
max-request: 1
|
|
|
|
self-contained: true
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://maps.googleapis.com/maps/api/streetview?size=400x400&location=40.720032,-73.988354&fov=90&heading=235&pitch=10&key={{token}}"
|
|
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|