b08c5fc
Merge pull request #35 from JulienSchmidt/patch-1 by
2013-09-11 13:10:56 -0700
0ae6d35
Fix typo by
2013-09-11 20:33:30 +0200
994f6f8
use go-querystring for constructing URLs by
2013-09-03 11:21:44 -0700
aed46a3
add PerPage to ListOptions by
2013-09-09 14:42:51 -0700
4b4aed3
sort types in String() test by
2013-09-05 13:25:17 -0700
fb1d2d1
test unmarshalling as well in testJSONMarshal() by
2013-09-05 13:23:46 -0700
5f1c20a
start of tests for json marshalling of resources by
2013-09-05 09:29:16 -0700
1eaf383
implement repos_commits API by
2013-08-26 00:57:42 +0200
838a7ac
update documentation by
2013-09-04 15:20:53 -0700
04b8c88
sort service fields by
2013-09-04 15:20:42 -0700
1d887f2
add Justin Abrahms as contributor by
2013-09-03 11:26:48 -0700
82f9e19
Provide pagination to `UserService.ListFollowing` by
2013-09-02 02:03:30 -0700
82ae1ac
add Shawn Smith as contributor by
2013-08-30 12:11:23 -0700
60dc603
Update README.md by
2013-08-30 15:06:40 +0900
ea1bb06
Merge pull request #33 from Crisfole/fixDocumentation by
2013-08-29 09:41:54 -0700
04a7983
Add "of" like the rest of the function docstrings by
2013-08-29 12:05:40 -0400
182cb7f
Added missing fields to repo struct by
2013-08-22 11:12:26 -0400
0392f18
add tests for URL parse errors by
2013-08-22 15:37:49 -0700
c5a98b0
add tests for String() funcs on data types by
2013-08-22 14:03:17 -0700
3bb8a96
add support for repo deploy keys by
2013-08-21 15:02:03 -0700
06385cf
add support for user keys by
2013-08-21 14:29:23 -0700
303846d
redeclare String() as value method throughout by
2013-08-21 15:12:11 -0700
24642d6
Changed repositories.UpdateComment to use a struct. by
2013-08-21 10:12:40 -0400
47dde4c
add link to gocov report on drone.io by
2013-08-20 18:03:44 -0700
63d5cd9
add coveralls.io badge for test coverage by
2013-08-20 17:04:44 -0700
47214cd
implement User Followers API by
2013-08-20 16:32:55 -0700
822e5c6
simplify function names for listing public data by
2013-08-20 15:44:24 -0700
60b4ca0
golint fixes: function docs by
2013-08-20 15:37:16 -0700
d4aa13a
add Daniel Leavitt as contributor by
2013-08-20 13:57:18 -0700
22b7a0a
add privacy add private, homepage and default_branch attrs to repository by
2013-08-17 18:04:55 -0700
8f77def
add Stringify function by
2013-08-19 15:54:38 -0700
3072d06
switch singular GitHub struct fields to pointers by
2013-08-01 12:27:45 -0700
f899cc4
Added remaining list event functions by
2013-08-20 13:08:50 +0300
d5115b4
Added basic Repository Comments API by
2013-08-16 14:26:42 -0400
861079a
add Sean Wang as contributor by
2013-08-20 08:16:11 -0700
4733e0e
Added API support for Gist comments. by
2013-08-18 21:02:35 -0700
ba525e8
Added ListEventsForOrganization by
2013-08-20 01:16:13 +0300
f4dde7d
move package docs to doc.go by
2013-08-19 11:34:35 -0700
db5ea50
remove unnecessary type declarations by
2013-08-19 11:09:02 -0700
5244258
add Arıl Bozoluk to AUTHORS and CONTRIBUTORS by
2013-08-19 08:55:21 -0700
719fe70
Added ListEventsRecievedByUser by
2013-08-19 12:52:56 +0300
83e8da5
Changed boolean checks to a Is*() naming convention. by
2013-08-14 14:07:39 -0400
b00b4e1
Added Repository Collaborators API. by
2013-08-08 17:21:51 -0400
fa59486
add methods for issue labels by
2013-08-05 16:20:58 -0700
b416fda
Adding Label struct that is in Issue by
2013-08-04 20:36:18 +0200
8e60e0b
add Beyang Liu to AUTHORS and CONTRIBUTORS by
2013-08-05 11:57:36 -0700
4e62bb7
initial search service and repository search by
2013-07-31 14:48:34 -0700
f424977
add Yann Malet to CONTRIBUTORS and AUTHORS by
2013-08-05 08:52:19 -0700
fefe56a
Trim space around link header values by
2013-08-04 11:52:03 +0200
21b9809
fix example to handle returned Response by
2013-08-01 14:40:14 -0700
a51d6b4
return Response object from all API functions by
2013-07-30 17:46:23 -0700
18ed217
add new Response object which wraps http.Response by
2013-07-29 16:20:37 -0700
00a3a5d
minor cleanup from file refactor by
2013-08-01 13:04:35 -0700
fd962f6
Updated CONTRIBUTING.md to describe new naming scheme. by
2013-08-01 12:32:34 -0400
17e6197
Various gofmt fixes from restructuring. by
2013-08-01 12:14:08 -0400
39e9dcd
Moved timestamp implementation into its own file. by
2013-08-01 12:08:47 -0400
0e8a71a
Merged webhooks.go into repos_hooks.go by
2013-08-01 11:57:22 -0400
7767fa6
Restructured Users Service files. by
2013-08-01 11:53:36 -0400
a468563
Restructured Repository Service files. by
2013-08-01 11:46:11 -0400
a3fc9b8
Restructured Pull Request Service files. by
2013-08-01 11:22:38 -0400
3869beb
Restructured Orgs Service Files. by
2013-08-01 11:21:24 -0400
a61f2c4
Restructured Issues Service files. by
2013-08-01 11:20:53 -0400
1e532bd
Restructured Git Data Service files. by
2013-08-01 11:19:58 -0400
8ee6125
Restructured Activity Service and Event files. by
2013-08-01 11:08:36 -0400
77ef915
Add Stian Eikeland to AUTHORS and CONTRIBUTORS by
2013-07-31 14:23:43 -0700
d79a5b0
Implemented hook functions by
2013-07-31 20:53:47 +0200
825685f
pass page parameters on issues.list method by
2013-07-30 16:54:51 -0700
1011d06
Add Page to IssueListOptions by
2013-07-30 16:14:04 -0700
881f68d
fix go-vet warnings by
2013-07-29 15:08:27 -0700
008b1a4
add Jameel Haffejee to CONTRIBUTORS and AUTHORS by
2013-07-29 14:22:26 -0700
b347348
Added ListStarred and ListLanguages functions by
2013-07-16 22:29:54 +0200
e298743
minor updates to event tests by
2013-07-29 13:50:56 -0700
c28d693
add Repositories.Edit method by
2013-07-09 10:20:37 -0700
c440e00
Add Billy Lynch and Jason Hall to CONTRIBUTORS by
2013-07-29 13:18:23 -0700
023e8db
initial support for post receive hooks by
2013-07-29 13:09:35 -0700
c6d364f
Add timestamp struct to handle different formats by
2013-07-12 10:41:18 -0400
beaff13
Add support for typed and untyped event payloads by
2013-06-14 23:36:55 -0700
f1e62dd
EventsService with one API method, ListPerformedByUser, and Event struct by
2013-06-14 22:46:32 -0700
186da53
Add methods for git commits by
2013-07-29 09:46:18 -0700
9597c7d
Fix URL for CreateTree by
2013-07-29 09:49:05 -0700
c3e41c1
minor tweaks to CONTRIBUTING file by
2013-07-15 17:18:32 -0700
6150579
add link to LICENSE file by
2013-07-15 09:27:22 -0700
ad39fba
go 1.1 required by
2013-07-11 10:45:23 -0700
e718e93
Add KeepContext flag to Router to disable clearing of context data. by
2013-06-05 19:07:27 -0400
ff28d73
Add Konrad to AUTHORS and CONTRIBUTORS file by
2013-07-03 17:14:57 -0700
71fcef4
misc cleanup of trees API by
2013-07-03 16:20:10 -0700
cf1e5f6
rename TreesServe to GitService by
2013-07-03 17:00:54 -0700
2cbe6d9
Implementation and tests for Trees API by
2013-06-05 12:23:29 +0200
5f92f5d
add support for GitHub's new rate reset by
2013-07-03 15:30:32 -0700
44e3fbe
gofmt gist tests by
2013-07-03 15:30:26 -0700
5430af2
update CONTRIBUTING to mention issue assignment by
2013-07-01 10:49:07 -0700
f30551d
add note about go versions by
2013-07-01 10:27:10 -0700
f099617
use go 1.1 for travis-ci by
2013-07-01 10:18:28 -0700
51442f2
Add GistsService that handles GitHub's Gists API. by
2013-06-28 01:08:20 +0700
650ab2c
move AUTHORS and CONTRIBUTORS to root directory by
2013-06-27 10:15:00 -0700
b3242a3
update copyright notice in LICENSE file by
2013-06-27 10:13:51 -0700
82cbe9b
Update boilerplate to reflect shared copyright by
2013-06-27 10:08:41 -0700
af26438
pass and return user emails as slices by
2013-06-26 20:16:18 -0700
ee53839
add Rate to github.Client by
2013-06-26 19:33:50 -0700
4a55603
remove note about squashing commits by
2013-06-26 18:48:02 -0700