Struct hubcaps::git::Git [] [src]

pub struct Git<C> where
    C: Clone + Connect
{ /* fields omitted */ }

reference to git operations associated with a github repo

Methods

impl<C: Clone + Connect> Git<C>
[src]

[src]

[src]

get the blob contents of a given sha https://developer.github.com/v3/git/blobs/#get-a-blob

[src]

get the git reference data of a given ref the specified reference must be formatted as as "heads/branch", not just "branch" https://developer.github.com/v3/git/refs/#get-a-reference