Trait ya_client::web::WebInterface
source · [−]pub trait WebInterface {
const API_URL_ENV_VAR: &'static str;
const API_SUFFIX: &'static str;
fn from_client(client: WebClient) -> Self;
fn rebase_service_url(base_url: Rc<Url>) -> Result<Rc<Url>> { ... }
}Required Associated Constants
source
const API_URL_ENV_VAR: &'static str
source
const API_SUFFIX: &'static str
Required Methods
source