This commit is contained in:
Daniel
2021-02-15 21:44:32 +01:00
parent c66f7d19a4
commit c58fe40fbe
21 changed files with 2254 additions and 2989 deletions

View File

@@ -0,0 +1,6 @@
use GuzzleHttp\client;
class JustWatch {
private $path = 'https://apis.justwatch.com/content/%s';
}