pip compatible server to serve Python packages out of GitHub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Sean Wang 4733e0e1d7 Added API support for Gist comments. 13 years ago
..
activity.go minor cleanup from file refactor 13 years ago
activity_events.go Added ListEventsForOrganization 13 years ago
activity_events_test.go Added ListEventsForOrganization 13 years ago
activity_star.go return Response object from all API functions 13 years ago
activity_star_test.go remove unnecessary type declarations 13 years ago
doc.go move package docs to doc.go 13 years ago
gists.go Changed boolean checks to a Is*() naming convention. 13 years ago
gists_comments.go Added API support for Gist comments. 13 years ago
gists_comments_test.go Added API support for Gist comments. 13 years ago
gists_test.go remove unnecessary type declarations 13 years ago
git.go Restructured Git Data Service files. 13 years ago
git_commits.go return Response object from all API functions 13 years ago
git_commits_test.go return Response object from all API functions 13 years ago
git_trees.go return Response object from all API functions 13 years ago
git_trees_test.go return Response object from all API functions 13 years ago
github.go move package docs to doc.go 13 years ago
github_test.go remove unnecessary type declarations 13 years ago
issues.go Adding Label struct that is in Issue 13 years ago
issues_assignees.go Changed boolean checks to a Is*() naming convention. 13 years ago
issues_assignees_test.go remove unnecessary type declarations 13 years ago
issues_comments.go return Response object from all API functions 13 years ago
issues_comments_test.go remove unnecessary type declarations 13 years ago
issues_labels.go add methods for issue labels 13 years ago
issues_labels_test.go remove unnecessary type declarations 13 years ago
issues_test.go remove unnecessary type declarations 13 years ago
orgs.go return Response object from all API functions 13 years ago
orgs_members.go Changed boolean checks to a Is*() naming convention. 13 years ago
orgs_members_test.go remove unnecessary type declarations 13 years ago
orgs_teams.go Changed boolean checks to a Is*() naming convention. 13 years ago
orgs_teams_test.go remove unnecessary type declarations 13 years ago
orgs_test.go remove unnecessary type declarations 13 years ago
pulls.go return Response object from all API functions 13 years ago
pulls_comments.go return Response object from all API functions 13 years ago
pulls_comments_test.go remove unnecessary type declarations 13 years ago
pulls_test.go remove unnecessary type declarations 13 years ago
repos.go return Response object from all API functions 13 years ago
repos_collaborators.go Added Repository Collaborators API. 13 years ago
repos_collaborators_test.go remove unnecessary type declarations 13 years ago
repos_forks.go return Response object from all API functions 13 years ago
repos_forks_test.go remove unnecessary type declarations 13 years ago
repos_hooks.go return Response object from all API functions 13 years ago
repos_hooks_test.go remove unnecessary type declarations 13 years ago
repos_statuses.go return Response object from all API functions 13 years ago
repos_statuses_test.go remove unnecessary type declarations 13 years ago
repos_test.go remove unnecessary type declarations 13 years ago
search.go initial search service and repository search 13 years ago
search_test.go initial search service and repository search 13 years ago
timestamp.go Moved timestamp implementation into its own file. 13 years ago
timestamp_test.go Add timestamp struct to handle different formats 13 years ago
users.go return Response object from all API functions 13 years ago
users_emails.go return Response object from all API functions 13 years ago
users_emails_test.go return Response object from all API functions 13 years ago
users_test.go remove unnecessary type declarations 13 years ago