New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nitrapi

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nitrapi

Node.js based SDK for the Nitrapi

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

nitrapi NPM version Build Status Dependency Status

NodeJs based SDK for the Nitrapi

Installation

$ npm install --save nitrapi

Usage

var Nitrapi = require('nitrapi');

var api = new Nitrapi("<access token>");

api.getServices(function (services) {
  // successfully got our service list
  console.log(services);
}, function (error) {
  // an error occured
  console.error(error);
});

Documentation

This SDK works very similar to the Nitrapi-PHP SDK. You can read the comments there to find out which parameters most methods expect.

For more information on the capabilities of the Nitrapi, consult the official documentation.

License

MIT © CodingNavi

FAQs

Package last updated on 13 Nov 2016

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