purescript-trout
purescript-trout copied to clipboard
Type-Level Routing for PureScript
The Servant combinator `QueryFlag` allows for the use things like `/books?published` to signify that only books which are published should be returned. There is no analogous combinator in this library,...
Hi! The other day, I opened an issue with `nodetrout` where I saw that if sent a `Accept` with a MediaType that an endpoint couldn't be rendered as, the server...
I wrote a [similar library](https://github.com/f-o-a-m/purescript-servant) at FOAM when we were getting off of servant-purescript, the haskell library that generates a purescript client library from a servant api type. Ultimately we...