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

x/entsoe_api_client/src/documents.ts>ParseDocument

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

Takes raw XML from ENTSO-e Rest API, checks the document type, parses using the appropiate parser, ant returns a typed and cleaned object representing the document.

Mainly intended to be used internally in entsoe-api-client library through the Query function.