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

x/entsoe_api_client/mod.ts>QueryPublication

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

Fetch and process Publication_MarketDocument(s)

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

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

type

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