21 lines
475 B
YAML
21 lines
475 B
YAML
|
id: api-googlenearbysearch
|
||
|
|
||
|
info:
|
||
|
name: Google Nearby Search API Test
|
||
|
author: zzeitlin
|
||
|
severity: info
|
||
|
tags: token-spray,google,search,nearby
|
||
|
|
||
|
self-contained: true
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=-33.8670522,151.1957362&radius=100&types=food&name=harbour&key={{token}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'error_message'
|
||
|
negative: true
|