Module

Presto.Core.Types.Language.APIInteract

Package
purescript-presto
Repository
juspay/purescript-presto

#apiInteract Source

apiInteract :: forall b a. Encode a => Decode b => RestEndpoint a b => a -> Headers -> Interaction (Either ErrorResponse b)