Brendan Forster
|
9198f80e5d
|
Merge pull request #860 from octokit/haacked/code-cleanup
Tidying up some code
|
2015-09-10 11:41:48 +09:00 |
|
Haacked
|
eb5d14cfdc
|
Organize usings and remove unused
|
2015-08-04 21:12:37 -07:00 |
|
Kristian Hellang
|
a6a6fdf13f
|
Renamed IApiInfo -> IApiInfoProvider
|
2015-07-31 12:08:16 +02:00 |
|
Mark Taylor
|
f8ee4f94a1
|
WIP checkin for getting last ApiInfo object
|
2015-07-31 10:35:51 +01:00 |
|
Brendan Forster
|
6d933679f3
|
fleshing out some of IGitHubClient
|
2015-01-03 09:30:03 -08:00 |
|
Kristian Hellang
|
bed18b9980
|
Moved GetReadme and GetReadmeHtml to Contents
|
2015-01-02 01:08:25 -08:00 |
|
Gabriel Weyer
|
be4c1192b3
|
Merge
|
2014-05-03 10:37:59 +10:00 |
|
Haacked
|
d7a69e20d7
|
Implement OAuth Web Flow
Provide methods to make it easy for developers to implement the
web flow.
https://developer.github.com/v3/oauth/#web-application-flow
|
2014-04-19 16:01:35 -07:00 |
|
Brendan Forster
|
4da060b1e2
|
moved Statistics under Repository as per the docs
|
2014-02-18 21:54:35 +11:00 |
|
Brendan Forster
|
5f124ee2e2
|
moved deployment client under Repository, updated errything related
|
2014-02-18 21:36:58 +11:00 |
|
Amy Palamountain
|
f926187cc8
|
Added Statistics Client
|
2014-02-16 17:04:07 +13:00 |
|
Peter MacNaughton
|
ed462e7cd6
|
Merge branch 'master' into deployments_client
|
2014-02-02 11:16:19 -07:00 |
|
Brendan Forster
|
2a814dd981
|
removed duplicate IGitHubClient.Tree property
|
2014-01-22 11:36:41 -08:00 |
|
pmacnaughton
|
b147a70b3c
|
Merge branch 'master' into deployments_client
|
2014-01-20 10:29:19 -07:00 |
|
Brendan Forster
|
997706173f
|
eliminated IGitHubClient.Blob property
|
2014-01-14 12:26:52 -08:00 |
|
pmacnaughton
|
c8d99c30f4
|
Implemented DeploymentsClient and unit tests
|
2014-01-10 15:11:02 -07:00 |
|
Gabriel Weyer
|
25b2ab5164
|
Merge
|
2013-12-30 12:40:26 +11:00 |
|
Haroon
|
78bc6c7a99
|
added search to IGitHubClient
|
2013-12-24 21:25:25 +00:00 |
|
Gabriel Weyer
|
ab1341ade4
|
Merge branch 'master' into review-comments
|
2013-12-12 09:30:44 +11:00 |
|
Haacked
|
c96b00650e
|
Add comments to concrete types
We now have a build task that copies comments from interface to
implementation.
|
2013-12-11 14:22:39 -08:00 |
|
Gabriel Weyer
|
a88ef55825
|
Merge
|
2013-12-03 10:10:00 +11:00 |
|
Gabriel Weyer
|
95b82b6e5b
|
Merging
|
2013-11-24 19:24:38 +11:00 |
|
Simon Cropp
|
011bfa729a
|
Merge remote-tracking branch 'upstream/master'
|
2013-11-21 08:52:50 +11:00 |
|
Gabriel Weyer
|
a01857ecd5
|
Implemented pull request review comments API
|
2013-11-17 08:34:23 +11:00 |
|
pltaylor
|
a91104c3e9
|
Merge Master
Again.
|
2013-11-14 19:43:07 -05:00 |
|
Simon Cropp
|
0b0661aa1e
|
add gist get
|
2013-11-14 12:44:02 +11:00 |
|
pltaylor
|
59441ed030
|
Implement Observable Tree client and refactor names
|
2013-11-11 08:45:48 -05:00 |
|
pltaylor
|
8a21b2c629
|
Add way to get to blob client
|
2013-11-06 19:23:37 -05:00 |
|
pltaylor
|
95b6363cd9
|
Rename class to IEvents and add IActivities class
|
2013-11-05 12:14:16 -05:00 |
|
pltaylor
|
ff7c3125e2
|
Change name to ActivityEvents
|
2013-11-05 11:54:59 -05:00 |
|
pltaylor
|
dcb0abe156
|
Add ActivitiesClient to IGithubClient.
|
2013-11-05 11:40:26 -05:00 |
|
John Nye
|
ede12b9e27
|
Create GitDatabaseClient and ObservableGitDatabaseClient
|
2013-11-01 22:10:48 +00:00 |
|
John Nye
|
06af4afa2b
|
Add TagsClient to GitHubClient inteface
|
2013-11-01 20:34:11 +00:00 |
|
Haacked
|
ad210cecc7
|
Implement IssuesClient and interface
This required updating our serialization strategy so we handle enums
better.
|
2013-10-23 14:46:19 -07:00 |
|
Paul Betts
|
f4e50c071a
|
Initial hack at supporting Notifications API
|
2013-10-19 16:49:18 -07:00 |
|
half-ogre
|
6f3fa81789
|
move internal stuff to .Internal namespace
|
2013-10-08 15:14:06 -07:00 |
|
Haacked
|
4e445093f7
|
Implement Miscellaneous Client emoji and markdown
|
2013-10-06 22:45:15 -07:00 |
|
Haacked
|
9a33c68dbc
|
Make client property names consistent
Also added ObservableReleasesClient
|
2013-10-05 16:30:00 -07:00 |
|
Matt Burke
|
10064de852
|
Add Releases to IGitHubClient.
|
2013-10-03 09:09:29 -07:00 |
|
Haacked
|
997e955f38
|
Rename to Octokit to be consistent with other API libs
GitHub is naming all of the libraries Octokit for their respective
platforms
|
2013-01-29 14:00:27 -08:00 |
|