1.1.3 • Published 6 years ago

apihandlerrestful v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Api handler

A simple NodeJs module to use a RESTful API

Build Status npm version

Installation: npm install apihandlerrestful

Usage:

let handler = require('apihandlerrestful');

handler("http://yourapi.com/")
  .then(data => {
    console.log(data.value);

    //Just do whatever you want with data
  })

Important: You are not able to use an API with https://, use normal http://

1.1.3

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

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