lib/hubspot/codegen/crm/associations/api_client.rb in hubspot-api-client-2.3.2 vs lib/hubspot/codegen/crm/associations/api_client.rb in hubspot-api-client-3.0.0.pre.beta

- old
+ new

@@ -4,11 +4,11 @@ #Associations define the relationships between objects in HubSpot. These endpoints allow you to create, read, and remove associations. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech -OpenAPI Generator version: 4.2.2 +OpenAPI Generator version: 4.2.3 =end require 'date' require 'json' @@ -97,11 +97,11 @@ :message => response.return_message) else fail ApiError.new(:code => response.status, :response_headers => response.headers, :response_body => response.body), - response.reason_phrase + response.reason_phrase end end rescue Faraday::TimeoutError fail ApiError.new('Connection timed out') end @@ -417,6 +417,6 @@ end end end end end -end \ No newline at end of file +end