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

x/entsoe_api_client/src/query.ts>QueryGL

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

Fetch and process GL_MarketDocument(s)

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

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

type

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