Sönke Hahn
|
16dbf9b188
|
Allow arbitrary JSON values (not only arrays and objects)
And added tests for QueryFlag.
|
2014-10-31 20:29:00 +08:00 |
|
Sönke Hahn
|
a9eeff14bd
|
client: correctly handle exceptions on error status codes
|
2014-10-31 18:01:00 +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 |
|
Sönke Hahn
|
08e2a6a895
|
renamed Union -> Alternative
|
2014-10-30 18:37:58 +08:00 |
|
Sönke Hahn
|
8539fa10fa
|
cabal file: tweaks
|
2014-10-30 15:50:05 +08:00 |
|
Sönke Hahn
|
d326215103
|
tweaked copyright holder
|
2014-10-30 15:47:54 +08:00 |
|
Alp Mestanogullari
|
c61238c488
|
cabal file tweaks
|
2014-10-29 18:51:09 +01:00 |
|
Julian K. Arni
|
c6264dd202
|
Add queryParam.
And update names.
|
2014-10-29 13:10:04 +01:00 |
|
Julian K. Arni
|
e6be95fb9e
|
Basic QQ data types and parsing.
|
2014-10-29 12:15:08 +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 |
|
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 |
|