yeep
v0.7.0
Published
Yeep API client for Node.js and the browser.
Downloads
6
Readme
Yeep API Client
Yeep API client for Node.js and the browser.
Features
- Supports promises + async/await.
Installation
$ npm install yeep
Requirements
- Node.js v.6+
Quick start
Create new yeep client.
const yeep = require('yeep');
const client = yeep.create({
authToken: 'abc'
});
yeep.user.info({
org: 'acme',
id: 1
});