node-justwatch-api
node-justwatch-api copied to clipboard
Justwatch has changed its api url
Hi has Justwatch changed its api url? Maybe it now uses graphql. Is it possiible to integrate new api format?
thanks in advance
If someone makes a PR, I'd be happy to to integrate it, but I don't have much time to reverse engineer it right now
I think all older justwatch api are still working fine, but getEpisodes .
indeed it returns 404.
However I've tried to call new graphql api url and it works fine and returning all episode data and its offers array.
unfortunately i've hardcoded the query just for test.
I'll try to open a PR in next days