@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 esm.run CDN.

Use dark colors for code blocksCopy
1
2
3
<script type="module">
  import * as portalTools from "https://esm.run/@esri/arcgis-rest-portal@4.5.0";
</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.5.0/dist/bundled/portal.umd.js"
  integrity="sha512-woZ7/O5Wg0nNahdw2KkpROhzgSXvocL3xR9Z9wju/PpJKr9mX34P7qSAUPYPLyTfYVlkCQLCNTaNv9+1a6Ep9g==">
</script>

Exports

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