sdk-generator icon indicating copy to clipboard operation
sdk-generator copied to clipboard

[All SDKs] Drop `StoreId` from the `OpenFgaApi` configuration interface

Open rhamzeh opened this issue 1 year ago • 0 comments

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

rhamzeh avatar May 22 '23 13:05 rhamzeh