Package com.jcabi.github
Interface UserOrganizations
@Immutable
public interface UserOrganizations
Organizations of a GitHub user.
- Since:
- 0.24
- See Also:
-
Method Summary
-
Method Details
-
github
GitHub github()GitHub we're in.- Returns:
- GitHub
-
user
User user()Get its owner.- Returns:
- User
-
iterate
Iterate organizations of particular user. All public organizations for an unauthenticated user or private and public organizations for authenticated users- Returns:
- Iterator of Organizations
- Throws:
IOException- If there is an I/O problem- Since:
- 0.24
- See Also:
-