Michael Bisbjerg
Michael Bisbjerg
Leaving this open so we can track it.
The current OAS specs seem incomplete. For Movie f.ex., there are non of the "append_to_response" methods available as properties, so if we generated it from that, we would be missing...
There could be - TMDb regularly adds new fields. Do check though, for that base, if the specific implementation you get has `OriginalTitle`. `KnownForBase` is inherited into a number of...
* https://github.com/richardszalay/mockhttp * https://github.com/WireMock-Net/WireMock.Net
Depends on issue #144 to be completed and merged first.
@danielnachtrub check out the new `SearchMulti`
There's been no update. Do you have a specific need? As it is now, the SearchMulti's SearchBase type is a base class. You can cast it to one of three...
Well, you can't cast it to a Movie as that's not the type. It would be one of `SearchMovie`, `SearchTv`, `SearchPerson` So, f.ex.: ```csharp TMDbClient client = new TMDbClient("12345"); var...
What are you experiencing?
Hmm. Certainly sounds like it. The result of the method is null? If it's an error code of sorts, and the result is null - we should probably throw exceptions...