August 23, 2006
8:21 am
Google released the Google Base Data API. This allows client applications to view and update stored data in the form of Google data API (”GData”) feeds. Your client application can use the Google Base data API to create new data, edit or delete existing data, and query for data items that match particular criteria. You can also query for items with specific attributes. The API is REST-based (you’ll be accessing Atom XMLs through parametrized URLs.)
Google Base queries are typical Google searches like the following:
- mp3 player
- “mp3 player”
- “mp3 player” | ipod
- (“mp3 player” | ipod) -accessory
Links: Google Base Data API | Check out XML exapmle
Google Base API Released

TrackBack URI Leave a comment »