Description Usage Arguments Details Value Examples
Builds a URL for retrieving match histories from the dota 2 api.
1  | match_history_url(api_key = api_key, https = TRUE, ...)
 | 
api_key | 
 A String of your steam developer key, see: https://steamcommunity.com/dev/apikey  | 
https | 
 Logical, if True: https, False: http  | 
... | 
 Query parameters, see: http://wiki.teamfortress.com/wiki/WebAPI/GetMatchHistory  | 
When called with no query parameters it will generate a url for retrieveing the last 100 public games.
see: http://wiki.teamfortress.com/wiki/WebAPI/GetMatchHistory
The url for querying the dota 2 api.
1  | match_history_url(api_key = "<your_api_key>")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.