fix test and jsdoc

This commit is contained in:
tiagosiebler
2022-09-20 00:01:59 +01:00
parent 0ad221fe5a
commit 22c0de50b0
4 changed files with 4 additions and 10 deletions

View File

@@ -61,10 +61,7 @@ export default abstract class BaseRestClient {
abstract getClientType(): RestClientType;
/**
* Create an instance of the REST client
* @param {string} key - your API key
* @param {string} secret - your API secret
* @param {boolean} [useLivenet=false]
* Create an instance of the REST client. Pass API credentials in the object in the first parameter.
* @param {RestClientOptions} [restClientOptions={}] options to configure REST API connectivity
* @param {AxiosRequestConfig} [networkOptions={}] HTTP networking options for axios
*/