arcgis-rest-js icon indicating copy to clipboard operation
arcgis-rest-js copied to clipboard

compact, modular JavaScript wrappers for the ArcGIS REST API

Results 107 arcgis-rest-js issues
Sort by recently updated
recently updated
newest added

As users are now allowed to sign up to StoryMaps Express using `Apple` as their social IDP, could the [IUser's provider property type](https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-portal/IUser#provider) be extended to reflect that?

backlog

When using `getItemResource` to request a resource (instead of the generic `request`), special whitespace is not preserved (in this case, the non-breaking-space character). Digging deeper, it seems that `getItemResource` is...

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits 906cf40 3.1.4 7712ba5 Fix ReDoS vulnerability backport a0203db Fix ReDoS vulnerability...

dependencies

When we call `beginOAuth2` with the redirectUri that has query param, after call `completeOAuth2`, it reports `invalid redirect uri` error. After dig around, we find the token endpoint needs the...

Hi! I'm using: ``` "@arcgis/core": "4.23.7", "@esri/arcgis-rest-feature-layer": "3.4.3", "@esri/arcgis-rest-request": "4.0.3", ``` with `"react-native": "0.66.3",` and when I'm trying to add data with `addFeatures` on Android, I'm getting next error: ```...

I need to access arcGIS services which use our own enterprise pki, which currently result in `self signed certificate in certificate chain` errors. When working with plain node requests (or...

enhancement
waiting

Now on v4 we have automatic semantic releases working, but it does not create entries in [GitHub Releases](https://github.com/Esri/arcgis-rest-js/releases). In the future we hope to switch to a solution that also...

It looks like an instance of `ArcGISIdentityManager` that uses a custom portal url will still make a request to `www.arcgis.com/sharing/rest/oauth2/validateAppAccess ` when calling `instance.validateAppAccess(myClientId)`. Shouldn't this instead try to validate...

Many of the ArcGIS REST API endpoints have "max items returned" limits. For example, if my group has 250 items in it, a call to `https://www.arcgis.com/sharing/rest/content/groups/${groupId}/search` will only return the...

Bumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies