gago-arcgis-rest-request
TypeScript icon, indicating that this package has built-in type declarations

0.2.9 • Public • Published

OVERVIEW

A module for making requests to the ArcGIS REST API that runs in Node.js and modern browsers.

USE

npm install gago-arcgis-rest-request
import { request } from 'gago-arcgis-rest-request';
const url = "https://www.arcgis.com/sharing/rest/content/items/6e03e8c26aad4b9c92a87c1063ddb0e3/data";
 
request(url).then(response => {
    console.log(response) // WebMap JSON
});

Package Sidebar

Install

npm i gago-arcgis-rest-request

Weekly Downloads

3

Version

0.2.9

License

MIT

Unpacked Size

11.3 kB

Total Files

19

Last publish

Collaborators

  • gaoqiang0707