-
Methods in io.gitea.api with parameters of type CreateKeyOption
| Modifier and Type |
Method |
Description |
PublicKey |
AdminApi.adminCreatePublicKey(java.lang.String username,
CreateKeyOption key) |
Add a public key on behalf of a user
|
com.squareup.okhttp.Call |
AdminApi.adminCreatePublicKeyAsync(java.lang.String username,
CreateKeyOption key,
ApiCallback<PublicKey> callback) |
Add a public key on behalf of a user (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminCreatePublicKeyCall(java.lang.String username,
CreateKeyOption key,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for adminCreatePublicKey
|
ApiResponse<PublicKey> |
AdminApi.adminCreatePublicKeyWithHttpInfo(java.lang.String username,
CreateKeyOption key) |
Add a public key on behalf of a user
|
DeployKey |
RepositoryApi.repoCreateKey(java.lang.String owner,
java.lang.String repo,
CreateKeyOption body) |
Add a key to a repository
|
com.squareup.okhttp.Call |
RepositoryApi.repoCreateKeyAsync(java.lang.String owner,
java.lang.String repo,
CreateKeyOption body,
ApiCallback<DeployKey> callback) |
Add a key to a repository (asynchronously)
|
com.squareup.okhttp.Call |
RepositoryApi.repoCreateKeyCall(java.lang.String owner,
java.lang.String repo,
CreateKeyOption body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for repoCreateKey
|
ApiResponse<DeployKey> |
RepositoryApi.repoCreateKeyWithHttpInfo(java.lang.String owner,
java.lang.String repo,
CreateKeyOption body) |
Add a key to a repository
|
PublicKey |
UserApi.userCurrentPostKey(CreateKeyOption body) |
Create a public key
|
com.squareup.okhttp.Call |
UserApi.userCurrentPostKeyAsync(CreateKeyOption body,
ApiCallback<PublicKey> callback) |
Create a public key (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userCurrentPostKeyCall(CreateKeyOption body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for userCurrentPostKey
|
ApiResponse<PublicKey> |
UserApi.userCurrentPostKeyWithHttpInfo(CreateKeyOption body) |
Create a public key
|
-