Commit Graph

15 Commits

Author SHA1 Message Date
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
Sönke Hahn
71de673df2 refactoring: move Servant.Text to Servant.Utils.Text 2014-10-28 12:39:50 +01:00
Alp Mestanogullari
1181eb8d5e add client, server and docs support for PUT 2014-10-28 09:17:28 +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
d85231d093 Merge pull request #6 from zalora/wip-travis
made travis file work
2014-10-28 08:12:48 +01:00
Sönke Hahn
b749f7fbc6 added Servant.API.Raw (only with HasServer) 2014-10-28 13:42:37 +08:00
Sönke Hahn
5a011b53d1 made travis file work 2014-10-28 13:10:40 +08:00
Sönke Hahn
13664a218c test suite: added initial test suite 2014-10-27 07:24:23 +01:00
Alp Mestanogullari
d838191ec8 reorganize everything into a sane(r) module structure 2014-10-25 01:27:39 +02:00
Alp Mestanogullari
50f5c36727 revamp a lot of the HasClient code to thread a Req object around instead of just the path. allows for a cleaner way to handle path, query string and request body modification. add support for GET params too 2014-10-24 19:39:03 +02:00
Alp Mestanogullari
8c8bc15ea9 get rid of a lot of useless proxies and implement POST requests support on server and client side 2014-10-24 13:36:19 +02:00
Alp Mestanogullari
c35a510f12 beginning of a new implementation, using Soenke's typed rest 2014-10-21 15:25:34 +02:00