Update the API reports
Signed-off-by: David Roberts <David.Roberts@orbis.com>
This commit is contained in:
@@ -124,6 +124,7 @@ export class AzureDevOpsApi {
|
||||
org: string,
|
||||
project: string,
|
||||
repo: string,
|
||||
path: string,
|
||||
): Promise<{
|
||||
url: string;
|
||||
content: string;
|
||||
|
||||
@@ -16,6 +16,9 @@ export const AZURE_DEVOPS_HOST_ORG_ANNOTATION = 'dev.azure.com/host-org';
|
||||
// @public (undocumented)
|
||||
export const AZURE_DEVOPS_PROJECT_ANNOTATION = 'dev.azure.com/project';
|
||||
|
||||
// @public (undocumented)
|
||||
export const AZURE_DEVOPS_README_ANNOTATION = 'dev.azure.com/readme-path';
|
||||
|
||||
// @public (undocumented)
|
||||
export const AZURE_DEVOPS_REPO_ANNOTATION = 'dev.azure.com/project-repo';
|
||||
|
||||
@@ -228,6 +231,8 @@ export interface ReadmeConfig {
|
||||
// (undocumented)
|
||||
org?: string;
|
||||
// (undocumented)
|
||||
path?: string;
|
||||
// (undocumented)
|
||||
project: string;
|
||||
// (undocumented)
|
||||
repo: string;
|
||||
|
||||
Reference in New Issue
Block a user