Added API key info to inverse client
Other APIs have duplicate implementation so adding just to inverse client
This commit is contained in:
@@ -386,4 +386,10 @@ export class InverseClient extends SharedEndpoints {
|
|||||||
}): GenericAPIResponse {
|
}): GenericAPIResponse {
|
||||||
return this.requestWrapper.get('v2/private/account/lcp', params);
|
return this.requestWrapper.get('v2/private/account/lcp', params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//API Key Info
|
||||||
|
getAPIKeyInfo(): GenericAPIResponse {
|
||||||
|
return this.requestWrapper.get('v2/private/account/api-key');
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user