Open
Description
Currently query_parameters
must be declared within each Request
.
In reality some endpoints share most if not all the parameters.
As an example search-template
allows passing all parameters that are accepted by search
.
A solution to avoid duplication would be to adapt the compiler to allow query_parameters
to use an exported interface thus enabling reuse and extensions between multiple endpoints.