0.2.9 • Published 6 years ago

gago-arcgis-rest-request v0.2.9

Weekly downloads
8
License
MIT
Repository
-
Last release
6 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

6 years ago

0.2.8

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.8

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago