@vertigis/arcgis-rest-client
v18.1.3
Published
Utilities for working with ArcGIS portal and server.
Downloads
706
Readme
Introduction
This project provides a library of utilities, methods, and types used with the ArcGIS REST API common to Server, Online, and Portal instances.
Prerequisite Software
- Git
- Get the latest version.
- Node.js
- Download the latest LTS release.
- You can use nvm for Windows or nvm for Mac/Linux to easily switch Node versions between different projects.
- Visual Studio Code or the IDE of your choice.
Getting Started
npm install
- Installs package dependencies.
npm run build
- Builds the library.
npm run test
- Runs all unit tests.
npm run lint
- Lints the project code.