05379ed7e3
We use NoContent to signify an empty response nowadays. This commit replaces all occurences of () with NoContent so that all packages use the new semantics. |
||
---|---|---|
.. | ||
greet.hs | ||
greet.md | ||
README.md |
greet.hs
shows how to write a simple webservice, run it, query it with automatically-derived haskell functions and print the (generated) markdown documentation for the API.greet.md
contains the aforementionned generated documentation.