You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.