levels endpoint in 3.14rc03 #763
mdstanfill
started this conversation in
General
Replies: 1 comment 5 replies
-
I'll try to look into that by end of Monday. We did tweak how we're handling the Accept headers so that one probably just got mixed up. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying out the new CDA 3.14rc03, and the
levels
endpoint withlevel-id-mask
, e.g.:curl -X 'GET'
'https://wm.nwp.ds.usace.army.mil:8243/nwdp-data-314rc3/levels?level-id-mask=CGR.%2A&office=NWDP'
-H 'accept: application/json;version=2'
seems to always return JSON with no levels found, whereas the prior version:
curl -X 'GET'
'https://wm.nwp.ds.usace.army.mil:8243/nwdp-data/levels?level-id-mask=CGR.%2A&office=NWDP'
-H 'accept: application/json'
returns a bunch of non-JSON, but regularly formatted data.
Beta Was this translation helpful? Give feedback.
All reactions