Module splits_io_api::race

source ·
Expand description

The race module handles retrieving Races. A Race is a competition between multiple Runners.

API Documentation

Structs

Enums

  • The type of racer to join the Race as.
  • The type of update to perform on the given property.

Functions

  • Creates a new Race.
  • Finishes the Race for the given entry.
  • Forfeits the Race for the given entry.
  • Gets a Race by its ID.
  • Gets all the currently active Races on splits.io.
  • Gets all of the chat messages for a Race.
  • Gets all of the entries for a Race.
  • Gets the entry in a Race that is associated with the current user.
  • Joins the Race for the given entry.
  • Leaves the Race for the given entry.
  • Declares the given entry as ready for a Race.
  • Sends a message in the chat for a Race.
  • Undoes a finish for the given entry in a Race.
  • Undoes a forfeit for the given entry in a Race.
  • Undoes a ready for the given entry in a Race.
  • Updates a Race.