Browse Source

Merge pull request #42 from pelias/transitionURL

added in note about new domain and v1 to transition documentation
pull/43/head
David Riordan 9 years ago
parent
commit
d7e729a67f
  1. 7
      transition-from-beta.md

7
transition-from-beta.md

@ -23,6 +23,13 @@ Your API usage limits are displayed in the HTTP headers of any API call, such as
X-ApiaxleProxy-Qpd-Left:4828 X-ApiaxleProxy-Qpd-Left:4828
X-ApiaxleProxy-Qps-Left:4 X-ApiaxleProxy-Qps-Left:4
``` ```
## Changes to domain and URL structure
Mapzen Search is now hosted on the `search.mapzen.com` domain. The former domain, `pelias.mapzen.com` has been deprecated. To take advantage of the full v1 API, you must use the `search.mapzen.com` endpoint.
Additionally, all endpoints are now under the `/v1` namespace. For example, the full URI to the `/reverse` endpoint is now `https://search.mapzen.com/v1/reverse`.
Requests going to `pelias.mapzen.com` will continue to work until the end of November, 2015, at which point the servers handling pre-v1 requests will be disabled.
## Changes to response document ## Changes to response document
The response document is still plain, vanilla GeoJSON. Dots will still show up without a problem! Take a look at the [specification document](https://github.com/pelias/geocodejson-spec/blob/master/draft/README.md) or the [sample response](https://github.com/pelias/geocodejson-spec/blob/master/sample.geo.json?short_path=7cdb999) for further details. The response document is still plain, vanilla GeoJSON. Dots will still show up without a problem! Take a look at the [specification document](https://github.com/pelias/geocodejson-spec/blob/master/draft/README.md) or the [sample response](https://github.com/pelias/geocodejson-spec/blob/master/sample.geo.json?short_path=7cdb999) for further details.

Loading…
Cancel
Save