@sasjs/adapter
Version:
JavaScript adapter for SAS
13 lines (12 loc) • 543 B
TypeScript
import { RequestClient } from './RequestClient';
import { AxiosResponse } from 'axios';
import { SasjsParsedResponse } from '../types';
/**
* Specific request client for SASJS.
* Append tokens in headers.
*/
export declare class SasjsRequestClient extends RequestClient {
getHeaders: (accessToken: string | undefined, contentType: string) => any;
protected parseResponse<T>(response: AxiosResponse<any>): SasjsParsedResponse<T>;
}
export declare const SASJS_LOGS_SEPARATOR = "SASJS_LOGS_SEPARATOR_163ee17b6ff24f028928972d80a26784";