Struct docbase_io::client::Client [] [src]

pub struct Client {
    pub api_key: String,
}

Fields

api_key: String

Methods

impl Client
[src]

fn teams(&self) -> Vec<Team>

fn post_detail(&self, domain: &str, post_id: u32) -> Post

fn load_prev_post_search_result(&self, res: &PostSearchResult) -> PostSearchResult

fn load_next_post_search_result(&self, res: &PostSearchResult) -> PostSearchResult

fn team(&self, team: String) -> TeamRequestBuilder