pub trait NewsArchive {
// Required method
fn get_news_archive(&self, params: &GetNewsArchiveParams) -> ApiResult<Json>;
}
Expand description
Trait for the News Archive API.
pub trait NewsArchive {
// Required method
fn get_news_archive(&self, params: &GetNewsArchiveParams) -> ApiResult<Json>;
}
Trait for the News Archive API.