🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

eli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eli

Unofficial library for Eligible API insurance claims

latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
18
20%
Maintainers
1
Weekly downloads
 
Created
Source

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

V 1.1

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

Official stuff

Keywords

eligibility

FAQs

Package last updated on 27 Jul 2013

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