getLogIDsJSON: Use logs.tf's query JSON API

Description Usage Arguments Value

View source: R/getLogIDs.R

Description

The log.tf query api has three queries that can be made, an uploader, a name and a player. Out of these, the player is the most reliable without prior knowledge. The result is a vector of log IDs that can be then feed into 'getLog' One of the queries are required but all three can be supplied

Usage

1
getLogIDsJSON(title = "", uploader = "", player = "", num = 10)

Arguments

title

The title of the match that you want to query

uploader

The person or bot that actually put the game on log.tf

player

The SteamID3 [U:int:numbers] or the 16 digit id

num

The maximum number of IDs to output

Value

a vector of IDs


sidjai/tf2statr documentation built on May 29, 2019, 9:59 p.m.