26 lines
785 B
YAML
26 lines
785 B
YAML
id: api-googlefindplacefromtext
|
|
|
|
info:
|
|
name: Google Find Place From Text API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,google,find,text
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://maps.googleapis.com/maps/api/place/findplacefromtext/json?input=Museum%20of%20Contemporary%20Art%20Australia&inputtype=textquery&fields=photos,formatted_address,name,rating,opening_hours,geometry&key={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'error_message'
|
|
negative: true
|
|
|
|
# digest: 4a0a00473045022067c9cf67389a66bcc70d579281f040d5a8919ca2e570a25daa8157c8f385ba51022100bc9440946f1dab2937476a97433311420a38b08bda218a3e0d34b0c4621ecab0:922c64590222798bb761d5b6d8e72950
|