Sha256: 834d4247f69a621002faede9645027273bcbaf4626384c68f8154a031d432346
Contents?: true
Size: 490 Bytes
Versions: 2
Compression:
Stored size: 490 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 template_id = "5de8179668f2033afac48da1868d0093bf133266" begin result = api.template_files(template_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/TemplateFiles.rb |
hellosign-ruby-sdk-6.0.0.pre.beta | oas/examples/TemplateFiles.rb |