ember-arcgis-portal-services
Advanced tools
Changelog
[0.8.0]
item-service.uploadResource(itemId, owner, file)
item-service.addResource(itemId, owner, name, content)
portal-service.getResources
portal-service.removeResource(resourceName)
portal-service.uploadResource(file)
portal-service.addResource(name, content)
Changelog
[0.7.2]
encodeURIComponent
, which allows &
chars in the text
payloadgroups-service.destroy
method to .remove
Changelog
[0.7.0]
session.portalHostName
instead of ENV.APP.arcgisPortal.*
. This makes configuration more consistent and removes duplication urls in the app config file.Changelog
[0.6.0]
ember-network/fetch
to make this fastboot compatibleitem-service.addResource(itemId, owner, file)
item-service.getResources(itemId)
item-service.destroyResource(itemId, owner, resource)