queryCount

Get the API calls associated with the API key.

This method belongs to the class - Alpha

Parameters

PARAMETER

-

Returns

Promise<QueryCount>

Example Code

new Alpha(apiKey).queryCount().then(x => console.log(x));

Last updated