Client libraries

The Reseller API is built on HTTP and JSON, so any standard web stack can sendrequests to it and parse the responses.

However, instead of creating HTTP requests and parsing responses manually, youmight want to use the Google APIs Client Libraries. The client libraries providebetter language integration, improved security, and support for making callsthat require user authorization.

In the following tables, the first column shows each library's stage of development (note that some are in early stages), and links to documentation for the library. The second column links to available samples for each library.

DocumentationSamples
Google API Client Library for JavaJava samples
Google API Client Library for JavaScriptJavaScript samples
Google API Client Library for .NET.NET samples
Google API Client Library for Objective-C for RESTObjective-C samples
Google API Client Library for PHP ()PHP samples
Google API Client Library for Python (v1/v2)Python samples

These early-stage libraries are also available:

DocumentationSamples
Google APIs Client Libraries for Dart (beta)Dart samples
Google API Client Library for GoGo samples
Google API Client Library for Node.js (alpha)Node.js samples
Google API Client Library for Ruby (alpha)Ruby samples

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-30 UTC.