Skip to main content

GithubUrlReader.(constructor)

Home > @backstage/backend-common > GithubUrlReader > (constructor)

Constructs a new instance of the GithubUrlReader class

Signature:

constructor(integration: GithubIntegration, deps: {
treeResponseFactory: ReadTreeResponseFactory;
credentialsProvider: GithubCredentialsProvider;
});

Parameters

ParameterTypeDescription
integrationGithubIntegration
deps{ treeResponseFactory: ReadTreeResponseFactory; credentialsProvider: GithubCredentialsProvider; }