DSD-DBS / capella-polarion

Capella-Polarion Bridge - bi-directional integration of the 2 things based on REST API
https://dsd-dbs.github.io/capella-polarion/
2 stars 0 forks source link

Use pydantic for config modeling and validation #66

Open ewuerger opened 1 month ago

ewuerger commented 1 month ago

The config got more complex and therefore the probability of errors in the configuration increases. Capella2Polarion should indicate/raise these on first sight, when the config is parsed. This can be achieved by using pydantic.

ewuerger commented 1 month ago

Kind of the same as #63.