Tie allows generation of Haskell server stubs from OpenAPI (v 3.x) specifications.
Go to file
2022-06-12 14:58:07 +02:00
.github/workflows Update ci.yml 2022-04-19 08:57:36 +02:00
bin x-tie-haskell-type extension 2022-03-24 17:29:49 +01:00
src Support schema-less response bodies 2022-05-23 21:28:45 +02:00
test Support schema-less response bodies 2022-05-23 21:28:45 +02:00
.gitignore Group methods by path 2022-02-15 13:58:22 +01:00
cabal.project Custom Relude version for ghc-9.2.2 support 2022-05-06 14:19:31 +02: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
LICENSE Cabal file updates 2022-06-12 14:58:07 +02: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 Cabal file updates 2022-06-12 14:58:07 +02: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>