Authentication

Authentication

ℹ️
We highly recommended that you store your key in an environment variable.
import os
import metdley as met

# Fetch the API key from an environment variable
met.auth(os.getenv("METDLEY_API_KEY"))

Next

Now that you are authenticated, you are ready to begin searching!