class GdsApi::JsonClient
def with_ssl_options(method_params)
def with_ssl_options(method_params) method_params.merge( # This is the default value anyway, but we should probably be explicit verify_ssl: OpenSSL::SSL::VERIFY_NONE ) end
def with_ssl_options(method_params) method_params.merge( # This is the default value anyway, but we should probably be explicit verify_ssl: OpenSSL::SSL::VERIFY_NONE ) end