Install Client Libraries

  • The Android Over The Air API uses HTTP and JSON, allowing requests and responses with any standard HTTP client.

  • Google API client libraries offer improved language integration, security, and user authorization support over standard HTTP clients.

  • Client libraries are available in various programming languages, simplifying the process of making API calls.

  • Client libraries for Java, .NET, Python, and Node.js are available for download.

The Android Over The Air API is built on HTTP and JSON, so any standard HTTP client can send requests to it and parse the responses.

However, the Google API client libraries provide better language integration, improved security, and support for making calls that require user authorization. The client libraries are available in a number of programming languages; by using them you can avoid the need to manually set up HTTP requests and parse the responses.

To get started, select the programming language that you are using for development.