Package com.jcabi.github
Interface Stars
@Immutable
public interface Stars
GitHub starring API.
- Since:
- 0.15
- See Also:
-
Method Summary
-
Method Details
-
repo
Repo repo()Owner of them.- Returns:
- Repo
-
starred
Check if repo is starred.- Returns:
- True if repo is starred
- Throws:
IOException- - If anything goes wrong.
-
star
Star repository.- Throws:
IOException- - If anything goes wrong.
-
unstar
Unstar repository.- Throws:
IOException- - If anything goes wrong.
-