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

If I type into the search widget in google maps "23 Quee" and stop, the typeahead options are: 23 Queens Avenue, Mount Eden, Auckland 23 Queens Road, Panmure, Auckland 23...

I am trying to elevate a user level from "1" to "2". The following Update method returns successfully, but the user level stays at "1". updateUser({authentication: this.adminSession, user:{username:this.member.username, level: "2"...

Hi there, First off, thank you for the work on this! It's been a real pleasure to work with this module thus far and I look forward to future updates....

help wanted

Setting a custom portal with [IRequestOptions](https://esri.github.io/arcgis-rest-js/api/request/IRequestOptions/#portal) via `setDefaultRequestOptions()` is not working for me; making calls to arcgis.com instead of the custom portal. Looks like it should be mixing it in:...

Similar to [`getGroupContent`](https://esri.github.io/arcgis-rest-js/api/portal/getGroupContent/) and [`getGroupUsers`](https://esri.github.io/arcgis-rest-js/api/portal/getGroupUsers/), does it make sense to add `getGroupCategorySchema` ([doc](https://developers.arcgis.com/rest/users-groups-and-items/group-category-schema.htm))? (and perhaps related [assign](https://developers.arcgis.com/rest/users-groups-and-items/assign-group-category-schema.htm), [delete](https://developers.arcgis.com/rest/users-groups-and-items/delete-group-category-schema.htm), and [update](https://developers.arcgis.com/rest/users-groups-and-items/update-group-items-with-content-categories.htm))

When working on issue in Vector Tile style editor we found this issue: > The REST API /addResources and /updateResources endpoints seem to be ignoring parts of their `text` field...

Recently I installed the [`gh` command line tool](https://github.com/cli/cli) and they have a REALLY interesting concepts for doing oAuth 2.0 for command line apps. I'm assuming it works like server based...

I'm looking for a function that will search a group's contents, and couldn't find one here. Specifically, I need to hit this endpoint: ``` https://www.arcgis.com/sharing/rest/content/groups//search ``` I see I can...

The return statement in `isItemSharedWithGroup` is incorrectly nested in an `if` block. This one flies under the radar because `undefined` is falsy, but it's a bug nonetheless. ```js function isItemSharedWithGroup(requestOptions)...

help wanted