You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for putting this together! I'm working on a project for a user to search for a program and then select from the resulting list of Offers for which one they would want. This, in turn, creates a file for the purposes of Deep Linking. Overall, I've got it working as a proof of concept thanks to your API.
Now, I'm wondering if you can take it to the next level down? The Offer URL work great for movies. However, for shows, the ones that come back are either to the series' page or the first episode. I'd like to be able to query against a selected program, then against a selected season, and then finally get the offers per episode. The data is available on JustWatch, and is pretty decent, but is buried pretty far down.
The text was updated successfully, but these errors were encountered:
@Electronic-Mango, just wanted to say thanks for the inspiration and understanding of how JustWatch and GraphQL work. I was able to take what I learned from your work and develop something much larger that does everything I was asking for and then some. Check it out if you have a chance!
Hey, I'm glad this project have helped! When I started it I didn't expect that anyone else will actually use it.
Sorry I didn't get around to it, I didn't have a lot of free time and I wasn't sure how to approach this without changing too much of how you use the library.
When I started I just went with he easiest way for what I needed it, which wasn't the best approach for extending it in the future.
Thanks for putting this together! I'm working on a project for a user to search for a program and then select from the resulting list of Offers for which one they would want. This, in turn, creates a file for the purposes of Deep Linking. Overall, I've got it working as a proof of concept thanks to your API.
Now, I'm wondering if you can take it to the next level down? The Offer URL work great for movies. However, for shows, the ones that come back are either to the series' page or the first episode. I'd like to be able to query against a selected program, then against a selected season, and then finally get the offers per episode. The data is available on JustWatch, and is pretty decent, but is buried pretty far down.
The text was updated successfully, but these errors were encountered: