aj-foster / open-api-generator

Open API code generator for Elixir
MIT License
97 stars 13 forks source link

Support Parameter Styles and Non-primitive Types #62

Open aj-foster opened 1 month ago

aj-foster commented 1 month ago

This PR is an exploration / work in progress. Final implementation of this feature may require the use of an external library.

Parameters, including path parameters, may have non-primitive value types. Handling these types depends on the parameter's style, which is documented here.