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

GoogleCloudApihubV1Endpoint

import type { GoogleCloudApihubV1Endpoint } from "https://googleapis.deno.dev/v1/apihub:v1.ts";

The endpoint to be triggered for curation. The endpoint will be invoked with a request payload containing ApiMetadata. Response should contain curated data in the form of ApiMetadata.

interface GoogleCloudApihubV1Endpoint {
applicationIntegrationEndpointDetails?: GoogleCloudApihubV1ApplicationIntegrationEndpointDetails;
}

§Properties

§

Required. The details of the Application Integration endpoint to be triggered for curation.