Browse Source

Removed API key from this commit, but still needs to be expunged from the logs

pull/16/head
Riordan 9 years ago
parent
commit
e1cccb1885
  1. 2
      getting-started/005-place.md

2
getting-started/005-place.md

@ -22,7 +22,7 @@ https://search.mapzen.com/v1/place?api_key={YOUR-API-KEY}&ids=osm:venue:5013364
To search for more than one `/place` in a request, join multiple values together and separate them with a comma. For example, this /place query looks up the Eiffel Tower in OSM and `30 West 26th St, New York, NY` in OpenAddresses:
https://search.mapzen.com/v1/place?api_key=pelias-M7dcnto&ids=osm:country:5013364,oa:address:65cf57e4eb5548eca9bb548fb1461633
https://search.mapzen.com/v1/place?api_key={YOUR-API-KEY}&ids=osm:country:5013364,oa:address:65cf57e4eb5548eca9bb548fb1461633
The results are returned in the order requested.

Loading…
Cancel
Save