[][src]Module brawl_api::http

Module related to the internals of fetching and requesting to the Brawl Stars API.

Re-exports

pub use client::Client;
pub use routes::Route;

Modules

client

Contains the Client class, responsible for API authentication.

request

Contains the Request class, used for building requests to the API.

routes

Contains the Route enum, responsible for listing the available API endpoints and parsing the given values into a valid URL.