Open martyall opened 3 years ago
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, I would be happy to implement it myself.
QueryFlag
/books?published
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, I would be happy to implement it myself.