class Github::Client::Issues

def list_repo(user, repo)

def list_repo(user_name, repo_name, params)

List issues for a repository
def list_repo(user, repo)
  get_request("/repos/#{user}/#{repo}/issues", arguments.params)
end