Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
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 ****/