PureScript-Milkis Guide

This is a guide for the PureScript library Milkis, a library for easily making HTTP requests by using the Fetch API and getting the results in Aff.

This library allows you to use fetch from the Browser by using the window implementation, and from Node by using the node-fetch library.

Note

If there is a topic you would like more help with that is not in this guide, open a issue in the Github repo for it to request it.