| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Prosper.Internal.CSV
- csvGet :: User -> ByteString -> IO ByteString
- csvGetStream :: User -> ByteString -> (InputStream ByteString -> IO a) -> IO a
Documentation
Arguments
| :: User | The user name and password for the prosper user |
| -> ByteString | The name of the API service, relative to the API url |
| -> IO ByteString | Raw CSV response |
Make a GET request to Prosper's CSV api, return the raw CSV data
Arguments
| :: User | The user name and password for the prosper user |
| -> ByteString | The name of the API service, relative to the API url |
| -> (InputStream ByteString -> IO a) | |
| -> IO a | Raw CSV response |
Make a GET request to Prosper's CSV api, return the raw CSV data