UNPKG

node-csfd-api

Version:

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

5 lines (4 loc) 274 B
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 searchUrl: (text: string) => string;