mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 06:05:12 +00:00
Added verb to Sha1 method
This commit is contained in:
@@ -51,6 +51,6 @@ namespace Octokit.Reactive
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <param name="reference">The repository reference</param>
|
||||
/// <returns></returns>
|
||||
IObservable<string> Sha1(string owner, string name, string reference);
|
||||
IObservable<string> GetSha1(string owner, string name, string reference);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user