..
activity.go
Avoid unnecessary FooService allocations
10 years ago
activity_events.go
Return IssueEvent in ListIssueEventsForRepository
9 years ago
activity_events_test.go
Return IssueEvent in ListIssueEventsForRepository
9 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
improve docs of SetRepositorySubscription and DeleteRepositorySubscription
9 years ago
activity_watching_test.go
replace []Issue with []*Issue and for other large structs as well
10 years ago
admin.go
Adjusts comment style based on feedback
9 years ago
admin_test.go
Adds AdminService and functions for updating LDAP mappings
9 years ago
authorizations.go
removed authorization preview header
9 years ago
authorizations_test.go
removed authorization preview header
9 years ago
doc.go
Deal with 202 Accepted Status Code
9 years ago
event_types.go
Add support for PullRequestReviewEvent webhook.
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
Deal with 202 Accepted Status Code
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
integration.go
Add support for integrations service
9 years ago
integration_installation.go
Add support for integrations service
9 years ago
integration_installation_test.go
Add support for integrations service
9 years ago
integration_test.go
Add support for integrations service
9 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
Update License struct and add new RepositoryLicense struct
9 years ago
licenses_test.go
Update License struct and add new RepositoryLicense struct
9 years ago
messages.go
Fix webhook sample code
9 years ago
messages_test.go
Add support for PullRequestReviewEvent webhook.
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
projects.go
remove leading slash
9 years ago
projects_test.go
changed to point to new Projects API
9 years ago
pulls.go
add support for merge method and repository squash settings
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_reviews.go
Add support for PullRequestReviewEvent webhook.
9 years ago
pulls_test.go
add support for merge method and repository squash settings
9 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
Fix GetBranch response
9 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
Remove RepositoryCommit.Message field. (#492)
9 years ago
repos_commits_test.go
Fix inverted logic in TestRepositoriesService_CompareCommits.
9 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
Adds method for getting a single Repo Deployment
9 years ago
repos_deployments_test.go
Adds method for getting a single Repo Deployment
9 years ago
repos_forks.go
Deal with 202 Accepted Status Code
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
changed to point to new Projects API
9 years ago
repos_pages_test.go
Add support for Pages Preview API GetPageBuild for getting single specific page build
9 years ago
repos_projects.go
changed to point to new Projects API
9 years ago
repos_projects_test.go
changed to point to new Projects 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
Deal with 202 Accepted Status Code
9 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
Fix GetBranch response
9 years ago
repos_traffic.go
Switches to the new traffic API format (#462)
9 years ago
repos_traffic_test.go
Switches to the new traffic API format (#462)
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