Struct docbase_io::client::Client
[−]
[src]
pub struct Client {
pub api_key: String,
}Fields
api_key: String
pub struct Client {
pub api_key: String,
}api_key: String
impl Client[src]fn teams(&self) -> Vec<Team>fn post_detail(&self, domain: &str, post_id: u32) -> Postfn load_prev_post_search_result(&self, res: &PostSearchResult) -> PostSearchResultfn load_next_post_search_result(&self, res: &PostSearchResult) -> PostSearchResultfn team(&self, team: String) -> TeamRequestBuilder