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) 230 B
import { RecommendationResult } from "../src/index"; export default function getRecomendations(showid: string, Fetcher: (url: string, options: RequestInit) => Promise<Response>, country?: string): Promise<RecommendationResult[]>;