@veeroute/lss-account-angular
Version:
OpenAPI client for @veeroute/lss-account-angular
22 lines (21 loc) • 887 B
TypeScript
/**
* VRt.Account [AC]
*
* The version of the OpenAPI document: 7.23.2926
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
import { HttpHeaders, HttpParams, HttpParameterCodec } from '@angular/common/http';
import { Configuration } from './configuration';
export declare class BaseService {
protected basePath: string;
defaultHeaders: HttpHeaders;
configuration: Configuration;
encoder: HttpParameterCodec;
constructor(basePath?: string | string[], configuration?: Configuration);
protected canConsumeForm(consumes: string[]): boolean;
protected addToHttpParams(httpParams: HttpParams, value: any, key?: string, isDeep?: boolean): HttpParams;
protected addToHttpParamsRecursive(httpParams: HttpParams, value?: any, key?: string, isDeep?: boolean): HttpParams;
}