Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MovieOpts

Options to manipulate movie fetching. These can be passed to get, search or the constructor for Client.

Hierarchy

  • MovieOpts

Index

Properties

Properties

Optional apiKey

apiKey: undefined | string

API key for omdbapi. Needed to make any API calls.

Get one here

Optional baseURL

baseURL: string | URL

Base URL to connect to (default: https://www.omdbapi.com)

Optional timeout

timeout: undefined | number

Timeout in milliseconds to wait before giving up on a request

Generated using TypeDoc