Updated metars with redis caching on invalid metars
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user