-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design API for @esri/arcgis-rest-portal module #67
Comments
putting on my outside developer 🎩 this is the first module that to me feels slightly intangible, or at least difficult to explain.
@patrickarlt and others are currently in the process of reorganizing and porting our raw REST documentation to try and come up with a more digestible hierarchy, so perhaps we can benefit by inheriting from that new design here. |
@jgravois agreed - but it's something I need in this other app now - so if we have a better name now, I can change it. I guess if there is going to be a pattern for "comsuming" vs "admin" modules, we can go that route as well - i.e. feature service query/edit vs service create/modify etc. But, the "portal/self" call seems ubiquitous - so much that maybe we put this in the request module itself? |
i could definitely live with that. i actually already turned my head sideways when i realized that the new methods weren't in the same place as if anyone else is worried about bloat (presumably because ES6 imports and tree shaking aren't doing their job) that will act as an incentive to take a harder look at designing an architecture everyone can get behind. |
cool - I'll push the portal/self in #68 into the Hub does a mess of stuff w/ |
Module that will encapsulate CRUD methods for the portal resource.
Initially, has
getPortal
andgetSelf
The text was updated successfully, but these errors were encountered: