// Import dependenciesimport{ setup }from'axios-cache-adapter'// Create `axios` instance with pre-configured `axios-cache-adapter` attached to itconstapi = setup({// `axios` optionsbaseURL:'http://some-rest.api',// `axios-cache-adapter` optionscache: {maxAge:15*60*1000} })// Send ...
// Import dependenciesimport{setup}from'axios-cache-adapter'// Create `axios` instance with pre-configured `axios-cache-adapter` attached to itconstapi=setup({// `axios` optionsbaseURL:'http://some-rest.api',// `axios-cache-adapter` optionscache:{maxAge:15*60*1000}})// Send a GET re...
import{setup}from'axios-cache-adapter'constapi=setup({baseURL:'https://httpbin.org',cache:{maxAge:15*60*1000}})// Use global instance configapi.get('/get').then((response)=>{// Do something awesome with response})// Override `maxAge` and cache URLs with query parametersapi.get('/...
🚀 axios-cache-adapter Caching adapter for axios. Store request results in a configurable store to prevent unneeded network requests. Adapted fromsuperapi-cacheby@stephanebachelier Note: Per request override does not work withaxios@0.19.0as mentioned inthis issue. Until it is fixed,axios-cache-ad...
//github.com/RasCarlito/axios-cache-adapter", "license": "MIT", "devDependencies": { "@babel/core": "^7.1.2", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.1.0", "assert": "^1.4.1", "babel-loader": "^8.0.4", "cache-control-esm": "1.0.0", "codecov": "^...
Releases: lisaogren/axios-cache-adapterReleases Tags Fix type for new `methods` config again03 Mar 09:56 2.7.3 2d51cee Compare Fix type for new `methods` config again Latest fix: Change methods type to array of predefined strings (#239) @antonkravc Assets 2 Loading ...
I just can't get this to work. I even downgraded axios. "axios": "^0.18.1" "axios-cache-adapter": "^2.4.1" apiclient.js: import { setup } from 'axios-cache-adapter' import config from '../../config/config' const apiClient = setup({ baseU...
Caching adapter for axios. Store request results in a configurable store to prevent unneeded network requests. - Fix typos in runkit example · fitronics/axios-cache-adapter@a680fb6
Issues: lisaogren/axios-cache-adapterLabels 9 Milestones 1 46 Open 76 Closed Author Label Projects Milestones Assignee Sort Issues listLatest axios Conflicting peer dependency: axios@0.21.4 #273 opened Feb 19, 2023 by mulib 1 reqConfig.adapter is not a function #272 opened Feb 1, 2023...
stack: 'TypeError: reqConfig.adapter is not a function\n' + ' at _callee$ (C:\Users\dmx\WebstormProjects\VAR\Gamemaketplace\polka-env\gmp-backend\node_modules\axios-cache-adapter\dist\webpack:\axiosCacheAdapter\src\api.js:35:29)\n' + ...