Google Releases API!
Google has released their SOAP API!
I’ve tried it out, and it works quite well. This is quite a milestone - a major internet force releases a SOAP API allowing access to their infrastructure. For Free. But it’s google, so what did we expect?
Go Create a Google Account and download the toolkit.
Example Perl using SOAP::Lite
Original use Perl; article
VBScript connecting to Google by Simon Fell
