eli
v0.0.4
Published
Unofficial library for Eligible API insurance claims
Downloads
24
Maintainers
Readme
eli.js for Node
This is an unofficial library for Eligible API, written in Javascript for Node.js.
There is an official library in the works for client side Javascript.
Please Note
Very much in development and NOT ready for production use. Let's work together to get it battle hardened.
Eligible API Version
Usage
npm install eli
var Eli = require('eli');
// for production mode
var eli = new Eli(YourApiKey);
// for test mode
var eli = new Eli(YourApiKey, true);
eli
.coverage({
api_key: "ksjfas9320",
// lots more data, see official documentation!
}, function(err, body) {
if(err)
{
console.log(err);
return;
}
console.log(body);
});
Methods
coverage
demographics
authorization
claim
claimStatus