20 lines
433 B
YAML
20 lines
433 B
YAML
id: api-googledirections
|
|
|
|
info:
|
|
name: Google Directions API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
tags: token-spray,google,directions
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://maps.googleapis.com/maps/api/directions/json?origin=Disneyland&destination=Universal+Studios+Hollywood4&key={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'error_message'
|
|
negative: true
|