GamesApi: Games operations

Description Methods Public fields Active bindings Methods

Description

swagger.Games

Methods

get_advanced_box_score Advanced box scores

get_calendar Season calendar

get_game_media Game media information and schedules

get_games Games and results

get_player_game_stats Player game stats

get_team_game_stats Team game stats

get_team_records Team records

Public fields

path

Stores url path of the request.

apiClient

Handles the client-server communication.

userAgent

Set the user agent of the request.

Active bindings

path

Stores url path of the request.

Methods

Public methods


Method new()

Usage
GamesApi$new(apiClient)

Method get_advanced_box_score()

Usage
GamesApi$get_advanced_box_score(game_id, ...)

Method get_calendar()

Usage
GamesApi$get_calendar(year, ...)

Method get_game_media()

Usage
GamesApi$get_game_media(
  year,
  week,
  season_type,
  team,
  conference,
  media_type,
  ...
)

Method get_games()

Usage
GamesApi$get_games(
  year,
  week,
  season_type,
  team,
  home,
  away,
  conference,
  id,
  ...
)

Method get_player_game_stats()

Usage
GamesApi$get_player_game_stats(
  year,
  week,
  season_type,
  team,
  conference,
  category,
  game_id,
  ...
)

Method get_team_game_stats()

Usage
GamesApi$get_team_game_stats(
  year,
  week,
  season_type,
  team,
  conference,
  game_id,
  ...
)

Method get_team_records()

Usage
GamesApi$get_team_records(year, team, conference, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
GamesApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


saiemgilani/cfbd-api-R documentation built on Feb. 16, 2021, 12:07 a.m.