api_contests: Contests

Description Usage Arguments Value

View source: R/api.R

Description

Information on contests for a league/competition (includes scheduled as well as played games)

Usage

1
2
api_contests(key = NA, league = NA, competition = NA, status = NA,
  limit = NA, round = NA, platform = NA, exact = 1, ...)

Arguments

key

API access key (required)

league

League name (defaults to Cabalvision Official League)

competition

Competition name (defaults to all competitions in league)

status

scheduled, in_progress, or played (defaults to scheduled)

limit

Number of statistics to return (defaults to 100)

round

Round of competition

platform

pc, ps4, or xb1 (optional)

exact

0 or 1 - Exact matching for league name

Value

List containing four named elements

upcoming_matches: list of match information - match_id, competition, round, opponents, winner (if played)
urls: a list of urls for various game assets
context: Information about the league/competition requested
meta: a list of information about the query

nufflytics/nufflytics documentation built on Oct. 10, 2020, 5:27 p.m.