Skip to content

Latest commit

 

History

History

ozone-api-item

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NPM version

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