Browse Source

Merge pull request #198 from pelias/rhonda-wrap

Shorten API key example text to avoid wrapping
pull/200/head
Rhonda Glennon 8 years ago committed by GitHub
parent
commit
794cd12131
  1. 4
      search.md

4
search.md

@ -9,8 +9,8 @@ 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-mapzen-api-key
\___/ \_______________/\__/\_____/\__________/\_________________________/
https://search.mapzen.com/v1/search?text=London&api_key=your-api-key
\___/ \_______________/\__/\_____/\__________/\___________________/
| | / | | |
scheme domain version path query authentication token
```

Loading…
Cancel
Save