Well,
> I'm fine with
>
> client.request(..).pathParam(...).get();
>
> I don't want to see
>
> client.link(..).get().pathParam(...).invoke();
>
> because it is just not cool at all.
>
> And I'd like to have
>
> client.request(myLink).pathParam(...).get();
>
If we are now at the point where we talk about cool things we'd like to
have, let me drop another wish:
@Resource MyResourceClass target; // injected by ACC
target.later().myJavaMethodName(HeaderParams, entity); // will do async PUT
on @Path of MyResourceClass
...but I think that is not a LOW LEVEL API. ;-)
Regards
Markus