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

Jim Burton jim at sdf-eu.org
Mon Jul 21 09:07:13 EDT 2008


At Mon, 21 Jul 2008 13:21:06 +0100,
=?ISO-8859-1?Q?Chadda=EF_Fouch=E9?= wrote:
> 
> 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)
>
Is is indeed, thanks very much. I also had to change to using
`perform' rather than curlPost before it would work.

Cheers,

Jim 
> -- 
> Jedaï


More information about the Haskell-Cafe mailing list