servant/example
2014-11-25 17:57:11 +01:00
..
greet.hs remove useless import in example 2014-11-22 19:26:58 +01:00
greet.md Add automatic doc generation support, including instances for all our API combinators so far 2014-10-28 09:04:27 +01:00
README.md Add a README for the example 2014-11-25 17:57:11 +01:00

  • 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.