0.2.6 • Published 7 years ago

ief-utils v0.2.6

Weekly downloads
77
License
-
Repository
github
Last release
7 years ago

ief-utils

A utility wrapper for various tasks on Integrator.IO.

NPM

Install

Add dependency in package.json or Install via command line

npm install ief-utils

package.json
{
    ...,
    "ief-utils" : "0.0.1"
}

API

There are currently two methods available in the utils:

integratorRestClient( requestOptions, callback)

requestOptions

requestoption must have these values

1. bearerToken : Your Token from IntegratorIO account

2. resourcetype :

Sample values :
integratios, connections, expoerts, imports, flows

3. id

Give id for the resource

4. data

This contains the JSON that you want to put/post to the resource.

Use

Based on the above four paramteres the API will determine whether it is get, post or put call.The delete operation is not supported for now.
util = require('ief-utils')
util.integratorRestClient( requestOptions, function(err, response, body){
    //do next processing 
})  
0.2.6

7 years ago

0.2.5

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.1.11

8 years ago

0.2.0

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.0.9

8 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago