Skip to contents

Returns targeted match's details on Halo Infinite.

Usage

halo_matches_retrieve(
  id,
  version = get_HaloDotAPI_version(),
  token = get_HaloDotAPI_token(),
  .progress = TRUE
)

Arguments

id

Character vector of match IDs.

version

HaloDotAPI Version.

token

HaloDotAPI Token.

.progress

Logical. Should a progress bar be displayed? Passed on to furrr::future_map().

Value

For a single ID, a list with class match. For multiple IDs, a list with class collection where each item in the list is a list with class match.