Stefan Kalscheuer f3e1f01e38
Some checks failed
continuous-integration/drone/push Build is failing
fix type conversion in SecretResponse getter method (#67)
Converting the payload using toString() is not an appropriate way to
feed a JSON parser. We now use JSON roundtrip for type mapping and
introduce shortcuts of the type already matches the target type.
2023-06-16 17:43:30 +02:00
..