USGS-WiM / STNDataPortal

Other
0 stars 4 forks source link

Update STNServices endpoints to retrieve filtered HWMs and Peaks #3

Closed BlakeDraper closed 8 years ago

BlakeDraper commented 8 years ago

Breaking change was made to production STNServices. Filtered endpoint root went from http://stn.wim.usgs.gov/STNServices/HWMs?{query string} to http://stn.wim.usgs.gov/STNServices/HWMs/FilteredHWMs?{query string}

same for peaks, new endpoint like this: PeakSummaries/FilteredPeaks?

BlakeDraper commented 8 years ago

Fixed with PR #4 and pushed up to production