UNPKG

justwatch-api-client

Version:

A client library to interact with the unofficial JustWatch GraphQL API for searching movies/shows and getting streaming information.

3 lines (2 loc) 209 B
import { ShowResult } from "../src/index"; export default function searchMovie(searchQuery: string, Fetcher: (url: string, options: RequestInit) => Promise<Response>, country?: string): Promise<ShowResult[]>;