mirror of
https://github.com/google-wallet/rest-samples.git
synced 2026-01-10 05:57:53 -05:00
* 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
8 lines
113 B
JSON
8 lines
113 B
JSON
{
|
|
"require": {
|
|
"google/auth": "^1.18",
|
|
"guzzlehttp/guzzle": "*",
|
|
"google/apiclient": "^2.12"
|
|
}
|
|
}
|