bespeak
v0.1.1
Published
Lightweight, intuitive http requests.
Downloads
4
Readme
bespeak
Lightweight, intuitive http(s) requests.
Example
npm install bespeakUsage
import request from 'bespeak'
export default async function () {
const response = await request('pori.io')
// ...
}import request from 'bespeak'
export default async function (json) {
const response = await request('api.likert.io/track', {
method: 'POST'
}, json)
// ...
}License
MIT
pori.io · GitHub @pori · Twitter @pori_alex
