openfga / sdk-generator

OpenFGA Client SDK Generator
Apache License 2.0
14 stars 30 forks source link

[JS, Python] Support `apiUrl` configuration option #298

Closed ewanharris closed 5 months ago

ewanharris commented 5 months ago

Currently only the .NET, Go, and Java SDKs support the apiUrl option that replaces the combination of apiScheme and apiHost.

We should also extend this to JS and Python, ensuring that we document using this instead of scheme/host and deprecate (?) scheme/host

ewanharris commented 5 months ago

cc @rhamzeh just incase there was a reason we didn't do these initially

rhamzeh commented 5 months ago

Yes, we're migrating all the SDKs to use apiUrl and deprecate the previous two!

JS and Python are the only two left