autolabel icon indicating copy to clipboard operation
autolabel copied to clipboard

Clean config object that can be passed to Autolabel instead of a dictionary

Open rajasbansal opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. Currently we pass in configs as dictionary or path to json objects. We should instead be passing in config objects which have getter and setter functions which make altering the configs easier and more readable.

Describe the solution you'd like Exposing the config class to the user more transparently. Running validation on config class based on passed in parameters.

[P2]

  • Ability to share these configs

rajasbansal avatar Jun 09 '23 23:06 rajasbansal