Update observable clients

This commit is contained in:
Henrik Andersson
2015-03-24 00:12:41 +10:00
parent 78e76be7d9
commit 2427ab6922
34 changed files with 73 additions and 73 deletions
@@ -83,7 +83,7 @@ namespace Octokit.Reactive
/// <param name="id">The id of the <see cref="Release"/>.</param>
/// <exception cref="ApiException">Thrown when a general API error occurs.</exception>
/// <returns>The list of <see cref="ReleaseAsset"/> for the specified release of the specified repository.</returns>
IObservable<ReleaseAsset> GetAssets(string owner, string name, int id);
IObservable<ReleaseAsset> GetAllAssets(string owner, string name, int id);
/// <summary>
/// Uploads a <see cref="ReleaseAsset"/> for the specified release.