From 00f5281358406e8e73220895819e44565af54d27 Mon Sep 17 00:00:00 2001 From: rmglennon Date: Mon, 19 Jun 2017 16:54:13 -0700 Subject: [PATCH] update URL example to avoid wrapping, again... --- search.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/search.md b/search.md index eddddf3..b379723 100644 --- a/search.md +++ b/search.md @@ -9,10 +9,10 @@ Making the leap from text to coordinates is an intricate and challenging process All Mapzen Search requests share the same format: ``` - https://search.mapzen.com/v1/search?text=London&api_key=your-api-key - \___/ \_______________/\__/\_____/\__________/\___________________/ - | | / | | | - scheme domain version path query authentication token + https://search.mapzen.com/v1/search?text=London&api_key= + \___/ \_______________/\__/\_____/\__________/\_______/ + | | / | | | + scheme domain version path query authentication token ``` In addition, you can search at `https://search.mapzen.com/v1/search/structured` to look for individual components of a location.