C# Class Octokit.Reactive.ObservableOrganizationsClient

Inheritance: IObservableOrganizationsClient
Afficher le fichier Open project: octokit/octokit.net Class Usage Examples

Méthodes publiques

Méthode 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.

Private Methods

Méthode Description
GetAll ( string user ) : IObservable
GetAll ( string user, ApiOptions options ) : IObservable

Method Details

Get() public méthode

Returns the specified organization.
public Get ( string org ) : IObservable
org string The login of the specified organization,
Résultat IObservable

GetAll() public méthode

Returns all the organizations
public GetAll ( ) : IObservable
Résultat IObservable

GetAll() public méthode

Returns all the organizations
public GetAll ( OrganizationRequest request ) : IObservable
request OrganizationRequest Search parameters of the last organization seen
Résultat IObservable

GetAllForCurrent() public méthode

Returns all the organizations for the current user.
public GetAllForCurrent ( ) : IObservable
Résultat IObservable

GetAllForCurrent() public méthode

Returns all the organizations for the current user.
public GetAllForCurrent ( ApiOptions options ) : IObservable
options ApiOptions Options for changing the API response
Résultat IObservable

GetAllForUser() public méthode

Returns all the organizations for the specified user
public GetAllForUser ( string user ) : IObservable
user string The login for the user
Résultat IObservable

GetAllForUser() public méthode

Returns all the organizations for the specified user
public GetAllForUser ( string user, ApiOptions options ) : IObservable
user string The login for the user
options ApiOptions Options for changing the API response
Résultat IObservable

ObservableOrganizationsClient() public méthode

Initializes a new Organization API client.
public ObservableOrganizationsClient ( IGitHubClient client ) : System
client IGitHubClient An used to make the requests
Résultat System

Update() public méthode

Update the specified organization with data from OrganizationUpdate.
Thrown if the client is not authenticated.
public Update ( string organizationName, OrganizationUpdate updateRequest ) : IObservable
organizationName string The name of the organization to update.
updateRequest OrganizationUpdate
Résultat IObservable