elasticio-rest-node

1.2.7 • Public • Published

Circle CI Coverage Status

Installation

npm install elasticio-rest-node

Documentation

Documentation is available at http://api.elastic.io/docs/

API Overview

var client = require('elasticio-rest-node')('YOUR_EMAIL', 'YOUR_API_KEY');

Repos

client.repos.retrieve('555c5ade13c2298a9d32fe67')
    .then(function (repo) {
        // Do something with your repo
    });

Users

client.users.me()
    .then(function (user) {
        // Do something with your user
    });

Readme

Keywords

none

Package Sidebar

Install

npm i elasticio-rest-node

Weekly Downloads

55

Version

1.2.7

License

none

Unpacked Size

22 kB

Total Files

22

Last publish

Collaborators

  • ariklabs
  • andrewreshitko
  • stas1313
  • legendmiha
  • garry_ua
  • vi6x