mirror of
https://github.com/rowtype-yoga/purescript-yoga-fetch.git
synced 2024-11-25 08:24:10 +03:00
not really known
.github/workflows | ||
LICENCE | ||
src/Yoga/Fetch | ||
test | ||
.gitignore | ||
.tidyrc.json | ||
bower.json | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
packages.dhall | ||
README.md | ||
spago.dhall | ||
test.dhall |
⚠️ DEPRECATION NOTICE
This library will not be developed further. Check out purescript-fetch
library, which is isomorphic and uses the new, native fetch library, is more type-safe and more user-friendly.
📬 purescript-yoga-fetch
A simple wrapper for the JavaScript fetch API.
Note: This is a fork of milkis (MIT Licence).
Table of Contents
Usage
Migrate from purescript-milkis
purescript-yoga-fetch
is a drop-in replacement for purescript-milkis
. Just change the imports from Milkis
to Yoga.Fetch
.