Sha256: 82ca26a597f8aafbd6e75927e1240bb625202c48125926319739d13896116246
Contents?: true
Size: 491 Bytes
Versions: 2
Compression:
Stored size: 491 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_delete(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/TemplateDelete.rb |
hellosign-ruby-sdk-6.0.0.pre.beta | oas/examples/TemplateDelete.rb |