Skip to content

Commit

Permalink
Merge branch 'multi-endpoint'
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Jul 19, 2015
2 parents 36f91ff + 058044e commit 78ab946
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ var MapboxMatching = require('./services/matching');
* @class
* @throws {Error} if accessToken is not provided
* @param {string} accessToken a private or public access token
* @param {Object} options additional options provided for configuration
* @param {string} [options.endpoint=https://api.mapbox.com] location
* of the Mapbox API pointed-to. This can be customized to point to a
* Mapbox Atlas Server instance, or a different service, a mock,
* or a staging endpoint. Usually you don't need to customize this.
* @example
* var client = new MapboxClient('ACCESSTOKEN');
*/
Expand Down

0 comments on commit 78ab946

Please sign in to comment.