UNPKG

@itwin/reality-data-client

Version:

HTTP Client for the iTwin Platform Reality Management APIs

8 lines 453 B
import type { AxiosRequestConfig, Method } from "axios"; import { ApiVersion } from "./RealityDataClient"; /** * Build the request methods, headers, and other options * @param accessTokenString The client access token string */ export declare function getRequestConfig(accessTokenString: string, method: Method, url: string, apiVersion: ApiVersion, returnFullRepresentation?: boolean): AxiosRequestConfig; //# sourceMappingURL=RequestOptions.d.ts.map