We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
HelloSign