Skip to main content
Module

x/datadog_api/client.ts>ApiConfig

Lightweight client for accessing several Datadog APIs
Latest
type alias ApiConfig
import { type ApiConfig } from "https://deno.land/x/datadog_api@v0.2.0/client.ts";
definition: { apiKey: string; appKey?: string; apiBase?: string; }