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)
- Modules
- Presto.
Core. Flow - Presto.
Core. Language. Runtime. API - Presto.
Core. Language. Runtime. Interpreter - Presto.
Core. LocalStorage - Presto.
Core. Operators - Presto.
Core. Types. API - Presto.
Core. Types. Language. APIInteract - Presto.
Core. Types. Language. Flow - Presto.
Core. Types. Language. Interaction - Presto.
Core. Types. Language. Storage - Presto.
Core. Types. Permission - Presto.
Core. Utils. Encoding