-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sharing methods that are converted to GraphQL #314
Comments
Hi @duck7000, |
Sure i understand that but maybe you can use my work to convert the person class (or title class methods) and create PR? |
@duck7000 Thanks for the effort! But your version is not yet ready for my use, actually. I overwrited Boothman's classes with yours, and there are actually missing methods (I briefly saw photo_url() for example) which prevented me to go further. |
Hey @duck7000 |
Thanks for the clarification. |
@ALL
I have successfully converted methods to GraphQL:
Locations
Soundtrack
Quotes
Trivia (including spoiler check)
Genres
Rating
Aka (added original title to aka query, no need for extra method)
Title_year
Metacritic
Plotoutline
Country
Language
Mpaa
Top250
Episodes (byYear is now working)
Director
Writer
Composer
Producer
Votes
isOngoing (new: used to get if TV Series is still going or ended)
gross
budget
New method principalCredits (it will fetch Director, Writer, Creator and Cast from top title page if available) This replaces Creator() and headStars()
Feel free to use them here in imdbphp but remember that my version differs from this version so you can't copy the methods directly. Adjustments are needed. They are basically the same but might fetch more data or in different format.
I have no more interest in making pull requests for those methods, let's say there is a reason that i use my own version.
This way i can still contribute to this version, i hope that somebody will pick this up further so everybody can benefit from it.
Edit: @tboothman I was skeptical to the move to GraphQL but i have to fully admit that it is actually much easier is to work with.
That is.. after you figure out how it works... Thanks for your groundwork about GraphQL.!
The text was updated successfully, but these errors were encountered: