Patrick Arlt
Patrick Arlt
Mentioned by @rdjurasaj-usgs.
**TL:DR; if you want to use ArcGIS REST JS v4 in Jest you need to [enable the experimental support for ESM in Jest](https://jestjs.io/docs/ecmascript-modules). If you also using ts-jest you need...
When we release 4.0 I think we should document how we make breaking changes to ArcGIS REST JS. We are generally pretty good about following SemVer and since we a...
Displays as `IItem[] | IGroup[] | IItem | IGroup` should display as only `IItem[] | IGroup[]` https://esri.github.io/arcgis-rest-js/api/portal/searchItems/#results
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...
When developing applications I am constantly doing: ```js item.thumbnail = item.thumbnail ? `${portal}/content/items/${item.id}/info/${item.thumbnail}?${token}` : null; ``` since this is standard across everything so we should be able to do it...
We need to document how to pass in params that don't exist in the interface. This might need a note ate the top of the options section explaining that you...
Given that this library now has the capacity to do routing https://github.com/Esri/arcgis-rest-js/pull/382 and [create feature services](https://esri.github.io/arcgis-rest-js/api/feature-service-admin/createFeatureService/) I want to put forward the idea of including some reasonable APIs for building...
Enhancement of https://github.com/Esri/arcgis-rest-js/pull/1018 with additional doc and minor fixes.