-
-
Notifications
You must be signed in to change notification settings - Fork 783
Expand file tree
/
Copy pathweather.yaml
More file actions
33 lines (33 loc) · 709 Bytes
/
Copy pathweather.yaml
File metadata and controls
33 lines (33 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
description: Look up weather via http://openweathermap.org
# Free weather API is provided under the terms of the Creative Commons Attribution-ShareAlike 4.0 Generic License.
# Terms of service http://openweathermap.org/terms
enabled: true
entry_point: ''
name: weather
parameters:
auth:
type: string
headers:
type: object
method:
default: GET
type: string
enum:
- GET
- POST
- PUT
- DELETE
immutable: true
params:
type: string
timeout:
default: 60
type: integer
url:
default: http://api.openweathermap.org/data/2.5/weather?q={{zip}}&units=imperial
immutable: true
type: string
zip:
type: string
runner_type: "http-request"