On 6/29/07, Jeff S <[EMAIL PROTECTED]> wrote: > library out there for people to use. I'm assuming this will be open > source. If so, what kind of license will you use?
The same as perl. I'm not sure if I want to upload it to cpan yet, though. > Be sure to follow the redirects which are issued by some of the > services (I imagine you've seen this with calendar). Also, if the I'm using LWP::UserAgent. It seems to be handling most, if not all, redirects without a problem. > Since the Google data structures are based on Atom, this should be a > good starting point. The Google data APIs add new XML elements to the Yeah, I've been thinking I'd need to extend the Atom module, but because the different services have their own little additions it seems to me that the best way would actually be to allow--and expect--the modules for the services handle the customizations for it's particular service. > the Atom classes to handle the custom extension elements for each > service. This could be a bit of work, but it makes the library much Certainly do as much as possible to make it as easy as possible for the service specific modules to customize. > I encourage you to send out your code, or create an open source > project so that people can take a look and give you more detailed > feedback. I'd be happy to look at it and I know a few others who would > as well. You can take a look at the following two urls (good for both anonymous svn and websvn): https://svn3.cvsdude.com/harleypig/net-google-gdata/ https://svn3.cvsdude.com/harleypig/net-google-blogger/ > You might also want to look at the Zend PHP library to get some > ideas. Thanks, I'll take a look. -- Alan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" 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/google-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
