hellosign / hellosign-dotnet-sdk

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

Add missing fields and a test for custom fields in templates #46

Closed jspaetzel closed 6 years ago

jspaetzel commented 6 years ago

Added fields from https://github.com/HelloFax/hellosign-dotnet-sdk/pull/45 Created a new test that just gets the template and prints off the custom fields if there are any. This tests the model since the serialization has to work when client.GetTemplate(firstTemplateId); is called.