hellosign / hellosign-dotnet-sdk

A .NET SDK for the HelloSign API
MIT License
26 stars 29 forks source link

Fix issue - do not encode form parameter if its type is string or int #126

Closed fenghao-chen closed 2 years ago

fenghao-chen commented 2 years ago

Fix issue - C# SDK incorrectly double encoding the string parameters when form parameter is in used (i.e. file is attached)

Before: Screen Shot 2022-08-10 at 5 38 11 PM

After:

Screen Shot 2022-08-11 at 4 54 02 PM