Skip to content
Craig Little edited this page Jan 3, 2014 · 1 revision

Applications that make requests on behalf of multiple HelloSign users should avoid global configuration. Instead, instantiate a client directly:

hello_sign = HelloSign::Client.new(email_address: 'user@example.com', password: 'password')

A client instantiated in this way responds to the same methods as the HelloSign constant.

Clone this wiki locally