Learn how to make your first API request.
mec-
.
Store the API key in a secure area, such as an .env
file. Exporting the API key as an
environment variable enables it to be utilized in code:
export
command to set the MECHANIX_API_KEY
environment variable:pip
: