pub trait RequestInfo {
    const BASE_URL: &'static str;
}
Expand description

Trait to provide some basic info about API

Required Associated Constants§

source

const BASE_URL: &'static str

The base URL for the requests.

Implementors§