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.
 
 
 
Will Norris 9f2a72abf2 remove Users.EditKey method 12 years ago
..
activity.go minor cleanup from file refactor 13 years ago
activity_events.go use go-querystring to construct all request URLs 12 years ago
activity_events_test.go add tests for URL parse errors 12 years ago
activity_star.go use go-querystring to construct all request URLs 12 years ago
activity_star_test.go use go-querystring to construct all request URLs 12 years ago
activity_watching.go Add support for listing watchers 12 years ago
activity_watching_test.go Add support for listing watchers 12 years ago
doc.go Correct type name in the doc example 12 years ago
gists.go support pagination for listing gists 12 years ago
gists_comments.go return nil resource on error 12 years ago
gists_comments_test.go add tests for URL parse errors 12 years ago
gists_test.go code style cleanup 12 years ago
git.go Restructured Git Data Service files. 13 years ago
git_blobs.go Add get/create blobs 12 years ago
git_blobs_test.go Add get/create blobs 12 years ago
git_commits.go Add support for RepositoriesService ListBranches 12 years ago
git_commits_test.go add tests for URL parse errors 12 years ago
git_refs.go GitService: Add support for refs 12 years ago
git_refs_test.go GitService: Add support for refs 12 years ago
git_tags.go Added git tags support. 12 years ago
git_tags_test.go Added git tags support. 12 years ago
git_trees.go return nil resource on error 12 years ago
git_trees_test.go code style cleanup 12 years ago
github.go add support for /markdown endpoint 12 years ago
github_test.go create temp file for repo release test 12 years ago
gitignore.go Add Gitignore support. 12 years ago
gitignore_test.go Add Gitignore support. 12 years ago
issues.go Add URL and HTMLURL to Issue 12 years ago
issues_assignees.go return nil resource on error 12 years ago
issues_assignees_test.go switch singular GitHub struct fields to pointers 13 years ago
issues_comments.go use go-querystring to construct all request URLs 12 years ago
issues_comments_test.go switch singular GitHub struct fields to pointers 13 years ago
issues_labels.go return nil resource on error 12 years ago
issues_labels_test.go add tests for URL parse errors 12 years ago
issues_test.go IssueRequest struct for create/edit. Fixes #75. 12 years ago
misc.go add support for /markdown endpoint 12 years ago
misc_test.go add support for /markdown endpoint 12 years ago
orgs.go use go-querystring to construct all request URLs 12 years ago
orgs_members.go add ListOptions field to ListMembersOptions 12 years ago
orgs_members_test.go add ListOptions field to ListMembersOptions 12 years ago
orgs_teams.go return nil resource on error 12 years ago
orgs_teams_test.go switch singular GitHub struct fields to pointers 13 years ago
orgs_test.go add PerPage to ListOptions 12 years ago
pulls.go Update PullRequest to include statuses_url 12 years ago
pulls_comments.go use go-querystring to construct all request URLs 12 years ago
pulls_comments_test.go switch singular GitHub struct fields to pointers 13 years ago
pulls_test.go Add more functionality for pull requests 12 years ago
repos.go Add support for RepositoriesService ListBranches 12 years ago
repos_collaborators.go return nil resource on error 12 years ago
repos_collaborators_test.go add tests for URL parse errors 12 years ago
repos_comments.go return nil resource on error 12 years ago
repos_comments_test.go add tests for URL parse errors 12 years ago
repos_commits.go use go-querystring to construct all request URLs 12 years ago
repos_commits_test.go implement repos_commits API 12 years ago
repos_contents.go Added code for the Content API 12 years ago
repos_contents_test.go Added code for the Content API 12 years ago
repos_forks.go use go-querystring to construct all request URLs 12 years ago
repos_forks_test.go switch singular GitHub struct fields to pointers 13 years ago
repos_hooks.go use go-querystring to construct all request URLs 12 years ago
repos_hooks_test.go add PerPage to ListOptions 12 years ago
repos_keys.go return nil resource on error 12 years ago
repos_keys_test.go add tests for URL parse errors 12 years ago
repos_releases.go Improve UploadReleaseAsset usage 12 years ago
repos_releases_test.go create temp file for repo release test 12 years ago
repos_stats.go Add ListParticipation and clean up some typos 12 years ago
repos_stats_test.go Add ListParticipation and clean up some typos 12 years ago
repos_statuses.go Add Context field to RepoStatus 12 years ago
repos_statuses_test.go switch singular GitHub struct fields to pointers 13 years ago
repos_test.go Add support for RepositoriesService ListBranches 12 years ago
search.go Accepted mime type fixes 12 years ago
search_test.go Accepted mime type fixes 12 years ago
strings.go redeclare String() as value method throughout 13 years ago
strings_test.go Add support for getting repository README files. 12 years ago
timestamp.go redeclare String() as value method throughout 13 years ago
timestamp_test.go Add timestamp struct to handle different formats 13 years ago
users.go Make HTMLURL accessible on user struct 12 years ago
users_emails.go fix AddEmails return type and finish email tests 12 years ago
users_emails_test.go fix AddEmails return type and finish email tests 12 years ago
users_followers.go use go-querystring to construct all request URLs 12 years ago
users_followers_test.go add PerPage to ListOptions 12 years ago
users_keys.go remove Users.EditKey method 12 years ago
users_keys_test.go remove Users.EditKey method 12 years ago
users_test.go start of tests for json marshalling of resources 12 years ago