Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchRequest

A search for a movie. This will fetch multiple results based on fuzzy matches for a particular piece of media.

Hierarchy

  • SearchRequest

Index

Properties

Properties

name

name: string

Title of the media that we're looking for. Unfortunately, only English names are supported by omdb at the moment.

Optional reqtype

reqtype: RequestType

Type of media we're looking for

Optional year

year: undefined | number

Year that the media was released

Generated using TypeDoc