Sha256: b660efd06384c3d99a973181c0d10b543907d9a46f8824bb33ecdbaeb6a975fe

Contents?: true

Size: 598 Bytes

Versions: 13

Compression:

Stored size: 598 Bytes

Contents

require_rel '../base_module_client'

module Hubspot
  module Discovery
    module Crm
      class Client
        def self.api_modules
          %i[
            associations
            companies
            contacts
            deals
            extensions
            imports
            line_items
            objects
            owners
            pipelines
            products
            properties
            quotes
            schemas
            tickets
            timeline
          ].freeze
        end

        include Hubspot::Discovery::BaseModuleClient
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hubspot-api-client-14.5.2 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-14.5.1 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-14.5.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-14.4.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-14.3.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-14.2.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-14.1.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-14.0.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-13.2.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-13.1.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-13.0.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-12.0.0 lib/hubspot/discovery/crm/client.rb
hubspot-api-client-11.2.0 lib/hubspot/discovery/crm/client.rb