C# Класс Octokit.Reactive.ObservableOrganizationsClient

Наследование: IObservableOrganizationsClient
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GetAll ( string user ) : IObservable
GetAll ( string user, ApiOptions options ) : IObservable

Описание методов

Get() публичный Метод

Returns the specified organization.
public Get ( string org ) : IObservable
org string The login of the specified organization,
Результат IObservable

GetAll() публичный Метод

Returns all the organizations
public GetAll ( ) : IObservable
Результат IObservable

GetAll() публичный Метод

Returns all the organizations
public GetAll ( OrganizationRequest request ) : IObservable
request OrganizationRequest Search parameters of the last organization seen
Результат IObservable

GetAllForCurrent() публичный Метод

Returns all the organizations for the current user.
public GetAllForCurrent ( ) : IObservable
Результат IObservable

GetAllForCurrent() публичный Метод

Returns all the organizations for the current user.
public GetAllForCurrent ( ApiOptions options ) : IObservable
options ApiOptions Options for changing the API response
Результат IObservable

GetAllForUser() публичный Метод

Returns all the organizations for the specified user
public GetAllForUser ( string user ) : IObservable
user string The login for the user
Результат IObservable

GetAllForUser() публичный Метод

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
Результат IObservable

ObservableOrganizationsClient() публичный Метод

Initializes a new Organization API client.
public ObservableOrganizationsClient ( IGitHubClient client ) : System
client IGitHubClient An used to make the requests
Результат System

Update() публичный Метод

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
Результат IObservable