simplex messaging api types and docs generation (#32)

* simplex messaging api types and docs generation

* api endpoints annotations

* endpoint titles

* refactor
This commit is contained in:
Evgeny Poberezkin
2020-03-21 18:00:25 +00:00
committed by GitHub
parent 22f2e318af
commit cb39727088
12 changed files with 1225 additions and 0 deletions

25
.gitignore vendored
View File

@@ -15,3 +15,28 @@
# vendor/
.DS_Store
# Haskell
dist
dist-*
cabal-dev
*.o
*.hi
*.hie
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*