match_details_url: Match Details url

Description Usage Arguments Value Examples

Description

Builds a URL for retrieving match details

Usage

1
match_details_url(api_key = api_key, match_id, https = TRUE)

Arguments

api_key

A String of your steam developer key, see: https://steamcommunity.com/dev/apikey

match_id

The id of the match that you wish to get more information about.

https

Logical, if True: https, False: http

Value

The url for querying the dota 2 api.

Examples

1
match_details_url(api_key = "<your_api_key>", match_id = 123114122)

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