Google Data client libraries are available to help you write client applications that use the Blogger Data API.
For each language, the client library provides tools and an abstraction layer, letting you construct queries and use response data without having to create HTTP requests or process HTTP responses by hand. Each client library provides classes that correspond to the elements and data types that the API uses. Each client library also provides extensions for specific Google services that have Data APIs.
The Java client library is provided by Google
The .NET client library is provided by Google and allows desktop, web and mobile application development.
The PHP client library is provided by Zend, as part of the Zend Framework. It is also available as a standalone release.
The Python client library is provided by Google and enables development of command-line, web, and Google App Engine applications.
The JavaScript client library provides full read/write capabilities from within JavaScript. Read-only access is also available via raw JSON.
The Objective-C client library enables writing native Cocoa applications for Mac OS X and now provides support for the iPhone SDK.
The following client libraries are not written by Google and are not supported by Google.
A few sample programs that demonstrate how to use the API and the client libraries, are linked below. Use them to help you get started!
Articles to help you get up and running quickly, debug problems or use your favorite language with Google Data APIs. See the articles page for a complete listing.