hellosign / hellosign-dotnet-sdk

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

Update test app apiHost endpoint #76

Closed janetanne closed 4 years ago

janetanne commented 5 years ago

Update: string apiHost = "api.staging-hellosign.com"; Console.WriteLine("Using HelloSign API at host: " + apiHost);

to

string apiHost = "app.hellosign.com"; Console.WriteLine("Using HelloSign API at host: " + apiHost);

(Internal reference number: 412112)

janetanne commented 4 years ago

Adding another comment as another customer ran into this issue as well.

Internal reference number: 431554

BHSPitMonkey commented 4 years ago

As of v1.4.0, HelloSignTestApp now accepts the target host via a (required) APIHOST environment variable (similar to how APIKEY is passed in).

This is now documented here: tests/HelloSignTestApp/README.md