Die Google Wallet API basiert auf HTTP und JSON, sodass jeder Standard-HTTP-Client Anfragen an sie senden kann
und die Antworten parsen.
Die offiziellen Clientbibliotheken für Google APIs bieten jedoch eine bessere Sprachintegration, mehr Sicherheit,
und Unterstützung für Aufrufe, die eine Nutzerautorisierung erfordern. Die Clientbibliotheken sind verfügbar in
einer Reihe von Programmiersprachen können Sie vermeiden, dass HTTP-
-Anfragen und parsen die Antworten.
Einige der API-Clientbibliotheken waren zuvor hier als direkte Downloads verfügbar.
Diese Bibliotheken enthalten größtenteils dieselben Schnittstellen wie die offiziellen Bibliotheken. Sie können jedoch leicht unterschiedliche Namespaces enthalten, die möglicherweise in Ihrem Code aktualisiert werden müssen.
[null,null,["Zuletzt aktualisiert: 2025-02-28 (UTC)."],[[["The Google Wallet API can be accessed using any standard HTTP client, but official client libraries offer better language integration, security, and authorization support."],["Official client libraries are available in various programming languages and eliminate the need for manual HTTP request setup and response parsing."],["While previously downloadable libraries for Java, C#, and PHP are still largely functional, they might require code updates due to potential namespace differences."],["Google Wallet integration with frameworks like Flutter and Jetpack Compose is facilitated by dedicated libraries like the Google Wallet Flutter Plugin and Jetpack Compose button for Google Wallet."]]],["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"]]