lib/hello_sign/configuration.rb in hellosign-api-1.0.3 vs lib/hello_sign/configuration.rb in hellosign-api-1.0.4
- old
+ new
@@ -29,10 +29,10 @@
DEFAULT_ENDPOINT = 'https://api.hellosign.com'
DEFAULT_API_VERSION = '/v3'
DEFAULT_OAUTH_ENDPOINT = 'https://app.hellosign.com'
VALID_OPTIONS_KEYS = [:end_point, :oauth_end_point, :api_version, :user_agent, :client_id, :client_secret, :email_address, :password, :api_key, :auth_token, :log_level, :logging, :proxy_uri, :proxy_user, :proxy_pass, :timeout]
- DEFAULT_USER_AGENT = "hellosign-ruby-sdk/" + HelloSign::VERSION
+ DEFAULT_USER_AGENT = "hellosign-api/" + HelloSign::VERSION
attr_accessor *VALID_OPTIONS_KEYS
# Sets all configuration options to their default values
# when this module is extended.