Commit Graph

26 Commits

Author SHA1 Message Date
Kristian Hellang
bed18b9980 Moved GetReadme and GetReadmeHtml to Contents 2015-01-02 01:08:25 -08:00
Gabriel Weyer
9f4df781c6 Ported changes for GetAllContributors from IRepositoriesClient to IObservableRepositoriesClient 2014-12-13 12:11:34 +11:00
Henrik Andersson
e91adbafcb Unit tests for observable repo deploy keys client 2014-06-15 10:15:13 +10:00
Brendan Forster
a1be7fefe7 added proper reactive client 2014-03-08 19:22:12 +11:00
Brendan Forster
e6be0ad334 moved function out to separate client 2014-03-08 19:11:59 +11:00
Brendan Forster
438f7f66a9 added reactive client and tidied up xml-docs 2014-03-08 18:43:54 +11:00
Will Froese
bd4b1bcc17 Updated comments 2014-03-01 12:21:36 -05:00
Will Froese
082658083c Add IObservableRepositoryCommentsClient as well as an implementation 2014-02-28 21:23:52 -05:00
Brendan Forster
5e32c4e0ed blergh everything is terrible 2014-02-20 11:41:06 +11:00
Brendan Forster
d62b59b175 included IObservableStatisticsClient under Repository 2014-02-18 21:56:28 +11:00
Brendan Forster
5f124ee2e2 moved deployment client under Repository, updated errything related 2014-02-18 21:36:58 +11:00
Peter MacNaughton
b751e3c116 Merge branch 'master' into repositoriesclient
Conflicts:
	Octokit.Reactive/Clients/IObservableRepositoriesClient.cs
	Octokit.Reactive/Clients/ObservableRepositoriesClient.cs
	Octokit/Helpers/ApiUrls.cs
	Octokit/Octokit-Mono.csproj
	Octokit/Octokit-MonoAndroid.csproj
	Octokit/Octokit-Monotouch.csproj
	Octokit/Octokit-netcore45.csproj
2014-02-17 21:05:14 -07:00
Brendan Forster
b080595657 added missing method/property to IObservableRepositoriesClient 2014-02-18 10:52:03 +11:00
Peter MacNaughton
d12a609b33 Added missing methods on IObservableRepo...
sitoriesClient
Added unit tests for new methods.
2014-02-10 00:11:38 -07:00
=
d95e8a4798 Copy comments from base 2013-11-08 13:30:17 +00:00
Haacked
3c428be5bc Adding observable commit status client 2013-10-29 23:15:43 -07:00
Haacked
ad4be39ea3 Clean up the Octokit.Reactive namespaces
Fixes #84
2013-10-18 22:26:36 -07:00
Haacked
04958410ea Flatten the observables for repositories 2013-10-16 18:54:06 -07:00
half-ogre
35727b87a5 add observable counterparts 2013-10-09 11:30:20 -07:00
half-ogre
c20b91ccfc add observable counter-parts 2013-10-09 11:00:14 -07:00
Haacked
0525e5fa50 Implement method to get README html
The old implementation would actually retrieve the entire HTML page
where the README is located. We want to simply make the same request
with a different ACCEPT header so we can retrieve the portion of the
README html that we'd actually want to display.
2013-10-09 10:44:00 -07:00
half-ogre
13dbfea583 add reactive counter-part 2013-10-08 09:43:52 -07:00
Haacked
f6c156f371 Return IReadOnlyList over IReadOnlyCollection
ReadOnlyCollection implements IReadOnlyList. Whodathunkit?
2013-10-04 10:23:28 -07:00
Haacked
adfb50198e Applying our private member naming convention
Just trying to make @half-ogre happy
2013-10-04 10:01:20 -07:00
Haacked
e07b6d62c2 Add null checks and fix CodeAnalysis errors.
I enabled code analysis to the Octokit.Reactive project and
needed to fix things up.
2013-01-29 14:36:24 -08: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