Background
In order to use the SDK, you first need to get the API key and set it properly. There are two ways to set up your API keys.Direct use in your code
You can use your API key directly in your code.python
Please avoid commiting your API key to your code repository.
Add to environment variables
Set your API key as your environment variable.Linux / MacOS
Set yourPODONOS_API_KEY
environment variable on your shell command.
Run the following command in your terminal, replacing YOUR_API_KEY
with your API key.
api_key
while initialization.
python
Windows
Run the following in the cmd prompt, and replace<YOUR_API_KEY>
with your API key.