Haskell-OpenAPI-Code-Generator / Haskell-OpenAPI-Client-Code-Generator

Generate Haskell client code from an OpenAPI 3 specification
46 stars 19 forks source link

(WIP) Support for providing of parameters at path level and overriding them… #71

Open portnov opened 2 years ago

portnov commented 2 years ago

… at operation level.

This should fix #17.

portnov commented 2 years ago

Yes, thanks to tests I already see one bug (due to use of Data.Map parameters can be incorrectly reordered). I intend to fix tests this week.