[][src]Trait ya_client::web::WebInterface

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>> { ... }
}

Associated Constants

const API_URL_ENV_VAR: &'static str

const API_SUFFIX: &'static str

Loading content...

Required methods

fn from_client(client: WebClient) -> Self

Loading content...

Provided methods

fn rebase_service_url(base_url: Rc<Url>) -> Result<Rc<Url>>

Loading content...

Implementors

impl WebInterface for ActivityProviderApi[src]

impl WebInterface for ActivityRequestorApi[src]

impl WebInterface for ActivityRequestorControlApi[src]

impl WebInterface for ActivityRequestorStateApi[src]

impl WebInterface for MarketProviderApi[src]

impl WebInterface for MarketRequestorApi[src]

impl WebInterface for PaymentProviderApi[src]

impl WebInterface for PaymentRequestorApi[src]

Loading content...