-
-
Notifications
You must be signed in to change notification settings - Fork 559
Open
Labels
enhancementNew feature or requestNew feature or requestopenapi-fetchRelevant to the openapi-fetch libraryRelevant to the openapi-fetch library
Description
Description
Currently deeply-nested arrays/objects aren’t supported. I understand that it's because of the openapi spec.
Proposal
Recently there was some development in that area - OAI/OpenAPI-Specification#1706 (comment)
Is that something that can be addressed in the current implementation? For example stringify deeply nested arrays/objects as JSON? (unjs/ufo does that)
Or qs style support with [] or [0] delimiters? Something that languages like PHP support natively?
Extra
- I’m willing to open a PR (see CONTRIBUTING.md)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestopenapi-fetchRelevant to the openapi-fetch libraryRelevant to the openapi-fetch library