[][src]Module brawl_api::constants

Contains constant values used within the lib.

Enums

Brawlers

This eunm is an effort to aid the programmer's usage of brawler-related endpoints, by mapping human-readable brawler names to their respective IDs. (Use by casting to int; e.g. x as usize)

Constants

API_URI

The initial URL path to the Brawl Stars API v1.

TIMELIKE_FORMAT

The format used in TimeLike.parse. (Feature-gated with the chrono feature)

USER_AGENT

The user agent to use indicating this lib was used to request.