Copyright | (c) 2023 GYELD GMBH |
---|---|
License | Apache 2.0 |
Maintainer | [email protected] |
Stability | develop |
Safe Haskell | None |
Language | GHC2021 |
GeniusYield.Test.Privnet.Utils
Description
Documentation
urlPieceFromFile :: (Typeable a, FromHttpApiData a) => FilePath -> IO a #
urlPieceToFile :: ToHttpApiData a => FilePath -> a -> IO () #
urlPieceFromText :: (Typeable a, FromHttpApiData a) => Text -> IO a #