sdk-generator
sdk-generator copied to clipboard
[All SDKs] Drop `StoreId` from the `OpenFgaApi` configuration interface
The OpenFgaApi
methods that need a storeId should start accepting StoreId
as the first parameter.
This would allow us to drop the custom patches we have (e.g. JS SDK here), and allow users to target multiple stores with the same client if they wish.
- [x] JS SDK https://github.com/openfga/js-sdk/pull/97
- [x] Go SDK @jimmyjames
- [x] .NET SDK
- [ ] Python SDK @evansims