0.7.0 • Published 6 years ago

yeep v0.7.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Yeep API Client

Yeep API client for Node.js and the browser.

Build Status npm version

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
});

License

MIT

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago