On Sun, Nov 9, 2008 at 10:02 AM, Hardy <[EMAIL PROTECTED]> wrote: > > Hi Amit, > > thanks for all the useful information. At least I know now what to > focus on. > > > DocsFS and PicasaFS are not open source. > What a shame ;-) Can you at least tell me what kind of libraries you > are using? I was hoping I could get some good hints by looking at this > code. > For example for the HTTP requests i thought about using libcurl, but i > am not sure yet what to use for the response parsing. The response > data is > either JSON or XML, so I guess I need a XML/JSON library. Any > suggestions? >
http://code.google.com/p/gdata-objectivec-client/ It uses Cocoa support for HTTP (which picks up the system proxies). There is a wrapper in there (GDataHTTPFetcher) that helps do some of the common things needed on top of basic http. TVL > > --Hardy > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse?hl=en -~----------~----~----~----~------~----~------~--~---
