Tie allows generation of Haskell server stubs from OpenAPI (v 3.x) specifications.
Go to file
2022-04-05 08:01:56 +02:00
.github/workflows Add GitHub CI 2022-02-20 18:22:08 +01:00
bin x-tie-haskell-type extension 2022-03-24 17:29:49 +01:00
src CamelCasify Enum constructors 2022-04-05 08:01:56 +02:00
test CamelCasify Enum constructors 2022-04-05 08:01:56 +02:00
.gitignore Group methods by path 2022-02-15 13:58:22 +01:00
cabal.project Update openapi3 sha256 for nix 2022-03-24 18:40:14 +01:00
CHANGELOG.md Initial commit 2022-02-15 11:01:21 +01:00
default.nix deveplopment nix shell 2022-02-26 22:49:03 -05:00
README.md quick start guide 2022-03-09 10:43:26 -05:00
Request.template.hs Fix request substitution marker 2022-03-09 14:21:59 +01:00
scarf-api.yaml Add petstore golden test 2022-02-22 10:34:38 +01:00
shell.nix deveplopment nix shell 2022-02-26 22:49:03 -05:00
tie.cabal Remove bytestring lower bound 2022-03-09 13:24:12 +01:00

TIE

Development very much in progress. Public release coming soon!

Quick Start

Replace the input in brackets with what suits your project.

tie --output <tie> \
  --module-name <Tie.Namespace1.Namespace2> \
  --package-name <tie> \
  <tie-spec.yaml>