Commit Graph

2461 Commits

Author SHA1 Message Date
Alp Mestanogullari e9f2de1162 add an example for Raw using serveDirectory 2014-11-22 18:06:59 +01:00
Alp Mestanogullari 1f3ec7ceaa haddocks for Raw 2014-11-22 18:04:19 +01:00
Alp Mestanogullari 92ddcf4380 haddocks for :> 2014-11-22 17:56:45 +01:00
Alp Mestanogullari 15adc964e4 add examples for Put and Post 2014-11-22 17:56:35 +01:00
Alp Mestanogullari 44974baf79 haddocks for Put 2014-11-22 17:47:34 +01:00
Alp Mestanogullari 95d34587a3 haddocks for Post 2014-11-22 17:45:59 +01:00
Alp Mestanogullari 1dd253d2a0 haddocks for Get 2014-11-22 17:41:35 +01:00
Alp Mestanogullari 54ba4596f6 haddocks tweak 2014-11-22 17:29:52 +01:00
Alp Mestanogullari c0b7c65de2 haddocks tweak 2014-11-22 17:29:22 +01:00
Alp Mestanogullari e7a0d70780 Haddocks for Delete 2014-11-22 17:27:41 +01:00
Alp Mestanogullari c945915f1d fix haddocks 2014-11-22 15:58:52 +01:00
Alp Mestanogullari e9ebb0f10b More haddocks for Capture 2014-11-22 15:55:50 +01:00
Alp Mestanogullari 407349c245 More haddocks for :<|> 2014-11-22 15:08:25 +01:00
Alp Mestanogullari d461726b9a -Wall police 2014-11-22 14:35:03 +01:00
Alp Mestanogullari dacea018a7 preliminary readme 2014-11-22 13:54:24 +01:00
Alp Mestanogullari f36e488f9e Merge pull request #36 from alpmestan/some_refactorings
Client instance for Raw, API documentation serving, some refactoring.
2014-11-14 13:17:31 +01:00
Sönke Hahn 102c752268 removed Servant.Docs.printMarkdown 2014-11-14 19:54:38 +08:00
Alp Mestanogullari e7b72561ee Merge pull request #35 from alpmestan/static_files_shahn
Static files shahn
2014-11-14 11:12:47 +01:00
Julian K. Arni d8ab4ec418 Switch from hspec2 to hspec ~ 2. 2014-11-14 09:14:08 +01:00
Julian K. Arni 108f24a5e7 Allow comments in API QQ.
Closes #29.
2014-11-13 18:22:26 +01:00
Sönke Hahn 49c301d26e html's verbatim is called pre 2014-11-13 20:50:36 +08:00
Sönke Hahn 286b1db836 Client Raw: returns `Right (status, body)` even for failure statuses 2014-11-13 20:36:36 +08:00
Sönke Hahn eff31f7485 implemented 'instance HasClient Raw' 2014-11-13 19:57:53 +08:00
Sönke Hahn 9ee7373608 cabal: remove -Werror to allow deprecation warnings 2014-11-13 19:56:44 +08:00
Sönke Hahn 8d92d66e00 refactored Servant.Docs.ToSample 2014-11-13 19:55:03 +08:00
Alp Mestanogullari 4f62dceb78 Merge pull request #34 from alpmestan/jkarni/qq-parser
Switch to Parsec for QQ parsing
2014-11-13 11:59:30 +01:00
Sönke Hahn 69041cc39e S.Docs: added instance ToSample () 2014-11-13 15:11:32 +08:00
Sönke Hahn 82ff0a6ad7 added Servant.Utils.StaticFiles.serveDocumentation 2014-11-13 14:54:10 +08:00
Sönke Hahn fc3c2c4128 fixup cabal file 2014-11-13 14:54:10 +08:00
Sönke Hahn d8b0e4c7e5 add S.Utils.StaticFiles 2014-11-13 14:54:10 +08:00
Julian K. Arni 614c06b6e5 Switch to Parsec for QQ parsing 2014-11-12 11:34:33 +01:00
Alp Mestanogullari e862fc7271 Merge pull request #33 from alpmestan/add_raw
Servant re-exports Servant.API.Raw
2014-11-12 11:08:45 +01:00
Sönke Hahn 656f80acad Servant re-exports Servant.API.Raw 2014-11-12 12:55:23 +08:00
Sönke Hahn c8def821a1 Re-export `Proxy(..)` from module `Servant` 2014-11-11 15:58:35 +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 1cd35034e9 module renaming: S.API.Elem -> S.Utils.Links 2014-11-07 16:59:36 +08:00
Sönke Hahn af00035b99 module renaming: S.API.QQ -> S.Utils.ApiQuasiQuoting 2014-11-07 16:55:17 +08:00
Sönke Hahn 2f9fb2b713 removed S.Utils.Client (and put the code into S.Client.Req) 2014-11-07 15:23:50 +08:00
Sönke Hahn bec10dd16a put Req in Servant.Utils.Req 2014-11-07 12:41:00 +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 85aceadc60 added instance Generic BaseUrl 2014-11-05 20:23:38 +08:00
Sönke Hahn 0e9d075ab4 add Show, Eq and Ord for BaseUrl 2014-11-05 20:10:46 +08:00
Sönke Hahn f0bca3852c implement BaseUrl to allow https for Clients 2014-11-05 20:03:57 +08:00
Julian K. Arni 11f82633da Type safe links. 2014-11-04 12:24:52 +01:00
Sönke Hahn fd636ead19 test suite: quickcheck property for a more complex client function 2014-10-31 15:49:58 +01:00
Sönke Hahn 10fa62e666 added servant/.ghci 2014-10-31 15:49:05 +01:00
Alp Mestanogullari c4807709c4 add a lot of FromText/ToText instances 2014-10-31 15:40:56 +01:00
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 c2be4f3377 client tests: QueryParams 2014-10-31 20:18:31 +08:00