Sha256: 18927d70611c476fd7f4e85d9f967efbedbf5813810325321b898a603b92677c
Contents?: true
Size: 636 Bytes
Versions: 4
Compression:
Stored size: 636 Bytes
Contents
# frozen_string_literal: true require 'httparty' require 'logger' # Load the main Hubspot module, version and configuration require_relative 'hubspot' require_relative 'hubspot/version' require_relative 'hubspot/config' # define the exception classes, then load the main API client require_relative 'hubspot/exceptions' require_relative 'hubspot/api_client' # load base class then modules require_relative 'hubspot/resource' require_relative 'hubspot/property' require_relative 'hubspot/contact' require_relative 'hubspot/company' require_relative 'hubspot/user' # Load other components require_relative 'hubspot/paged_collection'
Version data entries
4 entries across 4 versions & 1 rubygems