Package com.jcabi.github
Interface PublicKeys
@Immutable
public interface PublicKeys
GitHub public keys.
- Since:
- 0.8
- See Also:
-
Method Summary
-
Method Details
-
user
User user()User we're in.- Returns:
- User
-
iterate
Iterate all public keys.- Returns:
- All public keys.
- See Also:
-
get
Get a single public key.- Parameters:
number- ID of the public key to remove.- Returns:
- A single public key.
- See Also:
-
create
Create a public key.- Parameters:
title- The title of this key.key- The value of this key.- Returns:
- A new PublicKey
- Throws:
IOException- If an IO problem occurs.- See Also:
-
remove
Remove a public key.- Parameters:
number- ID of the public key to remove.- Throws:
IOException- If an IO problem occurs.- See Also:
-