🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

goinstant-rest

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

goinstant-rest

Client for GoInstant's REST API

1.2.5
latest
Source
npm
Version published
Weekly downloads
8
-20%
Maintainers
1
Weekly downloads
 
Created
Source

REST API Client

A Node.JS module which provides an interface to all routes supported by the v1 GoInstant REST API

API Documentation

Documentation for the GoInstant REST API is available at https://developers.goinstant.com/v1/rest-api

Client Example

Simply pass your credentials to the constructor and the module handles the REST (Pun intended).

var GoInstant = require('goinstant-rest').v1;

var client = new GoInstant({
  client_id: 'YOUR CLIENT ID HERE',
  client_secret: 'YOUR CLIENT SECRET HERE'
});

Authentication

Your set of credentials, the client_id and client_secret, allow the client to generate access tokens for use with authenticated requests. Currently every route on the GoInstant REST API requires authentication.

Obtaining Credentials

Credentials can be generated through your GoInstant dashboard via https://goinstant.com/dashboard/credentials

Client

Keywords

goinstant

FAQs

Package last updated on 02 Apr 2014

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