Closed seitzbg closed 7 years ago
How does one use their API key with this module?
TIA,
Got it working with omdb.request.
There's first-class support for this with v0.8.1:
import omdb omdb.set_default('apikey', API_KEY) # or client = omdb.Client(apikey=API_KEY)
How does one use their API key with this module?
TIA,