-
- All Implemented Interfaces:
-
org.danilopianini.upgradle.remote.graphql.GithubGraphqlClient
public final class FuelGithubClient implements GithubGraphqlClient
-
-
Constructor Summary
Constructors Constructor Description FuelGithubClient(Credentials credentials)
-
Method Summary
Modifier and Type Method Description Flow<UserRepositories.Data.Viewer.RepositoryConnection.Repository>repositories()Flow<String>topicsOf(String owner, String name)Flow<String>branchesOf(Repository repository)-
-
Constructor Detail
-
FuelGithubClient
FuelGithubClient(Credentials credentials)
-
-
Method Detail
-
repositories
@FlowPreview() Flow<UserRepositories.Data.Viewer.RepositoryConnection.Repository> repositories()
-
branchesOf
@FlowPreview() Flow<String> branchesOf(Repository repository)
-
-
-
-