odata-query icon indicating copy to clipboard operation
odata-query copied to clipboard

option to add custom query params

Open sg2707 opened this issue 6 months ago • 1 comments

If the endpoint accepts additional query parameters other than oData queryparams, we have to append them after the buildQuery manually. To avoid this can we create a collection of custom parameter object that will be appended to the query?

Eg: myendpoint?oDataParam=xyz&customparam=1

sg2707 avatar Feb 20 '24 11:02 sg2707