Struct independent - Better architecture.
Hello, I would like to ask why you chose to nest structures in a single structure. Instead of creating small structures separated and then be reused. I say this because when it comes to reusing the code, for example, it is mandatory to rewrite all the structs to be able to handle them in small parts. Look for example Genres, ProductionCompanies, SpokenLanguages, MovieCredits (Cast && Crew)...
Hi @andrefedev, in simple words: time. I used a generator a few years ago. Feel free to enhance the project.
I had this issue last year and came back hoping it was fixed. Maybe ill have to fix it myself
@Nuxij @andrefedev
https://github.com/cyruzin/golang-tmdb/releases/tag/v1.7.0