ember-arcgis-portal-services
Advanced tools
Changelog
[0.5.0]
item-search-form
and list-pager
components into the dummy app as they are no intended to be part of this addon.Changelog
[0.4.0]
Changelog
[0.1.3]
item-service.serializeItem(item)
internal function that will correctly serialize an item for POSTing to the item apis via jQueryportal-service
with update
.nvmrc
and .travis.yml
Changelog
[0.1.2]
groups-service
with .search(query)
items-service
with
.search(query)
.getById(:itemId)
.getDataById(:itemId)
.create(item)
, will create the data via item.text
is sent.update(item)
, will update the data via item.text
is sent