..
activity.go
Avoid unnecessary FooService allocations
10 years ago
activity_events.go
Add installation webhook events
9 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
Set Content-Type to "application/json" for request bodies
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
Fixing some lint issues
10 years ago
authorizations_test.go
add unit tests for #342 - CreateImpersonation and DeleteImpersonation
10 years ago
doc.go
Fix code example in README file
9 years ago
event_types.go
Add installation webhook events
9 years ago
examples_test.go
move examples to github_test package in examples_test.go
10 years ago
gists.go
Add missing 'Type' field to 'GistFile' struct
9 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
Add and detect AbuseRateLimitError.
9 years ago
github_test.go
Add and detect AbuseRateLimitError.
9 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 installation webhook events
9 years ago
messages_test.go
Parse Webhook payload into actual event
9 years ago
migrations.go
Avoid unnecessary FooService allocations
10 years ago
migrations_source_import.go
Fixing some lint issues
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
Add some missing fields
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
Adding Milestone support for PullRequests
9 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
Add some missing fields
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
Add support for new Projects Preview API
9 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
Add Request a Page Build API
10 years ago
repos_pages_test.go
Add Request a Page Build API
10 years ago
repos_projects.go
Add support for new Projects Preview API
9 years ago
repos_projects_test.go
Add support for new Projects Preview API
9 years ago
repos_releases.go
Fix type of RepositoryRelease Author field.
9 years ago
repos_releases_test.go
Fix type of RepositoryRelease Author field.
9 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
repos_traffic.go
use slice of pointers rather than pointer to slice
9 years ago
repos_traffic_test.go
use slice of pointers rather than pointer to slice
9 years ago
search.go
fix comment typo
9 years ago
search_test.go
Adding missing field to search results
9 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
Fixed typo and removed unused vars
10 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