justwatch.php 105 B

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