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

Automatically derive javascript functions to query servant webservices.

Results 24 servant-js issues
Sort by recently updated
recently updated
newest added

Including the `withCredentials` option should be useful for the Vanilla JS backend too, as it is included in the Axios backend. ````JavaScript ... xhr.setRequestHeader("Accept","application/json"); xhr.withCredentials = true; ... ````

help wanted

Change logs for recent versions are missing in CHANGELOG.md.

enhancement
help wanted

This newest version of base-compat is rejected unnecessarily in the cabal file.

I've run the test suite constraining to the new versions of each bumped dependency - to do this I had to use the git version of language-ecmascript with some `--allow-newer`s,...