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

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

Cannot generate client library for a webdriver spec. #52

Closed NorfairKing closed 3 years ago

NorfairKing commented 3 years ago

I'm trying to generate a client library for this spec: https://github.com/NorfairKing/selenium-openapi/blob/bool/selenium.yaml

I'm getting (at least) two problems:

A missing import: text

Not enough qualification duplicate

NorfairKing commented 3 years ago

I've pushed my attempt to https://github.com/NorfairKing/webdriver-client You can try running ./scripts/generate-webdriver-api.sh there to reproduce.

joel-bach commented 3 years ago

The first problem is fixed by https://github.com/Haskell-OpenAPI-Code-Generator/Haskell-OpenAPI-Client-Code-Generator/pull/53.