Is your feature request related to a problem? Please describe.
I think the logic should be similar to queryParams (e.g. you can have lang which will be added to each request automatically). I'd like to have the same possibility for queryParamStringifyOptions, in my case I need to use { arrayFormat: 'brackets' } for each request. It's not comfortable to specify this parameter each time I use array in queryParams.
Describe the solution you'd like
The same as we have with queryParams:
Describe alternatives you've considered
Currently, we can add queryParamStringifyOptions to each request where array is used. But as I mentioned, I don't like it :)
Additional context
I think it's clear enough already
Is your feature request related to a problem? Please describe. I think the logic should be similar to
queryParams
(e.g. you can havelang
which will be added to each request automatically). I'd like to have the same possibility forqueryParamStringifyOptions
, in my case I need to use{ arrayFormat: 'brackets' }
for each request. It's not comfortable to specify this parameter each time I use array inqueryParams
.Describe the solution you'd like The same as we have with
queryParams
:Describe alternatives you've considered Currently, we can add
queryParamStringifyOptions
to each request where array is used. But as I mentioned, I don't like it :)Additional context I think it's clear enough already
p.s thanks for awesome library.