ozone-api-item
v6.3.6
Published
[![NPM version][npm-image]][npm-url] # ozone-api-item
Downloads
778
Keywords
Readme
ozone-api-item
!! 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.
Usage
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');
Install
$ npm install ozone-api-item