You are here

42 calls to Github_Api::get() in Bibliography Module 7.2

Github_Api_Commit::getBranchCommits in modules/CiteProc/Github/Api/Commit.php
List commits by username, repo and branch http://develop.github.com/p/commits.html#listing_commits_on_a_branch
Github_Api_Commit::getCommit in modules/CiteProc/Github/Api/Commit.php
Show a specific commit http://develop.github.com/p/commits.html#showing_a_specific_commit
Github_Api_Commit::getFileCommits in modules/CiteProc/Github/Api/Commit.php
List commits by username, repo, branch and path http://develop.github.com/p/commits.html#listing_commits_for_a_file
Github_Api_Issue::getComments in modules/CiteProc/Github/Api/Issue.php
List an issue comments by username, repo and issue number http://develop.github.com/p/issues.html#list_an_issues_comments
Github_Api_Issue::getLabels in modules/CiteProc/Github/Api/Issue.php
List all project labels by username and repo http://develop.github.com/p/issues.html#listing_labels
Github_Api_Issue::getList in modules/CiteProc/Github/Api/Issue.php
List issues by username, repo and state http://develop.github.com/p/issues.html#list_a_projects_issues
Github_Api_Issue::search in modules/CiteProc/Github/Api/Issue.php
Search issues by username, repo, state and search term http://develop.github.com/p/issues.html#list_a_projects_issues
Github_Api_Issue::searchLabel in modules/CiteProc/Github/Api/Issue.php
Search issues by label
Github_Api_Issue::show in modules/CiteProc/Github/Api/Issue.php
Get extended information about an issue by its username, repo and number http://develop.github.com/p/issues.html#view_an_issue
Github_Api_Object::getRawData in modules/CiteProc/Github/Api/Object.php
Returns the raw text content of the object. http://develop.github.com/p/object.html#raw_git_data
Github_Api_Object::listBlobs in modules/CiteProc/Github/Api/Object.php
Lists the data blobs of a tree by tree SHA http://develop.github.com/p/object.html#blobs
Github_Api_Object::showBlob in modules/CiteProc/Github/Api/Object.php
Get the data about a blob by tree SHA and file path. http://develop.github.com/p/object.html#blobs
Github_Api_Object::showTree in modules/CiteProc/Github/Api/Object.php
Get a listing of the root tree of a project by the username, repo, and tree SHA http://develop.github.com/p/object.html#trees
Github_Api_Organization::getAllRepos in modules/CiteProc/Github/Api/Organization.php
List all repositories across all the organizations that you can access http://develop.github.com/p/orgs.html
Github_Api_Organization::getPublicMembers in modules/CiteProc/Github/Api/Organization.php
List all public members of that organization http://develop.github.com/p/orgs.html
Github_Api_Organization::getPublicRepos in modules/CiteProc/Github/Api/Organization.php
List all public repositories of any other organization http://develop.github.com/p/orgs.html
Github_Api_Organization::getTeams in modules/CiteProc/Github/Api/Organization.php
List all teams of that organization http://develop.github.com/p/orgs.html
Github_Api_Organization::show in modules/CiteProc/Github/Api/Organization.php
Get extended information about an organization by its name http://develop.github.com/p/orgs.html
Github_Api_Repo::fork in modules/CiteProc/Github/Api/Repo.php
Make the authenticated user fork a repository http://develop.github.com/p/repo.html
Github_Api_Repo::getDeployKeys in modules/CiteProc/Github/Api/Repo.php
Get the list of deploy keys for a repository
Github_Api_Repo::getPushableRepos in modules/CiteProc/Github/Api/Repo.php
Get a list of the repositories that the authenticated user can push to
Github_Api_Repo::getRepoBranches in modules/CiteProc/Github/Api/Repo.php
Get the branches of a repository http://develop.github.com/p/repo.html
Github_Api_Repo::getRepoCollaborators in modules/CiteProc/Github/Api/Repo.php
Get the collaborators of a repository http://develop.github.com/p/repo.html
Github_Api_Repo::getRepoContributors in modules/CiteProc/Github/Api/Repo.php
Get the contributors of a repository http://develop.github.com/p/repo.html
Github_Api_Repo::getRepoLanguages in modules/CiteProc/Github/Api/Repo.php
Get the language breakdown of a repository http://develop.github.com/p/repo.html
Github_Api_Repo::getRepoNetwork in modules/CiteProc/Github/Api/Repo.php
Get the network (a list of forks) of a repository http://develop.github.com/p/repo.html
Github_Api_Repo::getRepoTags in modules/CiteProc/Github/Api/Repo.php
Get the tags of a repository http://develop.github.com/p/repo.html
Github_Api_Repo::getRepoWatchers in modules/CiteProc/Github/Api/Repo.php
Get the watchers of a repository http://develop.github.com/p/repo.html
Github_Api_Repo::getUserRepos in modules/CiteProc/Github/Api/Repo.php
Get the repositories of a user http://develop.github.com/p/repo.html
Github_Api_Repo::search in modules/CiteProc/Github/Api/Repo.php
Search repos by keyword http://develop.github.com/p/repo.html
Github_Api_Repo::setPrivate in modules/CiteProc/Github/Api/Repo.php
Set the visibility of a repostory to private http://develop.github.com/p/repo.html
Github_Api_Repo::setPublic in modules/CiteProc/Github/Api/Repo.php
Set the visibility of a repostory to public http://develop.github.com/p/repo.html
Github_Api_Repo::show in modules/CiteProc/Github/Api/Repo.php
Get extended information about a repository by its username and repo name http://develop.github.com/p/repo.html
Github_Api_Repo::unwatch in modules/CiteProc/Github/Api/Repo.php
Make the authenticated user unwatch a repository http://develop.github.com/p/repo.html
Github_Api_Repo::watch in modules/CiteProc/Github/Api/Repo.php
Make the authenticated user watch a repository http://develop.github.com/p/repo.html
Github_Api_User::getEmails in modules/CiteProc/Github/Api/User.php
Get the authenticated user emails. Requires authentication.
Github_Api_User::getFollowers in modules/CiteProc/Github/Api/User.php
Request the users following a specific user http://develop.github.com/p/users.html#following_network
Github_Api_User::getFollowing in modules/CiteProc/Github/Api/User.php
Request the users that a specific user is following http://develop.github.com/p/users.html#following_network
Github_Api_User::getKeys in modules/CiteProc/Github/Api/User.php
Get the authenticated user public keys. Requires authentication
Github_Api_User::getWatchedRepos in modules/CiteProc/Github/Api/User.php
Request the repos that a specific user is watching http://develop.github.com/p/users.html#watched_repos
Github_Api_User::search in modules/CiteProc/Github/Api/User.php
Search users by username http://develop.github.com/p/users.html#searching_for_users
Github_Api_User::show in modules/CiteProc/Github/Api/User.php
Get extended information about a user by its username http://develop.github.com/p/users.html#getting_user_information