@esri/arcgis-rest-portal

ArcGIS Online and Enterprise content and user helpers for ArcGIS REST JS.

Install

Use dark colors for code blocksCopy
1
npm install @esri/arcgis-rest-portal

Import

@esri/arcgis-rest-portal is distributed as both ES Modules and Common JS modules.

Use dark colors for code blocksCopy
1
import * as portalTools from "@esri/arcgis-rest-portal"
Use dark colors for code blocksCopy
1
const portalTools = require("@esri/arcgis-rest-portal");

CDN

You can use @esri/arcgis-rest-portal as an ES Module from the Skypack CDN.

Use dark colors for code blocksCopy
1
2
3
<script type="module">
  import * as portalTools from "https://cdn.skypack.dev/@esri/arcgis-rest-portal@4.4.1";
</script>

You can also use @esri/arcgis-rest-portal from a script tag. All exports will be added to a global arcgisRest object.

Use dark colors for code blocksCopy
1
2
3
4
<script
  src="https://unpkg.com/@esri/arcgis-rest-portal@4.4.1/dist/bundled/portal.umd.js"
  integrity="sha512-sASN33gqX6ws/pHMTqk+wmvDEhvr0+cLKnjqfprqqIbikQaiIk+4Y/OrdBZwX0DLPHg9cRyK+6Gn4cvQCNp7WQ==">
</script>

Exports

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.