Skip to content

yeepio/yeep-sdk

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published