Open fw2568 opened 5 months ago
maybe this could also be implemented more generic with a server side config check, as this is also required for non-dotnet clients.
Discussed this: should be seperated into 2 endpoints - one for pure config validation another one - as a operation - for variables. Variables may require to download dependencies and this should be done asychronously.
Scenario:
a catlet parent contains variables, in a new catlet these variables are not explicity declared. That the variable is missing is only detected server side, which leads to a bad user experience.
Instead the client should be able to detect required variables via a server exposed endpoint.
AB#691