aboutsummaryrefslogtreecommitdiffstats
path: root/lib/G4fClient/Core.hs
Commit message (Collapse)AuthorAgeFilesLines
* generate initial committv26 hours1-0/+589
Generate haskell-http-client from running g4f v-7.1.4. Server started like this: python -m g4f --port 8080 --debug Code generated like this: openapi-generator-cli generate \ -i http://localhost:8080/openapi.json \ -g haskell-http-client \ --skip-validate-spec \ -o g4f-client \ --additional-properties=cabalPackage=g4f-client,cabalVersion=7.1.4,baseModule=G4fApi