From d714cfffee17ba85f1aca6fe850a827fb05f4871 Mon Sep 17 00:00:00 2001 From: Riordan Date: Tue, 6 Oct 2015 18:47:48 -0400 Subject: [PATCH 1/2] added in note about new domain and v1 to transition documentation --- transition-from-beta.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/transition-from-beta.md b/transition-from-beta.md index a0b4df1..39943f2 100644 --- a/transition-from-beta.md +++ b/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-Qps-Left:4 ``` +## Changes to Domain + 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 we will be disabling the servers that handle pre-v1 requests. + ## 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. From e0b3abbbfd0ffb9eb2c81128dddab64a7f366480 Mon Sep 17 00:00:00 2001 From: Rhonda Glennon Date: Tue, 6 Oct 2015 17:03:49 -0700 Subject: [PATCH 2/2] little formatting changes Sentence caps, remove colon at end Change we --- transition-from-beta.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/transition-from-beta.md b/transition-from-beta.md index 39943f2..8469142 100644 --- a/transition-from-beta.md +++ b/transition-from-beta.md @@ -23,12 +23,12 @@ Your API usage limits are displayed in the HTTP headers of any API call, such as X-ApiaxleProxy-Qpd-Left:4828 X-ApiaxleProxy-Qps-Left:4 ``` -## Changes to Domain + 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. +## 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 we will be disabling the servers that handle pre-v1 requests. +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