Trait apiety::Endpoint [] [src]

pub trait Endpoint {
    fn get_url(&self) -> &str;
}

Provides the second part of a url required to perform the request for the endpoint which implements this trait

Required Methods

Implementors