Tie allows generation of Haskell server stubs from OpenAPI (v 3.x) specifications.
Go to file
Alexander Biehl 0d261c7f87
Merge pull request #14 from scarf-sh/readme-quickstart-guide
readme - quick start guide
2022-03-11 08:10:25 +01:00
.github/workflows Add GitHub CI 2022-02-20 18:22:08 +01:00
bin Quick and diry CLI 2022-02-18 08:25:55 +01:00
src Deduplicate import statements in Api.hs 2022-03-11 08:03:22 +01:00
test Deduplicate import statements in Api.hs 2022-03-11 08:03:22 +01:00
.gitignore Group methods by path 2022-02-15 13:58:22 +01:00
cabal.project Pin down index state for better CI caching 2022-02-23 07:36:51 +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>