From 21cadf2b95af166d772008f30cddb2716ac48164 Mon Sep 17 00:00:00 2001 From: rmglennon Date: Fri, 28 Apr 2017 10:16:10 -0700 Subject: [PATCH 1/2] remove reference to API rate limiter errors --- http-status-codes.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/http-status-codes.md b/http-status-codes.md index f817b88..6dcc7bf 100644 --- a/http-status-codes.md +++ b/http-status-codes.md @@ -12,8 +12,3 @@ The following status codes are returned from the geocoding service: - `502 Bad Gateway`: Connection was lost to the Elasticsearch cluster. In all cases above, the response body will be valid GeoJSON. - -## Rate limiter -The rate limiter returns the status codes `403 Forbidden` and `429 Too Many Requests`. - -See [API keys and rate limits](api-keys-rate-limits.md) for more information. From 7c5818f6f310e7f868ae25c8eb3724311b129011 Mon Sep 17 00:00:00 2001 From: rmglennon Date: Fri, 28 Apr 2017 10:17:15 -0700 Subject: [PATCH 2/2] add deprecation note to page --- api-keys-rate-limits.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api-keys-rate-limits.md b/api-keys-rate-limits.md index 13a1382..24890d3 100644 --- a/api-keys-rate-limits.md +++ b/api-keys-rate-limits.md @@ -1,10 +1,12 @@ # API keys and rate limits +_Note: This page is deprecated and has been removed from the documentation on https://mapzen.com/ as of May 2017. For more information, see the [Mapzen developer overview](https://mapzen.com/documentation/overview/)._ + ## Get started -The Mapzen Search service requires an API key. In a request, you must append your own API key to the URL, following `&api_key=` at the end. +The Mapzen Search service requires an API key. In a request, you must append your own API key to the URL, following `?api_key=`. -See the [Mapzen developer overview](https://mapzen.com/documentation/overview/#mapzen-search) for more on API keys and rate limits. +See the [Mapzen developer overview](https://mapzen.com/documentation/overview/) for more on API keys and rate limits. ## Caching to improve performance