Skip to content
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

Return same instance type for people requests in Episodes, Shows and Seasons module #185

Closed
mpfc75 opened this issue Sep 11, 2020 · 0 comments · Fixed by #190
Closed

Return same instance type for people requests in Episodes, Shows and Seasons module #185

mpfc75 opened this issue Sep 11, 2020 · 0 comments · Fixed by #190

Comments

@mpfc75
Copy link

mpfc75 commented Sep 11, 2020

Is your feature request related to a problem? Please describe.
The methods

  • client.Shows.GetShowPeopleAsync
  • client.Seasons.GetSeasonPeopleAsync

both return ITraktShowCastAndCrew

while method

  • client.Episodes.GetEpisodePeopleAsync

returns ITraktCastAndCrew

Describe the solution you'd like
For consistency, could all three similar methods return the same instance (perhaps they could all return ITraktCastAndCrew).

Occurring in Trakt.NET version 1.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment