Infisical / sdk

Infisical cross-language SDK
https://infisical.com
Other
21 stars 3 forks source link

Feat: .NET SDK (breaking change for Java) #9

Closed DanielHougaard closed 4 months ago

DanielHougaard commented 4 months ago

This PR introduces a new SDK, that uses the same C binding principle as our Java SDK.

Additionally I found an issue with the decrypt symmetric function in Java. The return type was incorrect and didn't match the other SDK's. It should just return a string of the decrypted data, not an object. In this PR the new return type is a string just like in the other SDK's. This also means this PR introduces a breaking change.