mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 04:56:29 +00:00
Update observable clients
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user