Sha256: 6e1fc99ea9f81feb4e4ca14e830481c5b35783437e0f5af203b4220c2c1dea6e
Contents?: true
Size: 487 Bytes
Versions: 2
Compression:
Stored size: 487 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::TemplateApi.new account_id = "f57db65d3f933b5316d398057a36176831451a35" begin result = api.template_list(account_id) 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/TemplateList.rb |
hellosign-ruby-sdk-6.0.0.pre.beta | oas/examples/TemplateList.rb |