yeep

0.7.0 • Public • Published

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

Package Sidebar

Install

npm i yeep

Weekly Downloads

1

Version

0.7.0

License

MIT

Last publish

Collaborators

  • jmike