SDKs
Overview
OpenElectricity provides SDKs to access the API in TypeScript / JavaScript or Python.
Typescript SDK
The Typescript SDK is available on NPM.
It supports accessing the API synchronously and asynchronously, and includes a built in data and record table tools for analysing data.
Installation
The Typescript SDK is available on NPM at openelectricity.
Install the SDK using your preferred package manager:
Quick Start
Python SDK
The Python SDK is available on PyPI.
It supports accessing the API synchronously and asynchronously, and exporting results to either pandas or polars DataFrames.
Installation
The Python SDK is available on PyPI at openelectricity.
Install the SDK using your preferred package manager: