Skip to content

ENTSOE.jl

Documentation for ENTSOE.jl.

A Julia REST/JSON API wrapper scaffolded with OpenAPITemplate.jl.

Quick start

julia
using ENTSOE

client = ENTSOEClient(ENV["ENTSOE_API_TOKEN"])

See the Getting Started guide for a worked example, or the Julia API Reference for the full surface.