GitHubManager.isRepoExist
레포지토리가 존재하는지 확인하는 메소드입니다. @see @see GitHub API - Get a repository
Signature
isRepoExist: (owner?: string, repo?: string) => Promise<boolean>;
레포지토리가 존재하는지 확인하는 메소드입니다. @see @see GitHub API - Get a repository
isRepoExist: (owner?: string, repo?: string) => Promise<boolean>;