docs: add api-reports

Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>
This commit is contained in:
Alisson Fabiano
2022-08-19 11:57:07 +01:00
parent 5e918f43e6
commit 4b095e031a
3 changed files with 7 additions and 13 deletions
+5 -3
View File
@@ -74,9 +74,9 @@ export class AzureDevOpsApi {
// (undocumented)
getReadme(
host: string,
organization: string,
projectName: string,
repoName: string,
org: string,
project: string,
repo: string,
): Promise<{
url: string;
content: string;
@@ -105,6 +105,8 @@ export interface RouterOptions {
config: Config;
// (undocumented)
logger: Logger;
// (undocumented)
reader: UrlReader;
}
// (No @packageDocumentation comment for this package)