How to use the azure-devops-node-api/GalleryApi.GalleryApi function in azure-devops-node-api

To help you get started, we’ve selected a few azure-devops-node-api examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github microsoft / tfs-cli / app / exec / extension / default.ts View on Github external
protected async getGalleryApi() {
		const handler = await this.getCredentials(this.webApi.serverUrl, false);
		return new GalleryApi(this.webApi.serverUrl, [handler]); // await this.webApi.getGalleryApi(this.webApi.serverUrl);
	}
	/**** TEMPORARY until Marketplace fixes getResourceArea ****/