aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Instances.hs
Commit message (Collapse)AuthorAgeFilesLines
* data Content -> type TextHEADmastertv32 hours1-8/+0
|
* add G4fClient.Model.AnyTypetv32 hours1-0/+3
|
* generate initial committv32 hours1-0/+466
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