0.1.8 • Published 4 years ago

idn_schools_client v0.1.8

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Node Wrapper for the InfraDigital Client APIs

A module that wraps IDN Client APIs.

Installing

Make sure you have Node.js installed and your in your projects working directory.

npm install --save IDN_client_node

This command will install the IDN node client in your current project and add it to your packages.json file

Running

You will need the username and password you recieved from IDN support. You can install the module like so:

let idn = require('./index.js');

And initialise the connection with IDN like so:

idn.init({
    	user : "YOUR_USERNAME",
    	pass : "YOUR_PASSWORD",
    	env  : "test"
    });

Documentation

Full API documentation is described here

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago