alllohaaa
Results
2
issues of
alllohaaa
need to support square bracket query params with OpenAPI 3.0 `style: deepObject` and `explode: true` spec query example `https://api.example.com/profiles/list?position[lat]=37.1&position[lng]=-122.1` yaml example ```yaml openapi: 3.0.0 ... paths: /info: get: parameters: -...
enhancement
Every change in openapi file involving adding new request body description leads to regeneratin all InlineObjects for every request body. So, for example, InlineObject3 became InlineObject4. This demand updating calling...
enhancement