インタフェース RepositoryApi


public interface RepositoryApi
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    List<Repository> getRepositories​(@NonNull String repositoryDomain)
    Returns the repository information through the GitHub API https://api.github.com/repos/loginName/repositoryName.
  • メソッドの詳細

    • getRepositories

      List<Repository> getRepositories​(@NonNull @NonNull String repositoryDomain)
      Returns the repository information through the GitHub API https://api.github.com/repos/loginName/repositoryName.
      パラメータ:
      repositoryDomain - The repository domain with the format "loginName/repositoryName"
      戻り値:
      The repository information
      例外:
      NullPointerException - If null is passed as an argument