match_history_url: Match History url

Description Usage Arguments Details Value Examples

Description

Builds a URL for retrieving match histories from the dota 2 api.

Usage

1
match_history_url(api_key = api_key, https = TRUE, ...)

Arguments

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

Details

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

Value

The url for querying the dota 2 api.

Examples

1
match_history_url(api_key = "<your_api_key>")

johnWilshire/dota2api documentation built on May 19, 2019, 3:03 p.m.