Skip to main content
Go to Latest
class EaCDataLakeServiceClient
extends EaCBaseClient
Re-export
import { EaCDataLakeServiceClient } from "https://deno.land/x/fathym_everything_as_code_api@v0.0.31-integration/mod.ts";

Constructors

new
EaCDataLakeServiceClient(baseUrl: URL, apiToken: string)

Methods

Execute(
entLookup: string,
cloudLookup: string,
resGroupLookup: string,
resLookups: string[],
fileSystem: string,
resultType: "json" | "csv" | "jsonl",
flatten?: boolean,
download?: boolean,
): Promise<Response>