Dave Bouwman
Dave Bouwman
turns out this is more of an issue of function naming... `getUserContent` makes the underlying request, so we can implement this function by just delegating to `getUserContent` and returning just...
@skitterm I think defaulting to *arcgis.com || same-origin if allowedOrigins is not passed in. I'm not wild about a validator function, for the reasons you mention. Unless @dasa has any...
Oof. I'm not sure I'm qualified to _read_ this let alone have an opinion on how to move forward. If splitting the package solves the issue then that seems reasonable.
Hey @jgravois! That's great!
Having fluent builders would certainly help us bury more platform idiosyncrasies, so that alone is a win. ```js import { search, queryBuilder } from '@esri/arcgis-rest-items'; // ability to construct a...
I'm sure it's a lot of work, but Ember's strategy is nice from the consumer perspective. They implement all new features in the current major, at the same time adding...
Addressed by #919
@tonybattsesri - We have confirmed that there is an issue that's connected to situations involving sharing an item to a group across org's, which is further compounded with org_admin users....
This was addressed for `4.x` by PR #1011, which was released with `4.0.4` of `@esri/arcgis-rest-portal`
added... but there is an issue w/ the `credential` fetch param we are still addressing