mirror of
https://github.com/google-wallet/rest-samples.git
synced 2026-01-06 20:23:55 -05:00
* Create language-specific READMEs with setup and usage instructions * Add links to each language-specific README from main README * Converted examples to use importable classes and functions * Added class- and function-level docstrings and type hinting for IDEs * Removed use of WALLET_* environment variables (now function arguments) * General formatting updates (line length, indentation, etc.) * Switched Java, .NET, and PHP to use Walletobjects libraries * Updated JWT examples to show creating a class and object at once * Fixed error with missing status parameter for certain pass types * Added batch creation example for raw HTTP requests * Removed generator scripts (doesn't work with the Wallet libraries)
57 lines
688 B
Plaintext
57 lines
688 B
Plaintext
# OS
|
|
.DS_Store
|
|
.vscode
|
|
*.code-workspace
|
|
testing/
|
|
|
|
# Node.js
|
|
node_modules
|
|
package-lock.json
|
|
nodejs/test.js
|
|
|
|
# Java
|
|
build
|
|
.gradle
|
|
.idea
|
|
*.iml
|
|
local.properties
|
|
.classpath
|
|
.project
|
|
java/lib/
|
|
java/bin/
|
|
java/src/main/java/Test.java
|
|
|
|
# See: https://developers.google.com/wallet/generic/resources/libraries
|
|
java/lib/libwalletobjects_public_java_lib_v1.jar
|
|
|
|
# Python
|
|
*.pyc
|
|
__pycache__
|
|
.venv/
|
|
Pipfile.lock
|
|
*.yapf
|
|
.python-version
|
|
python/test.py
|
|
|
|
# .NET
|
|
dotnet/bin/
|
|
dotnet/obj/
|
|
*.sln
|
|
.vs
|
|
dotnet/lib/
|
|
dotnet/Test.cs
|
|
|
|
# PHP
|
|
vendor
|
|
composer.lock
|
|
php/test.php
|
|
|
|
# See: https://developers.google.com/wallet/generic/resources/libraries
|
|
php/lib/Walletobjects.php
|
|
|
|
# Ruby
|
|
Gemfile.lock
|
|
|
|
# Credentials
|
|
key.json
|