Nick Alteen 253a67b9a5 Catch Java exception and update .NET class structure
* Added check for HttpResponseException in Java object GET examples (404 handling)
* Switched .NET examples to use classes and methods (resolved IDE error regarding compilation and top-level statements)
* Updated Gradle project for Java examples
* Corrected indentation in Node.JS examples
2022-09-07 09:32:09 -04:00
2022-05-05 15:52:06 +10:00
2022-05-05 15:52:06 +10:00

Google Wallet Samples

This project contains samples for using the Google Wallet REST APIs in the following languages:

  • Java
  • C#
  • JavaScript (Node.js)
  • PHP
  • Python

Within each language's directory, you'll find standalone samples for each of the pass types supported by the Google Wallet APIs.

Each sample demonstrates the following:

  • Authenticating using a Google Cloud service account
  • Creating Pass Classes
  • Creating/retrieving Pass Objects
  • Creating a signed JWT for use in a "Add to Google Wallet" URL

Contributing

Please note that the samples are automatically generated using templates found in the "templates" directory, where you will also find the "generate.py" script that generates the samples. If contributing any changes, please work on the files in this directory.

Description
No description provided
Readme Apache-2.0 723 KiB
Languages
C# 22.2%
Java 21.6%
Python 17.3%
PHP 17.3%
JavaScript 15.7%
Other 5.9%