Module

Milkis

Package
purescript-milkis
Repository
justinwoo/purescript-milkis

#URL Source

type URL = String

#FetchOptions Source

type FetchOptions = { body :: Maybe String, method :: Method }

#fetch Source

fetch :: forall eff. String -> FetchOptions -> Aff (http :: HTTP | eff) Response

#json Source

json :: forall eff. Response -> Aff eff Foreign

#text Source

text :: forall eff. Response -> Aff eff String

#Response Source

data Response :: Type
Modules
Milkis