-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: handle optional schema prefix in SpiceDbClient
This commit introduces the ability to handle an optional schema prefix in the `SpiceDbClient` constructors. This change allows for more flexibility when initializing a new instance of the `SpiceDbClient` class, as it no longer requires a schema prefix. The handling of empty or null prefixes has been added across various methods and classes to ensure consistent behavior. BREAKING CHANGE: The constructors for `SpiceDbClient` now accept an optional parameter for `schemaPrefix`. If not provided, it defaults to null.
- Loading branch information
Showing
4 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters