api-builder icon indicating copy to clipboard operation
api-builder copied to clipboard

library for building JSON API wrappers in haskell

Results 3 api-builder issues
Sort by recently updated
recently updated
newest added

Added support for GHCJS and appropriate example. The main diffrerence with GHC version is usage of strict ByteStrings instead of lazy ones. Also no support for multipart bodies yet. Code...

Good day @intolerable, I've been using your `reddit` package (which depends on this package) and really want to get it from Stackage, do you have any plan adding these packages...

It would be nice if one could convert something like ``` http://api.stackexchange.com/2.2/questions?order=asc&min=1413849600&sort=creation&tagged=frp&site=stackoverflow&filter=*1FDl3RYdSl ``` into a `Route` without having to manually parse the URL elements into something like: ``` questionsRoute =...