Gets the contents of a file from a repo (defaults to yours)
(filePath: string, repoSlug?: string, refspec?: string)
| 18 | export interface BitBucketCloudAPIDSL { |
| 19 | /** Gets the contents of a file from a repo (defaults to yours) */ |
| 20 | getFileContents(filePath: string, repoSlug?: string, refspec?: string): Promise<string> |
| 21 | |
| 22 | /** Make a get call against the bitbucket server API */ |
| 23 | get(path: string, headers: any, suppressErrors?: boolean): Promise<any> |
no outgoing calls
no test coverage detected