remove requestWrapper from remaining public getter methods

This commit is contained in:
tiagosiebler
2022-05-05 23:42:14 +01:00
parent f4e41331db
commit 4ba36374cc
2 changed files with 15 additions and 24 deletions

View File

@@ -9,11 +9,8 @@ import {
} from './types/spot';
import BaseRestClient from './util/BaseRestClient';
import { getRestBaseUrl, RestClientOptions } from './util/requestUtils';
import RequestWrapper from './util/requestWrapper';
export class SpotClient extends BaseRestClient {
protected requestWrapper: RequestWrapper;
/**
* @public Creates an instance of the Spot REST API client.
*