Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

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