prosper-0.1.1: Bindings to the Prosper marketplace API

Safe HaskellNone
LanguageHaskell2010

Prosper.Internal.CSV

Synopsis

Documentation

csvGet Source

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

csvGetStream Source

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