Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/entsoe_api_client/mod.ts>QueryTransmissionNetwork

ENTSO-e transparency platform API Client built for Deno. Complete. Easy to use. Minimal.
Latest
variable QueryTransmissionNetwork
import { QueryTransmissionNetwork } from "https://deno.land/x/entsoe_api_client@1.0.1/mod.ts";

Fetch and process TransmissionNetwork_MarketDocument(s)

Identifies the fetched docuement, validates key features, and returns an array of typed documents

If the query yield smething other than TransmissionNetwork_MarketDocument(s), an error will be thrown.

type

(securityToken: string, params: QueryParameters) => Promise<TransmissionNetworkDocument[]>