kentico-deliver-js

0.1.5 • Public • Published

Kentico Deliver/Cloud JavaScript API (Unofficial) WIP

Usage

npm i kentico-deliver-js --save
import KenticoCloudAPI from 'kentico-deliver-js';
 
const api = new KenticoCloudAPI('Project-ID');
 
// Get all items of content type `drinks`
let items;
 
api
 .type('drinks')
 .run()
 .then(result => console.info(result, 👌))
 .catch(error => console.warn(error))

API

... WIP

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.5
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.5
    0
  • 0.1.4
    0
  • 0.1.3
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i kentico-deliver-js

Weekly Downloads

0

Version

0.1.5

License

ISC

Last publish

Collaborators

  • jpsear