Skip to content

manubop/intranet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intranet Access Module

Install:

npm install git+ssh://[email protected]:manubop/intranet.git

Sample usage:

const intranet = require('intranet')

function logResponse (res) {

	console.log(res.path + '[' + res.statusCode + ']');
	console.log(JSON.parse(res.body));
}

var session = new intranet.IntranetSession('some.url.fr', 'username', 'password');

session.get('/some/rest/path').then(logResponse);

Ref: https://devcentral.f5.com/articles/what-is-big-ip-apm-27240

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •