Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

appsmarket

import { appsmarket } from "https://googleapis.deno.dev/v1/appsmarket:v2.ts";

Lets your Google Workspace Marketplace applications integrate with Google's installtion and licensing services.

class appsmarket {
constructor(client?: CredentialsClient, baseUrl?: string);
async customerLicenseGet(applicationId: string, customerId: string): Promise<CustomerLicense>;
async userLicenseGet(applicationId: string, userId: string): Promise<UserLicense>;
}

§Constructors

§
new appsmarket(client?: CredentialsClient, baseUrl?: string)
[src]

§Methods

§
customerLicenseGet(applicationId: string, customerId: string): Promise<CustomerLicense>
[src]

Gets the status of a license for a customer to determine if they have access for a given app.

@param applicationId

Application Id

@param customerId

Customer Id

§
userLicenseGet(applicationId: string, userId: string): Promise<UserLicense>
[src]

Gets the user's licensing status for their permission to use a given app.

@param applicationId

Application Id

@param userId

User Id