Add Member property to observable Orgs client

This commit is contained in:
Haacked
2013-11-07 10:05:35 -08:00
parent 4c405a3ab7
commit 03fce7001c
15 changed files with 114 additions and 82 deletions

View File

@@ -23,7 +23,7 @@ namespace Octokit.Reactive
/// <summary>
/// Update the specified <see cref="UserUpdate"/>.
/// </summary>
/// <param name="user"></param>
/// <param name="user">The login for the user.</param>
/// <exception cref="AuthorizationException">Thrown if the client is not authenticated.</exception>
/// <returns>A <see cref="User"/></returns>
IObservable<User> Update(UserUpdate user);