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