메소드 | 설명 | |
---|---|---|
Get ( string org ) : Task |
Returns the specified Organization.
|
|
GetAll ( ) : Task |
Returns all Organizations.
|
|
GetAll ( |
Returns all Organizations.
|
|
GetAllForCurrent ( ) : Task |
Returns all Organizations for the current user.
|
|
GetAllForCurrent ( Octokit.ApiOptions options ) : Task |
Returns all Organizations for the current user.
|
|
GetAllForUser ( string user ) : Task |
Returns all Organizations for the specified user.
|
|
GetAllForUser ( string user, Octokit.ApiOptions options ) : Task |
Returns all Organizations for the specified user.
|
|
OrganizationsClient ( IApiConnection apiConnection ) : System |
Initializes a new GitHub Orgs API client.
|
|
Update ( string organizationName, Octokit.OrganizationUpdate updateRequest ) : Task |
Update the specified organization with data from OrganizationUpdate.
|
메소드 | 설명 | |
---|---|---|
GetAll ( string user ) : Task |
||
GetAll ( string user, Octokit.ApiOptions options ) : Task |
public GetAll ( |
||
request | Search parameters of the last organization seen | |
리턴 | Task |
public GetAllForCurrent ( Octokit.ApiOptions options ) : Task |
||
options | Octokit.ApiOptions | Options for changing the API response |
리턴 | Task |
public GetAllForUser ( string user ) : Task |
||
user | string | The login of the user |
리턴 | Task |
public GetAllForUser ( string user, Octokit.ApiOptions options ) : Task |
||
user | string | The login of the user |
options | Octokit.ApiOptions | Options for changing the API response |
리턴 | Task |
public OrganizationsClient ( IApiConnection apiConnection ) : System | ||
apiConnection | IApiConnection | An API connection |
리턴 | System |
public Update ( string organizationName, Octokit.OrganizationUpdate updateRequest ) : Task |
||
organizationName | string | The name of the organization to update. |
updateRequest | Octokit.OrganizationUpdate | |
리턴 | Task |