A API Google Wallet foi criada com base em HTTP e JSON. Assim, qualquer cliente HTTP padrão pode enviar solicitações a ela
e analisar as respostas.
No entanto, as bibliotecas cliente oficiais das APIs do Google oferecem melhor integração de linguagens, mais segurança,
e suporte para fazer chamadas que exigem a autorização do usuário. As bibliotecas de cliente estão disponíveis
diversas linguagens de programação; você não precisa configurar o HTTP manualmente
solicitações e analisar as respostas.
Algumas das bibliotecas de cliente da API estavam disponíveis aqui como downloads diretos.
Embora essas bibliotecas contenham basicamente as mesmas interfaces que as oficiais, elas podem conter namespaces ligeiramente diferentes que podem exigir atualização no seu código.
[null,null,["Última atualização 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 Google API client libraries are available in various programming languages and simplify the process of interacting with the API."],["While previously downloadable libraries are largely similar, they may have namespace differences compared to official libraries."],["Android framework libraries are also available, such as the Google Wallet Flutter Plugin and Jetpack Compose button, for seamless integration with Flutter and Jetpack Compose."]]],["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"]]