BitbucketServerClient.getFile()
Home > @backstage/plugin-catalog-backend-module-bitbucket-server > BitbucketServerClient > getFile
Signature:
getFile(options: {
projectKey: string;
repo: string;
path: string;
}): Promise<Response>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
options |
{ projectKey: string; repo: string; path: string; } |
Promise<Response>