Files
aviation/bruno/Airports/Get Airport.bru

16 lines
165 B
Plaintext

meta {
name: Get Airport
type: http
seq: 3
}
get {
url: {{BASE_URL}}/airports/KHEF?metars=true
body: none
auth: none
}
params:query {
metars: true
}