23 lines
473 B
YAML
23 lines
473 B
YAML
id: api-googlenearestroads
|
|
|
|
info:
|
|
name: Google Nearest Roads API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
tags: token-spray,google,roads
|
|
metadata:
|
|
max-request: 1
|
|
|
|
self-contained: true
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://roads.googleapis.com/v1/nearestRoads?points=60.170880,24.942795|60.170879,24.942796|60.170877,24.942796&key={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'error'
|
|
negative: true
|