elasticio-rest-node
v2.0.0
Published
elastic.io REST API client
Keywords
Readme
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
});