Setup
Setup instructions for all recipe examples
import gridstatusio as gs
client = gs.GridStatusClient(api_key="YOUR_API_KEY")Last updated
Was this helpful?
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 variable GRIDSTATUS_API_KEY.
Last updated
Was this helpful?
Was this helpful?

