pub trait Endpoint {
type Value: DeserializeOwned;
const URI: &'static str;
const AUTHENTICATED: bool;
const LOCALIZED: bool;
}
pub trait Endpoint {
type Value: DeserializeOwned;
const URI: &'static str;
const AUTHENTICATED: bool;
const LOCALIZED: bool;
}