Trait mangadex_api::MangaDexClient[][src]

pub trait MangaDexClient {
    fn client(&self) -> &Client;
fn api_url(&self) -> String; fn base_url(&self) -> &str { ... }
fn base_api_url(&self) -> &str { ... } }

Base trait for defining MangaDex clients.

Required methods

fn client(&self) -> &Client[src]

Return the HTTP client that makes HTTP requests.

fn api_url(&self) -> String[src]

Return the base MangaDex API URL

Loading content...

Provided methods

fn base_url(&self) -> &str[src]

Return the base MangaDex URL.

fn base_api_url(&self) -> &str[src]

Return the base MangaDex API URL.

Loading content...

Implementors

Loading content...