This message was deleted.
# general
m
This message was deleted.
c
Any update on when this will land? I don't get how people are using the Golang SDK if it is broken. What proposed workarounds are there that I can use for now? Or do you recommend we generate our own client code with openapi generator?
Would you accept a PR for this against
ory/sdk
? I can get a working copy just by adding
useOneOfDiscriminatorLookup
to the Go generator configuration. I don't really want to maintain a fork but I also want us to upgrade our system. (currently on v0.13)
Would you accept a PR for this against
ory/sdk
? I can get a working copy just by adding
useOneOfDiscriminatorLookup
to the Go generator configuration. I don't really want to maintain a fork but I also want us to upgrade our system. (currently on v0.13)
r
Hey. Sorry for the delay. The issue is that we need to check if that change would be backwards compatible and work with the other language generators My understanding is the Go SDK is fully broken atm?
The change in referring to is the one in https://github.com/ory/kratos/pull/3727
Can the go SDK be fixed just by adding useOneOfDiscriminiatotLookup?
We might not need most changes in https://github.com/ory/kratos/pull/3727 then
c
Arne, yes fully broken at the minute. When I use the
useOneOfDiscriminiatotLookup
option it did work for my use case, don't know about the rest of the SDK.