get_response {RDota2} | R Documentation |
The engine of the request functions
Description
The function used to fetch the response content inside the the API functions.
Usage
get_response(dota_id, dota_api_method, dota_api_category, api_version, args)
Arguments
dota_id |
Can take one of three values.
|
dota_api_method |
The api method. |
dota_api_category |
One of IDOTA2Match or IEconDOTA2. |
api_version |
The api version. |
args |
The query arguments for GET. |
Details
This function is of no particular use to the user, but might be useful for anyone who would like to dive deeper into the package development. This function is used to GET the response's content from Steam's API. The function is the core function of the rest of the get_* family functions.
Value
A response to be used in the rest of the get_* family functions.
[Package RDota2 version 0.1.6 Index]