1.0.2 • Published 4 years ago

tammy-adapter-request v1.0.2

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

Tammy // request

npm package

Note: A tammy adapter for making http calls with request module.

NPM version NPM Downloads npm.io


Installation

npm install tammy --save

# for the nodejs
npm install tammy-adapter-request --save
const { http } = require('tammy');
const request = require('tammy-adapter-request');

http.defaults.adapter = request;