UNPKG

@crowdin/crowdin-api-client

Version:
14 lines (13 loc) 361 B
import { AxiosInstance } from 'axios'; /** * @internal */ export declare class AxiosProvider { private static readonly CROWDIN_API_MAX_CONCURRENT_REQUESTS; private static readonly CROWDIN_API_REQUESTS_INTERVAL_MS; private pendingRequests; axios: AxiosInstance; constructor(); private configureRequest; private configureResponse; }