..
activity.go
Add support for Feeds API
10 years ago
activity_events.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
activity_events_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
activity_notifications.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
activity_notifications_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
activity_star.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
activity_star_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
activity_test.go
Add support for Feeds API
10 years ago
activity_watching.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
activity_watching_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
authorizations.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
authorizations_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
doc.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
event_types.go
add support for new webhook changes
10 years ago
examples_test.go
move examples to github_test package in examples_test.go
10 years ago
gists.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
gists_comments.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
gists_comments_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
gists_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
git.go
Restructured Git Data Service files.
13 years ago
git_blobs.go
Edit branch protection
10 years ago
git_blobs_test.go
Add get/create blobs
12 years ago
git_commits.go
add support for git signing API methods
10 years ago
git_commits_test.go
add support for git signing API methods
10 years ago
git_refs.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
git_refs_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
git_tags.go
add support for git signing API methods
10 years ago
git_tags_test.go
remove unnecessary newlines
10 years ago
git_trees.go
Adding omitempty to base_tree in CreateTree API
11 years ago
git_trees_test.go
Add support for "content" attribute at tree creation
12 years ago
github.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
github_test.go
remove unnecessary newlines
10 years ago
gitignore.go
fix golint and gofmt errors
12 years ago
gitignore_test.go
Add Gitignore support.
12 years ago
issues.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
issues_assignees.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
issues_assignees_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
issues_comments.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
issues_comments_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
issues_events.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
issues_events_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
issues_labels.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
issues_labels_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
issues_milestones.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
issues_milestones_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
issues_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
issues_timeline.go
add support for Issue Timeline API
10 years ago
issues_timeline_test.go
add support for Issue Timeline API
10 years ago
licenses.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
licenses_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
messages.go
add utilities for processing payload messages
10 years ago
messages_test.go
add utilities for processing payload messages
10 years ago
migrations.go
Add support for Migrations API
10 years ago
migrations_source_import.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
migrations_source_import_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
migrations_test.go
Add support for Migrations API
10 years ago
misc.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
misc_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
orgs.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
orgs_hooks.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
orgs_hooks_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
orgs_members.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
orgs_members_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
orgs_teams.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
orgs_teams_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
orgs_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
pulls.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
pulls_comments.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
pulls_comments_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
pulls_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
reactions.go
Remove leading slash from ReactionsService.DeleteReaction URL.
10 years ago
reactions_test.go
Update Reactions API (preview) for breaking change.
10 years ago
repos.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_collaborators.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_collaborators_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_comments.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_comments_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_commits.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_commits_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_contents.go
Clarify use of RepositoryContent encoded content
10 years ago
repos_contents_test.go
move examples to github_test package in examples_test.go
10 years ago
repos_deployments.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_deployments_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_forks.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_forks_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_hooks.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_hooks_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_keys.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_keys_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_merging.go
add Repositories.Merge method
12 years ago
repos_merging_test.go
add Repositories.Merge method
12 years ago
repos_pages.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_pages_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_releases.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_releases_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_stats.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_stats_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_statuses.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_statuses_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
repos_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
search.go
check options for nil
10 years ago
search_test.go
fixes for gofmt -s, golint, and go vet
11 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
replace []Issue with []*Issue and for other large structs as well
10 years ago
users_administration.go
Adding administration functions for users.
11 years ago
users_administration_test.go
Adding administration functions for users.
11 years ago
users_emails.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
users_emails_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
users_followers.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
users_followers_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
users_gpg_keys.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
users_gpg_keys_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
users_keys.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
users_keys_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
users_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago