Method | Description | |
---|---|---|
Get ( string org ) : IObservable |
Returns the specified organization.
|
|
GetAll ( ) : IObservable |
Returns all the organizations
|
|
GetAll ( OrganizationRequest request ) : IObservable |
Returns all the organizations
|
|
GetAllForCurrent ( ) : IObservable |
Returns all the organizations for the current user.
|
|
GetAllForCurrent ( ApiOptions options ) : IObservable |
Returns all the organizations for the current user.
|
|
GetAllForUser ( string user ) : IObservable |
Returns all the organizations for the specified user
|
|
GetAllForUser ( string user, ApiOptions options ) : IObservable |
Returns all the organizations for the specified user
|
|
ObservableOrganizationsClient ( IGitHubClient client ) : System |
Initializes a new Organization API client.
|
|
Update ( string organizationName, OrganizationUpdate updateRequest ) : IObservable |
Update the specified organization with data from OrganizationUpdate.
|
Method | Description | |
---|---|---|
GetAll ( string user ) : IObservable |
||
GetAll ( string user, ApiOptions options ) : IObservable |
public Get ( string org ) : IObservable |
||
org | string | The login of the specified organization, |
return | IObservable |
public GetAll ( OrganizationRequest request ) : IObservable |
||
request | OrganizationRequest | Search parameters of the last organization seen |
return | IObservable |
public GetAllForCurrent ( ApiOptions options ) : IObservable |
||
options | ApiOptions | Options for changing the API response |
return | IObservable |
public GetAllForUser ( string user ) : IObservable |
||
user | string | The login for the user |
return | IObservable |
public GetAllForUser ( string user, ApiOptions options ) : IObservable |
||
user | string | The login for the user |
options | ApiOptions | Options for changing the API response |
return | IObservable |
public ObservableOrganizationsClient ( IGitHubClient client ) : System | ||
client | IGitHubClient | An |
return | System |
public Update ( string organizationName, OrganizationUpdate updateRequest ) : IObservable |
||
organizationName | string | The name of the organization to update. |
updateRequest | OrganizationUpdate | |
return | IObservable |