public static interface GitHubExample.GitHub
| Modifier and Type | Interface and Description |
|---|---|
static class |
GitHubExample.GitHub.Contributor |
static class |
GitHubExample.GitHub.Issue |
static class |
GitHubExample.GitHub.Repository |
| Modifier and Type | Method and Description |
|---|---|
static GitHubExample.GitHub |
connect() |
default List<String> |
contributors(String owner)
Lists all contributors for all repos owned by a user.
|
List<GitHubExample.GitHub.Contributor> |
contributors(String owner,
String repo) |
void |
createIssue(GitHubExample.GitHub.Issue issue,
String owner,
String repo) |
List<GitHubExample.GitHub.Repository> |
repos(String owner) |
List<GitHubExample.GitHub.Repository> repos(String owner)
List<GitHubExample.GitHub.Contributor> contributors(String owner, String repo)
void createIssue(GitHubExample.GitHub.Issue issue, String owner, String repo)
default List<String> contributors(String owner)
static GitHubExample.GitHub connect()
Copyright © 2012–2023 OpenFeign. All rights reserved.