createClient()
accepts a querySerializer
option to set a default serializer
#1182
Closed
1 task done
Labels
enhancement
New feature or request
openapi-fetch
Relevant to the openapi-fetch library
PRs welcome
PRs are welcome to solve this issue!
Description
It'd be nice for
createClient()
to accept a globalquerySerializer
that is used as the default.Proposal
If an individual method provides a
querySerializer
, it should override the one set when callingcreateClient()
.Checklist
The text was updated successfully, but these errors were encountered: