Getting Started
Intall the Pezzo Client
Install the pezzo package from PyPi:Initialize the Pezzo Client
To initialize the Pezzo client, simply import it into your script. It will automatically read the configuration from your environment variables:PEZZO_API_KEY
: Your Pezzo API keyPEZZO_PROJECT_ID
: Your Pezzo project IDPEZZO_ENVIRONMENT
: The environment you want to use (e.g.Production
, which is the default environment created by Pezzo)
libs/pezzo.ts
file in which we instantiate the Pezzo client and export it. We can then import it in other areas of our application.