Sha256: 7ce0ad860f458ee83429bc5002581087a89868c09abbb81eaff6c7519dfb7df8
Contents?: true
Size: 473 Bytes
Versions: 2
Compression:
Stored size: 473 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::ApiAppApi.new client_id = "0dd3b823a682527788c4e40cb7b6f7e9" begin result = api.api_app_get(client_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/ApiAppGet.rb |
hellosign-ruby-sdk-6.0.0.pre.beta | oas/examples/ApiAppGet.rb |