Haskell-OpenAPI-Client-Code-Generator
Haskell-OpenAPI-Client-Code-Generator copied to clipboard
Generate Haskell client code from an OpenAPI 3 specification
Results
12
Haskell-OpenAPI-Client-Code-Generator issues
Sort by
recently updated
recently updated
newest added
When I run the generator through the nix flake, it creates types like `GHC.Internal.Maybe.Maybe GHC.Types.Float`, but `ghc-internal` is not (and IMHO shouldn't be) a dependency of the generated package. So...
It would be great if one could prefix the generated record field names. I wrote some template haskell to call `makeLenses` (from the `lens` package) for all record types, but...