UNPKG

streaming-availability

Version:

Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 60 countries!

7 lines (6 loc) 157 B
/* tslint:disable */ /* eslint-disable */ export * from './runtime'; export * from './apis/index'; export * from './models/index'; export * from './client';