Sha256: 2b37837b7ac49ff877114c88a451fc7726139854fdcf6915a108eb95a7f29f63

Contents?: true

Size: 418 Bytes

Versions: 5

Compression:

Stored size: 418 Bytes

Contents

require_relative '../../base_module_client'

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

          def api_classes 
            %i[
              associations
              basic
              batch
              gdpr
              search
            ].freeze
          end
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hubspot-api-client-16.0.1 lib/hubspot/discovery/crm/contacts/client.rb
hubspot-api-client-16.0.0 lib/hubspot/discovery/crm/contacts/client.rb
hubspot-api-client-15.0.2 lib/hubspot/discovery/crm/contacts/client.rb
hubspot-api-client-15.0.1 lib/hubspot/discovery/crm/contacts/client.rb
hubspot-api-client-15.0.0 lib/hubspot/discovery/crm/contacts/client.rb