108 Commits (89bac30450583c43a1ae5a6a5e17de36b015fffb)

Author SHA1 Message Date
  Shawn Smith 89bac30450 add HTMLURL (html_url) to PullRequest 12 years ago
  Quinn Slack 9837b3c931 Add MirrorURL field to Repository 12 years ago
  Will Norris 2ab27f559f use go-querystring to construct all request URLs 12 years ago
  Will Norris 7452bae91f return nil resource on error 12 years ago
  Will Norris ce4ba26361 add missing fields on Organization struct 12 years ago
  Will Norris a6715a27a0 code style cleanup 12 years ago
  Alec Thomas 3c87bd7f86 Switch ListByRepo() to addOptions(). 12 years ago
  Will Norris 994f6f8405 use go-querystring for constructing URLs 12 years ago
  Will Norris aed46a3eac add PerPage to ListOptions 12 years ago
  Will Norris 4b4aed3472 sort types in String() test 12 years ago
  Will Norris fb1d2d12e3 test unmarshalling as well in testJSONMarshal() 12 years ago
  Will Norris 5f1c20afed start of tests for json marshalling of resources 12 years ago
  Konrad Malawski 1eaf38380d implement repos_commits API 12 years ago
  Will Norris 838a7ace69 update documentation 12 years ago
  Will Norris 04b8c88e2f sort service fields 12 years ago
  Justin Abrahms 82f9e1976e Provide pagination to `UserService.ListFollowing` 12 years ago
  Billy Lynch 182cb7f67d Added missing fields to repo struct 13 years ago
  Will Norris 0392f18ad8 add tests for URL parse errors 12 years ago
  Will Norris c5a98b0c3a add tests for String() funcs on data types 12 years ago
  Will Norris 3bb8a96d48 add support for repo deploy keys 13 years ago
  Will Norris 06385cfc6d add support for user keys 13 years ago
  Will Norris 303846dd04 redeclare String() as value method throughout 13 years ago
  Billy Lynch 24642d6524 Changed repositories.UpdateComment to use a struct. 13 years ago
  Will Norris 47214cd61d implement User Followers API 13 years ago
  Will Norris 822e5c6d98 simplify function names for listing public data 13 years ago
  Will Norris 60b4ca0712 golint fixes: function docs 13 years ago
  Daniel Leavitt 22b7a0a28a add privacy add private, homepage and default_branch attrs to repository 13 years ago
  Will Norris 8f77def830 add Stringify function 13 years ago
  Will Norris 3072d069f2 switch singular GitHub struct fields to pointers 13 years ago
  Arıl Bozoluk f899cc42b1 Added remaining list event functions 13 years ago
  Billy Lynch d5115b45d0 Added basic Repository Comments API 13 years ago
  Sean Wang 4733e0e1d7 Added API support for Gist comments. 13 years ago
  Arıl Bozoluk ba525e8a1c Added ListEventsForOrganization 13 years ago
  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