7 Commits

Author SHA1 Message Date
Stephen McDonald
f06679e2e9 Update Java setup instructions 2024-02-28 10:28:24 +11:00
Edson Yanaga
05d33fa185 Moving the classes do package com.google.developers.wallet.rest
Renaming methods to comply with the Java code conventions
Some code improvements
2023-10-25 15:39:45 -04:00
Edson Yanaga
2054994801 Fixed method names in README.md for Java 2023-10-23 11:45:50 -04:00
Edson Yanaga
11d9406f1c Fixed README with correct Java version
Fixed security issues in build.gradle
Updated all demo files with Java code conventions regarding method names.
2023-10-23 11:42:29 -04:00
Nick Alteen
957f0419c0 Added new use case examples (#51)
* Added examples for the following
  * Update a class/object
  * Patch a class/object
  * Add a message to a class/object
  * Expire an object
  * Create a JWT with new classes/objects
  * Create a JWT with existing classes/objects
* Fixed various minor formatting issues
* Made function/method names more general (ease of replication
   across different languages)
* Added checks for class/object presence
* Clarified some docstrings and comments
2022-12-02 09:55:02 -05:00
Nick Alteen
1599e2ee61 minor updates to .NET formatting, corrected links in java README 2022-10-12 16:48:27 -04:00
Nick Alteen
1a91242dc8 Update to make examples easily importable/testable
* 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)
2022-10-05 09:50:23 -04:00