servant-purescript icon indicating copy to clipboard operation
servant-purescript copied to clipboard

(defunct) Purescript client code generation for Servant

Results 2 servant-purescript issues
Sort by recently updated
recently updated
newest added

Hei there, not sure if you are still using this, but I plowed through the code a little and made it compile with newer dependencies. For once, it now uses...

The double callback is unwieldy when dealing with things like Thermite's async method. It'd probably make more sense to replace this with a single method that returns an `Either ErrorResponse...