Commit Graph

6 Commits

Author SHA1 Message Date
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