Ejemplo n.º 1
0
 public static List <Issue> issues(this API_GitHub_Issues gitHubIssues)
 {
     return(gitHubIssues.issues_open());
 }