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.
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.