Closed alisonag closed 4 years ago
Fixes #51
This adds support to the /v2/state endpoint for a new query param state that takes the abbreviation of a state, e.g. ny, as opposed to a lat and lng.
/v2/state
state
ny
lat
lng
It's a bit repetitive to say /v2/state?state=ny but this follows the convention used for /v2/pip and /v2/calendar.
Fixes #51
This adds support to the
/v2/state
endpoint for a new query paramstate
that takes the abbreviation of a state, e.g.ny
, as opposed to alat
andlng
.It's a bit repetitive to say /v2/state?state=ny but this follows the convention used for /v2/pip and /v2/calendar.