325 Commits (a68a8707f3c18a3a47bb0975ca29a9239792dc01)

Author SHA1 Message Date
  Will Norris f4dde7d729 move package docs to doc.go 13 years ago
  Will Norris db5ea50996 remove unnecessary type declarations 13 years ago
  Arıl Bozoluk 719fe70855 Added ListEventsRecievedByUser 13 years ago
  Billy Lynch 83e8da5773 Changed boolean checks to a Is*() naming convention. 13 years ago
  Billy Lynch b00b4e162a Added Repository Collaborators API. 13 years ago
  Will Norris fa59486b7d add methods for issue labels 13 years ago
  Yann Malet b416fdaac8 Adding Label struct that is in Issue 13 years ago
  Beyang Liu 4e62bb73d5 initial search service and repository search 13 years ago
  Yann Malet fefe56aa01 Trim space around link header values 13 years ago
  Will Norris a51d6b4303 return Response object from all API functions 13 years ago
  Will Norris 18ed217bf5 add new Response object which wraps http.Response 13 years ago
  Will Norris 00a3a5da1c minor cleanup from file refactor 13 years ago
  Billy Lynch 17e6197971 Various gofmt fixes from restructuring. 13 years ago
  Billy Lynch 39e9dcdcad Moved timestamp implementation into its own file. 13 years ago
  Billy Lynch 0e8a71ae12 Merged webhooks.go into repos_hooks.go 13 years ago
  Billy Lynch 7767fa6db7 Restructured Users Service files. 13 years ago
  Billy Lynch a468563b73 Restructured Repository Service files. 13 years ago
  Billy Lynch a3fc9b8822 Restructured Pull Request Service files. 13 years ago
  Billy Lynch 3869beb56a Restructured Orgs Service Files. 13 years ago
  Billy Lynch a61f2c454c Restructured Issues Service files. 13 years ago
  Billy Lynch 1e532bd48b Restructured Git Data Service files. 13 years ago
  Billy Lynch 8ee61256c3 Restructured Activity Service and Event files. 13 years ago
  Stian Eikeland d79a5b0a19 Implemented hook functions 13 years ago
  Will Norris 825685f063 pass page parameters on issues.list method 13 years ago
  Will Norris 1011d06d04 Add Page to IssueListOptions 13 years ago
  Will Norris 881f68d3fd fix go-vet warnings 13 years ago
  rc1140 b347348d7a Added ListStarred and ListLanguages functions 13 years ago
  Will Norris e2987432d3 minor updates to event tests 13 years ago
  Will Norris c28d6939ea add Repositories.Edit method 13 years ago
  Will Norris 023e8db8cb initial support for post receive hooks 13 years ago
  Billy Lynch c6d364f065 Add timestamp struct to handle different formats 13 years ago
  Quinn Slack beaff13913 Add support for typed and untyped event payloads 13 years ago
  Quinn Slack f1e62dd5d3 EventsService with one API method, ListPerformedByUser, and Event struct 13 years ago
  Will Norris 186da53ea4 Add methods for git commits 13 years ago
  Will Norris 9597c7dd43 Fix URL for CreateTree 13 years ago
  Will Norris 71fcef4a0e misc cleanup of trees API 13 years ago
  Will Norris cf1e5f660e rename TreesServe to GitService 13 years ago
  Konrad Malawski 2cbe6d9d3e Implementation and tests for Trees API 13 years ago
  Will Norris 5f92f5d07f add support for GitHub's new rate reset 13 years ago
  Will Norris 44e3fbe7b2 gofmt gist tests 13 years ago
  Akeda Bagus 51442f25ff Add GistsService that handles GitHub's Gists API. 13 years ago
  Will Norris 650ab2c129 move AUTHORS and CONTRIBUTORS to root directory 13 years ago
  Will Norris 82cbe9ba19 Update boilerplate to reflect shared copyright 13 years ago
  Will Norris af26438124 pass and return user emails as slices 13 years ago
  Will Norris ee53839965 add Rate to github.Client 13 years ago
  Akeda Bagus 9f96faa2c2 Add ListEmails, AddEmails, and DeleteEmails for Users service. 13 years ago
  Will Norris ef0630af69 fix typo in IssueComment and return more API error data 13 years ago
  Will Norris 76aa5bccb6 first pass at pull request methods 13 years ago
  Will Norris 65fa4d43e9 add docs for issue options 13 years ago
  Will Norris b42c62fdb2 Add basic issues related methods 13 years ago