lanthaler / HydraConsole

HydraConsole is an implementation of a generic API client for Hydra-based Web APIs in the form of a single-page application.
http://www.markus-lanthaler.com/hydra/
MIT License
103 stars 17 forks source link

When using the UpdateAction Operation (PUT) fill the forms with the data provided by the GET Operation #20

Open leroy0211 opened 8 years ago

leroy0211 commented 8 years ago

It would be a nice enhancement when you choose to use the UpdateAction Operation (PUT), the forms below will be filled with the data allready provided by the GET Operation. This way if you only want to edit a singular field, all the other information will stay the same instead of setting this to NULL by the API.

lanthaler commented 8 years ago

Yep, that would indeed be nice. Unfortunately, at the moment I don't have the time to implement this myself. Pull requests are more than welcome though