Files
aviation/bruno/Airports/Get All Airports.bru

18 lines
205 B
Plaintext

meta {
name: Get All Airports
type: http
seq: 4
}
get {
url: {{BASE_URL}}/airports?icaos=00AA&page=1&limit=1000
body: none
auth: none
}
params:query {
icaos: 00AA
page: 1
limit: 1000
}