Interface Stars


@Immutable public interface Stars
GitHub starring API.
Since:
0.15
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Owner of them.
    void
    Star repository.
    boolean
    Check if repo is starred.
    void
    Unstar repository.
  • Method Details

    • repo

      Repo repo()
      Owner of them.
      Returns:
      Repo
    • starred

      boolean starred() throws IOException
      Check if repo is starred.
      Returns:
      True if repo is starred
      Throws:
      IOException - - If anything goes wrong.
    • star

      void star() throws IOException
      Star repository.
      Throws:
      IOException - - If anything goes wrong.
    • unstar

      void unstar() throws IOException
      Unstar repository.
      Throws:
      IOException - - If anything goes wrong.