cleaning and expand public api tests

This commit is contained in:
tiagosiebler
2021-06-24 00:41:21 +01:00
parent ef427f524a
commit bbdf6edad9
6 changed files with 152 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ export class LinearClient extends SharedEndpoints {
protected requestWrapper: RequestWrapper;
/**
* @public Creates an instance of the inverse REST API client.
* @public Creates an instance of the linear REST API client.
*
* @param {string} key - your API key
* @param {string} secret - your API secret
@@ -22,7 +22,8 @@ export class LinearClient extends SharedEndpoints {
restClientOptions: RestClientOptions = {},
requestOptions: AxiosRequestConfig = {}
) {
super()
super();
this.requestWrapper = new RequestWrapper(
key,
secret,