!! WARNING !! this package is deprecated. Please use OzoneClient.ItemClient from ozone-typescript-client. !!
ozone-api-item
is low level es6 module to ozone api.
It provide CRUD operation and search in a given collection.
import {OzoneApiItem} from 'ozone-api-item'
const ozoneApiSearch = new OzoneApiItem(); // return instance of OzoneApiItem located in the dom
const result = ozoneApiSearch.on('item').getOne('an-id');
$ npm install ozone-api-item