Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make DocumentAuthority related APIs public from SchemaSystem #212

Open
desaikd opened this issue Mar 15, 2024 · 0 comments
Open

Make DocumentAuthority related APIs public from SchemaSystem #212

desaikd opened this issue Mar 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@desaikd
Copy link
Contributor

desaikd commented Mar 15, 2024

Problem statement

Below are few use cases for which this change is required:

  • In a situation, where user wants to load all the schemas for a document authority in their schema system. Instead of iterating through the authorities that user initially used to set the SchemaSystem, they can just do SchemaSystem#authorities(), to get those authorities.
  • User may want to modify the authority path for when they change their location of storing the schema files. (e.g.with_authorities, add_authority)

Currently the above mentioned APIs are present under SchemaSystem but are private APIs, modify these to be public APIs instead.

@desaikd desaikd added the enhancement New feature or request label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant