PlayersApi: Players operations

Description Methods Public fields Active bindings Methods

Description

swagger.Players

Methods

get_player_season_stats Player stats by season

get_player_usage Player usage metrics broken down by season

get_returning_production Team returning production metrics

player_search Search for player information

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
PlayersApi$new(apiClient)

Method get_player_season_stats()

Usage
PlayersApi$get_player_season_stats(
  year,
  team,
  conference,
  start_week,
  end_week,
  season_type,
  category,
  ...
)

Method get_player_usage()

Usage
PlayersApi$get_player_usage(
  year,
  team,
  conference,
  position,
  player_id,
  exclude_garbage_time,
  ...
)

Method get_returning_production()

Usage
PlayersApi$get_returning_production(year, team, conference, ...)

Method player_search()

Usage
PlayersApi$player_search(search_term, position, team, year, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
PlayersApi$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.