pub struct EndpointGenerator;
Implementations§
source§impl EndpointGenerator
impl EndpointGenerator
pub fn user_followers() -> Result<Url>
source§impl EndpointGenerator
impl EndpointGenerator
pub fn user_following() -> Result<Url>
source§impl EndpointGenerator
impl EndpointGenerator
pub fn user_repos() -> Result<Url>
source§impl EndpointGenerator
impl EndpointGenerator
pub fn user_search() -> Result<Url>
source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_search() -> Result<Url>
source§impl EndpointGenerator
impl EndpointGenerator
pub fn all_notifications() -> Result<Url>
source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_infos() -> Result<Url>
source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_assignees() -> Result<Url>
source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_issues() -> Result<Url>
source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_pull_requests() -> Result<Url>
source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_labels() -> Result<Url>
source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_milestones() -> Result<Url>
source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_branches() -> Result<Url>
source§impl EndpointGenerator
impl EndpointGenerator
pub fn repo_update_issue(issue_id: usize) -> Result<Url>
pub fn repo_put_issue_labels(issue_id: usize) -> Result<Url>
pub fn repo_update_milestone(milestone_id: usize) -> Result<Url>
pub fn repo_forks(ownername: &str, reponame: &str) -> Result<Url>
pub fn repo_comments_for_id(issue_or_pr_id: usize) -> Result<Url>
pub fn repo_labels_with_id(label_id: usize) -> Result<Url>
pub fn repo_update_pull_request(pull_request_id: usize) -> Result<Url>
pub fn get_user_repos(username: String) -> Result<Url>
pub fn get_org_repos(orgname: String) -> Result<Url>
pub fn get_notification_thread(thread_id: usize) -> Result<Url>
Trait Implementations§
source§impl Clone for EndpointGenerator
impl Clone for EndpointGenerator
source§fn clone(&self) -> EndpointGenerator
fn clone(&self) -> EndpointGenerator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more