Can I ask why the SDKs for those using self-hosted...
# ory-selfhosting
a
Can I ask why the SDKs for those using self-hosted Ory need to be separate from the Ory.Client at all, with just some sort of switch to turn off API key/Network auth?
m
Hey @ancient-morning-23884 valid question, the main reason is that Ory Network releases faster than the OSS release, so there could be issues with a version missmatch. Most of the time it is fine but it is better to use the dedicated SDK then its sure to be the right version.
a
Ahh, I see - so it's more to do with not polluting the API surface with methods that don't (yet) exist in OSS land