1.0.1 • Published 6 years ago

request-tsuki v1.0.1

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
6 years ago

request-tsuki

request-tsuki provides custom request handling with catch(err => throw err), cookie jar and ES6 promises.

Install it with

npm install request-tsuki // npm

yarn add request-tsuki // or yarn

Samples

const req = require('request-tsuki')

req('https://services.wikia.com/auth/token', {
        username: username,
        password: password,
    }, 'POST').then((data) => {
            console.log(data)
    })
1.0.1

6 years ago

1.0.0

6 years ago