@crowdin/app-project-module
Version:
Module that generates for you all common endpoints for serving standalone Crowdin App
11 lines (10 loc) • 340 B
TypeScript
import { AxiosInstance } from 'axios';
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;
}