Skip to content
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

call out to rest-js for a handful of methods #43

Merged
merged 7 commits into from
Dec 4, 2018
Merged

Conversation

jgravois
Copy link
Contributor

@jgravois jgravois commented Nov 29, 2018

resolves #41

  • addFeature()
  • addFeatures()
  • updateFeature()
  • updateFeatures()
  • deleteFeature()
  • deleteFeatures()
  • query()
  • getLayerInfo()
  • getLayersInfo()
  • getAttachmentsById()
  • getById()
  • getById() (the other one)

disclaimer: i only physically exercised the functions that can be called from within the dummy app.

@dbouwman
Copy link
Member

dbouwman commented Dec 4, 2018

I updated this to argjs 1.14.3 to pick up some server federation bug fixes, and validated that it works in the Item picker dummy app

@dbouwman dbouwman merged commit f7b444e into master Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace function implementations with functions from @esri/arcgis-rest-feature-service
2 participants