0.2.9 • Published 7 years ago

gago-arcgis-rest-request v0.2.9

Weekly downloads
8
License
MIT
Repository
-
Last release
7 years ago

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
});
0.2.9

7 years ago

0.2.8

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.8

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago