UNPKG

node-csfd-api

Version:

ČSFD API in JavaScript. Amazing NPM library for scrapping csfd.cz :)

7 lines (6 loc) 438 B
import { CSFDCinemaPeriod } from './interfaces/cinema.interface'; export declare const userRatingsUrl: (user: string | number, page?: number) => string; export declare const movieUrl: (movie: number) => string; export declare const creatorUrl: (creator: number | string) => string; export declare const cinemasUrl: (district: number | string, period: CSFDCinemaPeriod) => string; export declare const searchUrl: (text: string) => string;