20 lines
390 B
YAML
20 lines
390 B
YAML
id: api-openweather
|
|
|
|
info:
|
|
name: OpenWeather API Test
|
|
author: zzeitlin
|
|
reference: https://openweathermap.org/current
|
|
severity: info
|
|
tags: token-spray,weather,openweather
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api.openweathermap.org/data/2.5/weather?q=Chicago&appid={{token}}"
|
|
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|