Commit Graph

14 Commits

Author SHA1 Message Date
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
Nick Alteen
3d9f57bf7b Rename DemoGiftcard.java to DemoGiftCard.java
Update to make naming conventions consistent across files.
2022-09-06 12:55:22 -04:00
Nick Alteen
f6158c69b2 Rename DemoEventticket.java to DemoEventTicket.java 2022-09-06 12:55:11 -04:00
Nick Alteen
6a8de7f4d3 Rename DemoGiftcard.cs to DemoGiftCard.cs
Update to make naming conventions consistent across files.
2022-09-06 12:54:59 -04:00
Nick Alteen
2c26698adf Rename DemoEventticket.cs to DemoEventTicket.cs
Update to make naming conventions consistent across files.
2022-09-06 12:54:45 -04:00
Nick Alteen
31a5cd1c59 Merge pull request #26 from ncalteen/main
Addition of batch pass creation examples
2022-09-02 09:33:56 -04:00
Nick Alteen
5a1ab2a455 Addition of batch pass creation examples
* Updated .NET and Java file names to be consistent
* Corrected indentation in .NET files
* Added missing quotes in HTTP request bodies
* Updated gradle version for Java examples
* Added missing JSON conversion for Java HTTP requests
* Added code to generate batch statements
2022-09-01 13:11:25 -04:00
Nick Alteen
a1f4cce7c6 Merge pull request #24 from ncalteen/main
Add fix to JSON request body for Java demos
2022-08-28 22:02:21 -04:00
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
Nick Alteen
70cd5b7d09 Merge pull request #19 from ncalteen/main
Add samples for creating issuer accounts and managing permissions
2022-08-22 09:47:27 -04:00
Nick Alteen
0761139eb3 remove <var> tag from generator for HTTP request bodies 2022-08-19 13:47:43 -04:00
Nick Alteen
57f2524e20 remove <var> tag from variables in HTTP template 2022-08-19 13:42:48 -04:00
Nick Alteen
fcddb6659e Initial commit of demo issuer creation and permissions update code samples for /wallet documentation
* Added issuer creation and permissions update examples to all templates
* Generated new outputs for each template
* Updated Google SDK version sfor C#, Java, PHP, and Python templates
* General formatting and linting updates
* Additional commenting
* Added stronger typing of variables in C# and Java examples
2022-08-19 13:40:05 -04:00
Stephen McDonald
d20d65b1d3 Initial 2022-05-05 15:52:06 +10:00