Comparing version 2.0.0 to 2.0.1
@@ -15,3 +15,3 @@ const request = require('request') | ||
* results have been returned | ||
* @returns {string[]} | ||
* @returns {Object[]} | ||
* @example | ||
@@ -69,3 +69,3 @@ * // returns [{ name: 'Elevation/earthquakedemoelevation, type: 'MapServer'}...] | ||
/** | ||
* create array of xhr get functions for each ArcGIS Server folder | ||
* create array of request functions for each ArcGIS Server folder | ||
* @private | ||
@@ -72,0 +72,0 @@ * @param {string} baseUrl ArcGIS Server Rest API url |
{ | ||
"name": "ags-walk", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Walks an ArcGIS Server Rest API and returns all services", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,4 +11,4 @@ <!-- Generated by documentation.js. Update this documentation by updating the source code. --> | ||
- `url` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** the base url of an ArcGIS Server Rest API | ||
- `opts` **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)?** options for the module | ||
- `opts.limit` **[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)?** the maximum number of folders to | ||
- `opts` **\[[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)]** options for the module | ||
- `opts.limit` **\[[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)]** the maximum number of folders to | ||
index at the same time (optional, default `5`) | ||
@@ -28,2 +28,2 @@ - `cb` **[Function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function)** the callback function to run after | ||
Returns **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)>** | ||
Returns **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)>** |
@@ -0,0 +0,0 @@ const test = require('tape') |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19133
7
196