[Haskell-cafe] Re: Help using Network.Curl

Chaddaï Fouché chaddai.fouche at gmail.com
Mon Jul 21 08:21:06 EDT 2008


2008/7/19 Jim Burton <jim at sdf-eu.org>:
> opts = [CurlEncoding "text/xml"
>       , CurlHttpHeaders ["X-EBAY-API-COMPATIBILITY-LEVEL="++compatLevel
>                         , "X-EBAY-API-DEV-NAME="++devName
>                         , "X-EBAY-API-APP-NAME="++appName
>                         , "X-EBAY-API-CERT-NAME="++certName
>                         , "X-EBAY-API-CALL-NAME=GeteBayOfficialTime"
>                         , "X-EBAY-API-SITEID=0"]]

Isn't it ":" rather than "=" ? Just saying... (Don't know enough to be
sure I'm thinking about the right thing)

-- 
Jedaï


More information about the Haskell-Cafe mailing list