moved deployment client under Repository, updated errything related

This commit is contained in:
Brendan Forster
2014-02-18 21:34:28 +11:00
parent f6bb34e9c7
commit 5f124ee2e2
11 changed files with 43 additions and 9 deletions
@@ -1,6 +1,7 @@
using System;
using System.Diagnostics.CodeAnalysis;
using System.Reactive;
using Octokit.Reactive.Clients;
namespace Octokit.Reactive
{
@@ -99,6 +100,14 @@ namespace Octokit.Reactive
/// </remarks>
IObservableCommitStatusClient CommitStatus { get; }
/// <summary>
/// Client for GitHub's Repository Deployments API
/// </summary>
/// <remarks>
/// See the <a href="http://developer.github.com/v3/repos/deployment/">Collaborators API documentation</a> for more details
/// </remarks>
IObservableDeploymentsClient Deployment { get; }
/// <summary>
/// Gets all the branches for the specified repository.
/// </summary>