Sha256: 45c49f00defd2733d70c8c45c6c5ee259e46d07efc62a5c68d2695723657373f
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::TeamApi.new data = HelloSign::TeamUpdateRequest.new data.name = "New Team Name" begin result = api.team_update(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/TeamUpdate.rb |
hellosign-ruby-sdk-6.0.0.pre.beta | oas/examples/TeamUpdate.rb |