hellosign / hellosign-dotnet-sdk

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

Make all AddFile methods return FileSignatureRequestBuilder object #19

Closed BHSPitMonkey closed 8 years ago

BHSPitMonkey commented 8 years ago

Currently you can only use WithFields with the version of AddFile which accepts a byte array. We need to update the other AddFile versions to do this as well.