This request came originally from this Glimmer issue by @rubyFeedback :
PS: A bit off-topic, but I wanted if there is a glimmer support
for a RESTful API, e. g. to use a REST-API like in rails or
sinatra but have this be mapped 1:1 onto a widget automagically
if possible. Not sure how this could look, but it would be nice to
have this available in a standalone widget too, without needing
to start sinatra and then use a browser, for instance. Kind of like
making this all doable within a widget.
In my response to him I analyzed his request as:
...if I pull data with a REST API that gives me a collection of Person models, which have first_name, last_name, email, address, date of birth, and salary for example, then you want the GUI to automatically display this data, selecting the right widget per Person model attribute depending on attribute type.
This request came originally from this Glimmer issue by @rubyFeedback :
In my response to him I analyzed his request as: