Cachios method-in-options example

node v6.17.1
version: master
endpointsharetweet
const cachios = require('cachios'); (async () => { console.log(await cachios.request({ url: 'https://httpbin.org/post', method: 'post' })); })();
Loading…

no comments

    sign in to comment