Setup

Setup instructions for all recipe examples

All Python examples in the recipes assume you have initialized the client:

import gridstatusio as gs
client = gs.GridStatusClient(api_key="YOUR_API_KEY")

You can also use the environment variablearrow-up-right GRIDSTATUS_API_KEY.

Last updated

Was this helpful?