| .. |
|
activity.go
|
minor cleanup from file refactor
|
13 years ago |
|
activity_events.go
|
Add several event structs
|
11 years ago |
|
activity_events_test.go
|
add tests for URL parse errors
|
12 years ago |
|
activity_notifications.go
|
add activity notifications methods
|
12 years ago |
|
activity_notifications_test.go
|
add activity notifications methods
|
12 years ago |
|
activity_star.go
|
implement remaining Activity.Star* methods
|
12 years ago |
|
activity_star_test.go
|
implement remaining Activity.Star* methods
|
12 years ago |
|
activity_watching.go
|
make room for thread subscriptions
|
12 years ago |
|
activity_watching_test.go
|
make room for thread subscriptions
|
12 years ago |
|
doc.go
|
Add pagination section to docs.
|
12 years ago |
|
gists.go
|
add missing fields for various types
|
12 years ago |
|
gists_comments.go
|
add pagination support for more methods
|
12 years ago |
|
gists_comments_test.go
|
add pagination support for more methods
|
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 missing quote mark
|
12 years ago |
|
git_commits_test.go
|
Fix CreateCommit
|
12 years ago |
|
git_refs.go
|
support refs with or without 'refs/' prefix
|
11 years ago |
|
git_refs_test.go
|
support refs with or without 'refs/' prefix
|
11 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
|
Add support for "content" attribute at tree creation
|
12 years ago |
|
git_trees_test.go
|
Add support for "content" attribute at tree creation
|
12 years ago |
|
github.go
|
set user agent header only if non-empty
|
11 years ago |
|
github_test.go
|
set user agent header only if non-empty
|
11 years ago |
|
gitignore.go
|
fix golint and gofmt errors
|
12 years ago |
|
gitignore_test.go
|
Add Gitignore support.
|
12 years ago |
|
issues.go
|
added pull request links section to the issue struct
|
11 years ago |
|
issues_assignees.go
|
add pagination support for more methods
|
12 years ago |
|
issues_assignees_test.go
|
add pagination support for more methods
|
12 years ago |
|
issues_comments.go
|
added url fields to IssueComment and PullRequest
|
11 years ago |
|
issues_comments_test.go
|
switch singular GitHub struct fields to pointers
|
13 years ago |
|
issues_events.go
|
add issue event methods
|
12 years ago |
|
issues_events_test.go
|
add issue event methods
|
12 years ago |
|
issues_labels.go
|
add pagination support for more methods
|
12 years ago |
|
issues_labels_test.go
|
add pagination support for more methods
|
12 years ago |
|
issues_milestones.go
|
Add support for the milestone API
|
12 years ago |
|
issues_milestones_test.go
|
Add support for the milestone API
|
12 years ago |
|
issues_test.go
|
IssueRequest struct for create/edit. Fixes #75.
|
12 years ago |
|
misc.go
|
add support for meta API endpoint
|
12 years ago |
|
misc_test.go
|
add support for meta API endpoint
|
12 years ago |
|
orgs.go
|
add missing fields for various types
|
12 years ago |
|
orgs_members.go
|
update Membership to keep up with latest API changes
|
11 years ago |
|
orgs_members_test.go
|
update Membership to keep up with latest API changes
|
11 years ago |
|
orgs_teams.go
|
update Membership to keep up with latest API changes
|
11 years ago |
|
orgs_teams_test.go
|
update Membership to keep up with latest API changes
|
11 years ago |
|
orgs_test.go
|
add PerPage to ListOptions
|
12 years ago |
|
pulls.go
|
Add PullRequest branch fields Base and Head
|
11 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 PullRequest branch fields Base and Head
|
11 years ago |
|
repos.go
|
github.com/yext/go-github: add Repo.AutoInit
|
11 years ago |
|
repos_collaborators.go
|
add pagination support for more methods
|
12 years ago |
|
repos_collaborators_test.go
|
add pagination support for more methods
|
12 years ago |
|
repos_comments.go
|
add pagination support for more methods
|
12 years ago |
|
repos_comments_test.go
|
add pagination support for more methods
|
12 years ago |
|
repos_commits.go
|
Add ListOptions to CommitListOptions
|
12 years ago |
|
repos_commits_test.go
|
implement repos_commits API
|
12 years ago |
|
repos_contents.go
|
fix golint and gofmt errors
|
12 years ago |
|
repos_contents_test.go
|
Added code for the Content API
|
12 years ago |
|
repos_forks.go
|
including ListOptions in RepositoryListForksOptions for pagination
|
12 years ago |
|
repos_forks_test.go
|
including ListOptions in RepositoryListForksOptions for pagination
|
12 years ago |
|
repos_hooks.go
|
add support for listing service hooks
|
12 years ago |
|
repos_hooks_test.go
|
add support for listing service hooks
|
12 years ago |
|
repos_keys.go
|
add pagination support for more methods
|
12 years ago |
|
repos_keys_test.go
|
add pagination support for more methods
|
12 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
|
Added support for the GitHub Pages API.
|
12 years ago |
|
repos_pages_test.go
|
Added support for the GitHub Pages API.
|
12 years ago |
|
repos_releases.go
|
Add new fields to ReleaseAsset struct
|
12 years ago |
|
repos_releases_test.go
|
add pagination support for more methods
|
12 years ago |
|
repos_stats.go
|
fix golint and gofmt errors
|
12 years ago |
|
repos_stats_test.go
|
add two remaining stats methods
|
12 years ago |
|
repos_statuses.go
|
add pagination support for more methods
|
12 years ago |
|
repos_statuses_test.go
|
add pagination support for more methods
|
12 years ago |
|
repos_test.go
|
add pagination support for more methods
|
12 years ago |
|
search.go
|
Provide text match metadata
|
12 years ago |
|
search_test.go
|
Provide text match metadata
|
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
|
Provide text match metadata
|
12 years ago |
|
users_emails.go
|
add pagination support for more methods
|
12 years ago |
|
users_emails_test.go
|
add pagination support for more methods
|
12 years ago |
|
users_followers.go
|
add pagination support for more methods
|
12 years ago |
|
users_followers_test.go
|
add pagination support for more methods
|
12 years ago |
|
users_keys.go
|
add pagination support for more methods
|
12 years ago |
|
users_keys_test.go
|
add pagination support for more methods
|
12 years ago |
|
users_test.go
|
add missing fields for various types
|
12 years ago |