City-of-Bloomington / open311-nodejs

A citizen facing Open311 client written in Node
1 stars 2 forks source link

master address API #29

Closed adabutch closed 5 years ago

adabutch commented 5 years ago

update to use the new API, see below

inghamn commented 5 years ago

The new Master Address route for searching addresses is:

https://bloomington.in.gov/master_address/addresses

The search query gets passed as the "address" parameter. As usual pass a "format" parameter to get JSON out.

https://bloomington.in.gov/master_address/addresses?address=401+N+Morton;format=json

adabutch commented 5 years ago

@sethCOB - notice https://github.com/City-of-Bloomington/open311-nodejs/commit/e71c7e9602d59489af424f1e0ba223db460a7a3f#r34271546