Package com.jcabi.github
Class RtStargazers
- java.lang.Object
-
- com.jcabi.github.RtStargazers
-
- All Implemented Interfaces:
Stargazers
public final class RtStargazers extends Object implements Stargazers
GitHub stargazers.- Since:
- 1.7.1
- Version:
- $Id $
- Author:
- Volodya Lombrozo (volodya.lombrozo@gmail.com)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<javax.json.JsonValue>iterable()Iterate over stargazers.
-
-
-
Method Detail
-
iterable
public Iterable<javax.json.JsonValue> iterable() throws IOException
Description copied from interface:StargazersIterate over stargazers.- Specified by:
iterablein interfaceStargazers- Returns:
- Iterator of stargazers
- Throws:
IOException- If there is any I/O problem
-
-