Protected constructorPrivate #clientAxios client cache
Default timeout limit
Static Protected cacheStatic Protected mocksAxios instance cache
Static defaultsSet defaults
Static optionsStubs options cache
Static Protected stubsStubs instance cache
Protected afterOptional params: IAxiosFetchOptionsOptional meta: Record<string, unknown>After hook
Protected beforeOptional params: IAxiosFetchOptionsOptional meta: Record<string, unknown>Before hook
Protected catchOptional params: IAxiosFetchOptionsOptional meta: Record<string, unknown>Catch hook
Protected fetchOptional options: IAxiosFetchOptionsFetch method
Protected finallyOptional params: IAxiosFetchOptionsOptional meta: Record<string, unknown>Finally hook
Protected getStatic Protected _fetchOptional options: IAxiosFetchOptionsProtected fetch static method
Static fetchOptional options: anyFetch static method
Static Protected getOptional options: IAxiosFetchOptionsGet mock static method
Static Protected instanceStatic Protected setOptional options: IAxiosFetchOptionsSet mock static method
Static stubStub static method
Static unstubStatic use
Description
Axios OOP static interface
Features:
Example