Is there a plan to support cookie parameters? #1689
Labels
enhancement
New feature or request
openapi-fetch
Relevant to the openapi-fetch library
PRs welcome
PRs are welcome to solve this issue!
Description
Hello! I’m using openapi-fetch conveniently. Thank you. I would be delighted if openapi-fetch supported cookie parameters. Currently, I am sending cookies from the headers as follows:
Proposal
I propose that we add support for specifying cookie parameters directly. For example:
I found that adding the following code to the index.js of openapi-fetch works, but I’m not sure if this is the correct approach:
Checklist
The text was updated successfully, but these errors were encountered: