Sha256: e9aa092555539465331bb08bbc713e7b6603987d44a0ea6bfe9b58ccfab57e68

Contents?: true

Size: 646 Bytes

Versions: 21

Compression:

Stored size: 646 Bytes

Contents

require_relative '../base_module_client'
require_relative '../../helpers/get_all_helper'

module Hubspot
  module Discovery
    module Crm
      class Client
        include Hubspot::Discovery::BaseModuleClient

        def api_modules
          %i[
            associations
            companies
            contacts
            deals
            extensions
            imports
            line_items
            objects
            owners
            pipelines
            products
            properties
            quotes
            schemas
            tickets
            timeline
          ].freeze
        end
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
hubspot-api-client-17.1.1 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-17.1.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-17.0.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-17.0.0.pre.beta.4 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-17.0.0.pre.beta.3 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-17.0.0.pre.beta.2 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-17.0.0.pre.beta.1 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-16.4.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-16.3.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-16.2.1 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-16.2.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-16.1.1 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-16.1.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-16.0.4 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-16.0.3 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-16.0.2 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-16.0.1 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-16.0.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-15.0.2 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-15.0.1 lib/hubspot/discovery/crm/client.rb