Class: Request

Request

new Request(request, logger)

A class to handle manual requests to SteamID on behalf of the bot account.
Parameters:
Name Type Description
request
logger
Source:

Methods

getRequestAPI(apiInterface, version, method, options, callbackRequestAPI)

Send GET Request to SteamAPI with details
Parameters:
Name Type Description
apiInterface (String) - Interface name
version (String) - Interface version (v1 or v2 depending on interface)
method (String) - method to access
options Data to attach to request
callbackRequestAPI -
Source: