Sha256: 424654f16c3b6055ae7c0777d1c009b32338ea10cabdbbb4863c4eacef6a9ea9
Contents?: true
Size: 412 Bytes
Versions: 2
Compression:
Stored size: 412 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::TeamApi.new begin result = api.team_info() 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/TeamInfo.rb |
hellosign-ruby-sdk-6.0.0.pre.beta | oas/examples/TeamInfo.rb |