Open StefH opened 2 years ago
This basically means extending the Header
attribute model to query parameters. It's do-able (and I think I started down this route at some point, before it got complex and I realised noone was asking for it, at that point)
It would be useful to have this.
It makes the API more clean.
Description I've defined a query parameter on an interface like this:
What I would to do is set the value for this Query Parameter like this:
This makes the code more clean then just adding
?api-version=abc
to every method like described here: https://github.com/canton7/RestEase#constant-query-parametersVersion Info