-
Notifications
You must be signed in to change notification settings - Fork 63
Setting up Axios
Cocoa Wang edited this page Oct 25, 2023
·
2 revisions
Last updated: 10/25/2023
The code is a test suite for the Axios Cache Interceptor, a module that allows caching of HTTP requests made with Axios. The tests use the Axios library, the axios-cache-interceptor module, and the public APIs endpoint.
The test suite consists of three tests:
- the first test checks that the configuration for Axios with the cache interceptor is valid and available to check;
- the second test checks that the cache is working as expected with concurrent requests;
- the third test checks that the cache is invalidated when the time-to-live (TTL) expires.
- Home
- App Logic
- App Structure
- Getting Started
- Local Environment Setup
- Interacting with the Development Database
- User Background
- Features
- Data Structures
- API Quick Reference
- Single Campaign Mode (Beta)
- Front-end
- Components
- Pages
- State Management
- Amplify API reference (Database)
- Lob Mailing API integration
- Auth0 API Integration
- Stripe API integration
- Cicero API Integration
- Twilio API Integration