cheetah-client

1.0.0 • Public • Published

cheetah-client

Examples

const cheetah = new CheetahClient()
 
 
await cheetah.authenticate({
  username: 'username',
  password: 'password',
  client_id: 5551234,
})
 
// Fetch a content block by its Object Ref ID
const contentBlock = await cheetah.getContentBlock(10454)
 
console.log(contentBlock.obj.display_name)

Package Sidebar

Install

npm i cheetah-client

Weekly Downloads

8

Version

1.0.0

License

MIT

Unpacked Size

3.69 kB

Total Files

9

Last publish

Collaborators

  • dollarshaveclub-engineering