This repository has been archived on 2025-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dumbo/app/libraries/justwatch.php
2021-02-15 21:44:32 +01:00

6 lines
105 B
PHP

use GuzzleHttp\client;
class JustWatch {
private $path = 'https://apis.justwatch.com/content/%s';
}