SolidLabResearch/FormGenerator

Make extended configuration option to configure hydra endpoint and method

Closed this issue · 1 comments

To be able to know as a form viewer app where to save form entries to, it would be nice to be able to define an endpoint and HTTP method to send the requests to.
There already exists a model hydra-class but we should make an interface so the user can customize the parameters.
The endpoint property is located in the rdf-form model and should be added to the other form types as well.

A similar solution with the use of FnO and policies was already implemented in 2269775.