You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(api): export SDK
In some use cases, the SDK class needs to be instantiated several
times.
For instance, in a multi-tenancy scenario, there may be multiple
instances of the same API server, but serving different data from
different base URLs. In this case, we need to instantiate multiple
clients with different server URLs.
* fix(api): export sdk in a separate file
---------
Co-authored-by: Kanad Gupta <[email protected]>
0 commit comments