Working through airport query params
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
meta {
|
||||
name: Get All Airports
|
||||
type: http
|
||||
seq: 3
|
||||
seq: 4
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{BASE_URL}}/airports
|
||||
url: {{BASE_URL}}/airports?icaos=00AA&page=1&limit=1000
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
icaos: 00AA
|
||||
page: 1
|
||||
limit: 1000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user