Parsing, querying, inserting airports

This commit is contained in:
2025-04-09 20:38:01 -04:00
parent 240ed741f9
commit 4aa3190783
12 changed files with 453 additions and 104221 deletions

View File

@@ -5,7 +5,7 @@ meta {
}
get {
url: {{BASE_URL}}/airports?page=1&limit=1000
url: {{BASE_URL}}/airports?page=1&limit=1000&icaos=KHEF&metarss=true
body: none
auth: none
}
@@ -13,4 +13,6 @@ get {
params:query {
page: 1
limit: 1000
icaos: KHEF
metarss: true
}