..
activity.go
Avoid unnecessary FooService allocations
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
Fix Mark{,Repository}NotificationsRead methods.
10 years ago
activity_notifications_test.go
Fix Mark{,Repository}NotificationsRead methods.
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
add (AuthorizationsService) CreateImpersonation/DeleteImpersonation
10 years ago
authorizations_test.go
add unit tests for #342 - CreateImpersonation and DeleteImpersonation
10 years ago
doc.go
Sync doc.go and README.md
10 years ago
event_types.go
better support both Events API and Webhook events in PushEventCommit
10 years ago
examples_test.go
move examples to github_test package in examples_test.go
10 years ago
gists.go
Avoid unnecessary FooService allocations
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
add support for list commits endpoint
10 years ago
git.go
Avoid unnecessary FooService allocations
10 years ago
git_blobs.go
Edit branch protection
10 years ago
git_blobs_test.go
add missing license headers in a few files
10 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
Don't use Header.Add where Header.Set is sufficient.
10 years ago
github_test.go
remove unnecessary newlines
10 years ago
gitignore.go
Avoid unnecessary FooService allocations
10 years ago
gitignore_test.go
Add Gitignore support.
12 years ago
issues.go
Stop using custom media type for Multiple Assignees.
10 years ago
issues_assignees.go
Stop using custom media type for Multiple Assignees.
10 years ago
issues_assignees_test.go
Stop using custom media type for Multiple Assignees.
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
Stop using custom media type for Multiple Assignees.
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
Avoid unnecessary FooService allocations
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
Avoid unnecessary FooService allocations
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
Avoid unnecessary FooService allocations
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
Add missing ID fields to PullRequest and Issue structs
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
Avoid unnecessary FooService allocations
10 years ago
reactions_test.go
Update Reactions API (preview) for breaking change.
10 years ago
repos.go
Avoid unnecessary FooService allocations
10 years ago
repos_collaborators.go
add support for new repository invitations
10 years ago
repos_collaborators_test.go
add support for new repository invitations
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
add support for list commits endpoint
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
add missing license headers in a few files
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_invitations.go
add support for new repository invitations
10 years ago
repos_invitations_test.go
add support for new repository invitations
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
Add support for affiliation and visibility in RepositoryListOptions.
10 years ago
search.go
Avoid unnecessary FooService allocations
10 years ago
search_test.go
add missing license headers in a few files
10 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
Avoid unnecessary FooService allocations
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
add support for new repository invitations
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
Add ReadOnly boolean field to deploy keys
10 years ago
users_keys_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
users_test.go
add support for new repository invitations
10 years ago