Skip to content

elasticio/elasticio-rest-node

Repository files navigation

Circle CI Coverage Status

Installation

npm install elasticio-rest-node

Documentation

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

API Overview

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

About

Node.js client for the elastic.io REST API

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 12