Nick Alteen 0830612ab5 Add fix to JSON request body for Java demos
* Resolves issue with JSON body not being interpreted when making PUT/POST calls
* Reduce code length/complexity by instantiating request credentials within the request factory instead of in each request
2022-08-26 09:19:37 -04:00
2022-05-05 15:52:06 +10: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 757 KiB
Languages
C# 22.2%
Java 21.6%
Python 17.3%
PHP 17.3%
JavaScript 15.7%
Other 5.9%