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

17 lines
180 B
Plaintext

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