mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
Merge branch 'master' into feature/angular
This commit is contained in:
commit
c9b4b7ef1d
@ -6,11 +6,7 @@ import type { OpenAPIConfig } from './OpenAPI';
|
||||
|
||||
export class BaseHttpRequest {
|
||||
|
||||
protected readonly config: OpenAPIConfig;
|
||||
|
||||
constructor(config: OpenAPIConfig) {
|
||||
this.config = config;
|
||||
}
|
||||
constructor(protected readonly config: OpenAPIConfig) {}
|
||||
|
||||
public request<T>(options: ApiRequestOptions): CancelablePromise<T> {
|
||||
throw new Error('Not Implemented');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user