La API de la Billetera de Google se basa en HTTP y JSON, por lo que cualquier cliente HTTP estándar puede enviarle solicitudes y analizar las respuestas.
Sin embargo, las bibliotecas cliente oficiales de las APIs de Google ofrecen una mejor integración de lenguajes y una mayor seguridad, y admiten la realización de llamadas que requieren la autorización del usuario. Las bibliotecas cliente están disponibles en varios lenguajes de programación. Con ellos, podrás evitar la necesidad de configurar las solicitudes HTTP y analizar las respuestas de forma manual.
Ten en cuenta que algunas de las bibliotecas cliente de la API estaban disponibles antes como descargas directas.
Si bien estas bibliotecas contienen en gran medida las mismas interfaces que las bibliotecas oficiales, es posible que contengan espacios de nombres ligeramente diferentes que requieran actualizaciones en tu código.
[null,null,["Última actualización: 2025-02-28 (UTC)"],[[["The Google Wallet API can be accessed using any standard HTTP client, but official client libraries offer better integration, security, and authorization support."],["Official client libraries for the Google Wallet API are available in various programming languages and simplify development by handling HTTP requests and responses."],["For framework-based integration, Google provides dedicated libraries like the Flutter Plugin and Jetpack Compose button for Google Wallet."],["Previously downloadable client libraries for Java, C#, and PHP are still accessible, but they may have namespace differences compared to the official libraries."]]],["The Google Wallet API utilizes HTTP and JSON, but official Google API client libraries offer enhanced language integration, security, and authorization support. These libraries eliminate the need for manual HTTP request setup and response parsing. Installation instructions are on the Google APIs website, with API samples on GitHub. Additionally, specific libraries for Flutter and Jetpack Compose are available. Some previously downloadable libraries exist but may require code namespace updates.\n"]]