- createRequest(__namedParameters): (<ResponseBody>(__namedParameters: RequestOptions) => Promise<ResponseBody>)
Parameters
- __namedParameters: {
apiKey: string;
baseUrl: string;
customHeaders?: Record<string, string>;
}apiKey: string
baseUrl: string
Optional
customHeaders?: Record<string, string>
Returns (<ResponseBody>(__namedParameters: RequestOptions) => Promise<ResponseBody>)