UNPKG

cf-wrapper

Version:

The definitive CF wrapper to be able to perform anything that can be done through the UI.

9 lines (6 loc) 221 B
import axios from "axios"; import { wrapper } from 'axios-cookiejar-support'; import { CookieJar } from 'tough-cookie'; const jar = new CookieJar(); const client = wrapper(axios.create({ jar })); export default client;