Sha256: 1305f8545973468a19b6550a36aea2aa4a89f89d4386a59739ac32fc64605644
Contents?: true
Size: 515 Bytes
Versions: 2
Compression:
Stored size: 515 Bytes
Contents
require "hellosign-ruby-sdk" HelloSign.configure do |config| # Configure HTTP basic authorization: api_key config.username = "YOUR_API_KEY" # or, configure Bearer (JWT) authorization: oauth2 # config.access_token = "YOUR_ACCESS_TOKEN" end api = HelloSign::AccountApi.new data = HelloSign::AccountVerifyRequest.new data.email_address = "some_user@hellosign.com" begin result = api.account_verify(data) p result rescue HelloSign::ApiError => e puts "Exception when calling HelloSign API: #{e}" end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hellosign-ruby-sdk-6.0.0.pre.beta | examples/AccountVerify.rb |
hellosign-ruby-sdk-6.0.0.pre.beta | oas/examples/AccountVerify.rb |