🚀 DAY 4 OF LAUNCH WEEK:Introducing Socket Scanning for OpenVSX Extensions.Learn more →
Socket
Book a DemoInstallSign in
Socket

elasticio-rest-node

Package Overview
Dependencies
Maintainers
6
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticio-rest-node

elastic.io REST API client

latest
npmnpm
Version
2.0.0
Version published
Maintainers
6
Created
Source

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

FAQs

Package last updated on 08 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts