Updated metars with redis caching on invalid metars

This commit is contained in:
2025-04-10 09:03:38 -04:00
parent d04f5d0414
commit 9bcad27ca5
9 changed files with 414 additions and 72 deletions

View File

@@ -5,7 +5,7 @@ meta {
}
get {
url: {{BASE_URL}}/airports?page=1&limit=1000&icaos=KHEF,KJYO,KMRB,KOKV&metars=true
url: {{BASE_URL}}/airports?page=1&limit=1000&metars=true
body: none
auth: none
}
@@ -13,6 +13,7 @@ get {
params:query {
page: 1
limit: 1000
icaos: KHEF,KJYO,KMRB,KOKV
metars: true
~icaos: 00AA
~icaos: KHEF,KJYO,KMRB,KOKV
}