purescript-trout-client
purescript-trout-client copied to clipboard
Automatically derived XHR clients for Trout routing types.
Results
1
purescript-trout-client issues
Sort by
recently updated
recently updated
newest added
In the definition of `HasMethodClients method r JSON (Aff (Either JSONClientError r))` ([here](https://github.com/purescript-hyper/purescript-trout-client/blob/master/src/Type/Trout/Client.purs#L218)) you are not checking the status code before deciding whether to parse the body of the request:...