Trait mangadex_api::v5::api_client::id::IdEndpointMethods

source ·
trait IdEndpointMethods {
    // Required methods
    fn get(&self) -> GetClientBuilder;
    fn post(&self) -> EditClientBuilder;
    fn delete(&self) -> DeleteClientBuilder;
    fn secret(&self) -> SecretEndpoint;
}

Required Methods§

Implementors§