Georgios Andrianakis

Results 773 comments of Georgios Andrianakis

> But this doesn't need any special support on the RR side How is ``` public TemplateInstance order(@RestPath long id) { return Templates.order(Order.findById(id)); } public TemplateInstance comments(@RestPath long id) {...

Hm... in the few code samples I saw things were controlled via some special HTTP headers.

@FroMage do you look into htmx perhaps? It would be great to figure this out so we can move forward with supporting it

Just to add a tiny note in case we do decide to go down the route of providing some kind of API that would allow for selection, that `MediaTypeMapper` essentially...

Thanks for the insights @FroMage

We'll see. If we do do that , I mentioned above what needs to be done.

> I'd like to see a real use-case for having separate endpoints +1

@ia3andy @FroMage ww should probably get together and figure something like this out. I feel like there is a good opportunity here

Yeah, but ideally you want that to be dead simple

> this feels like something we should have config for that the various http clients will be able to use? I definitely agree