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
I can imagine this also applies to other requests I did not stumble upon. I could create a PR for GetTopicResponse, but I'm not sure whether that's the way to go or whether you're generating your SDKs from another place. :)
The text was updated successfully, but these errors were encountered:
I got the impression that the whole SDK is heavily outdated. I found more and more situations where it was firing wrong requests. Additionally, it's often enough hiding errors (esp. HTTP errors) and failure reports from responses. I guess one shouldn't really use it atm.
I hope they will opt for a solution where they generate the client based on the underlying data modell or API, instead of maintaining it manually. This would not solve the issue with swallowed errors, but at least keep the SKD up to date. :/
When I run a request for a topic, the response is not deserialized properly. This is b/c the received JSON looks like this:
, but the
struct
GetTopicResponse
doesn't expectdata
but the inner item:I can imagine this also applies to other requests I did not stumble upon. I could create a PR for
GetTopicResponse
, but I'm not sure whether that's the way to go or whether you're generating your SDKs from another place. :)The text was updated successfully, but these errors were encountered: