mapzen / documentation

Configuration files, tools, and content to build Mapzen's documentation
https://mapzen.com/documentation
MIT License
25 stars 22 forks source link

URL params begin with ? not & #254

Closed nvkelso closed 7 years ago

nvkelso commented 7 years ago

On the overview we tell developers to:

Mapzen’s web services have various API endpoints that allow you to access web resources through a URL. You will need to include your API key in the URL you construct to send queries to Mapzen’s services. For example, add an api_key URL parameter to any request, such as &api_key=mapzen-xxxxxx.

While the & would be used append additional params, when used by itself it should start with ? instead.