Commit Graph

22 Commits

Author SHA1 Message Date
Alp Mestanogullari
67abcff47f first shot at splitting servant into servant, servant-client and servant-docs 2014-11-27 18:28:01 +01:00
Alp Mestanogullari
9923d1773e document the example some more with some tweaks. push the correspinding updated generated docs too 2014-11-25 18:13:18 +01:00
Alp Mestanogullari
d36f27a5be Add a README for the example 2014-11-25 17:57:11 +01:00
Alp Mestanogullari
d6464d9dc4 remove useless import in example 2014-11-22 19:26:58 +01:00
Sönke Hahn
102c752268 removed Servant.Docs.printMarkdown 2014-11-14 19:54:38 +08:00
Sönke Hahn
8d92d66e00 refactored Servant.Docs.ToSample 2014-11-13 19:55:03 +08:00
Sönke Hahn
165022a554 module refactoring: putting some things in Servant.Common 2014-11-07 19:12:27 +08:00
Sönke Hahn
8e72c70767 moved S.Client.BaseUrl to S.Utils.BaseUrl 2014-11-07 11:58:41 +08:00
Sönke Hahn
93195abed6 put BaseUrl in it's own module 2014-11-07 11:09:54 +08:00
Sönke Hahn
f0bca3852c implement BaseUrl to allow https for Clients 2014-11-05 20:03:57 +08:00
Sönke Hahn
f058a3051a HasClient: changing URI to URIAuth (and adding the first client test
case)
2014-10-31 18:01:00 +08:00
Alp Mestanogullari
df12f9b9bd add doc generation support for QueryParams and QueryFlag 2014-10-30 12:34:16 +01:00
Julian K. Arni
99e790492a QQ more tests and cleanup. 2014-10-29 14:54:13 +01:00
Julian K. Arni
c6264dd202 Add queryParam.
And update names.
2014-10-29 13:10:04 +01:00
Julian K. Arni
1f6c3c4009 Add new request -> response syntax 2014-10-29 12:16:02 +01:00
Julian K. Arni
21c8fcbea2 Flip fixity of TH sub.
And do some general cleanup.
2014-10-29 12:16:02 +01:00
Alp Mestanogullari
82a7428507 rename JsonBody to ReqBody 2014-10-28 16:29:04 +01:00
Alp Mestanogullari
9b375b137f rename RQBody to JsonBody everywhere 2014-10-28 15:29:07 +01:00
Alp Mestanogullari
fc67c3b7aa rename GetParam to QueryParam everywhere 2014-10-28 15:06:47 +01:00
Alp Mestanogullari
97d4133eb1 add client, server and docs support for the DELETE HTTP method 2014-10-28 09:14:10 +01:00
Alp Mestanogullari
4ebc4944c2 Add automatic doc generation support, including instances for all our API combinators so far 2014-10-28 09:04:27 +01:00
Alp Mestanogullari
d838191ec8 reorganize everything into a sane(r) module structure 2014-10-25 01:27:39 +02:00