21 lines
447 B
YAML
21 lines
447 B
YAML
|
id: api-googletextsearchplaces
|
||
|
|
||
|
info:
|
||
|
name: Google Places Text Search API Test
|
||
|
author: zzeitlin
|
||
|
severity: info
|
||
|
tags: token-spray,google,search,places,text
|
||
|
|
||
|
self-contained: true
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://maps.googleapis.com/maps/api/place/textsearch/json?query=restaurants+in+Sydney&key={{token}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
negative: true
|
||
|
words:
|
||
|
- 'error_message'
|