repo stringlengths 5 92 | file_url stringlengths 80 287 | file_path stringlengths 5 197 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 15:37:27 2026-01-04 17:58:21 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/contacts/api/basic_api.rb | lib/hubspot/discovery/crm/contacts/api/basic_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Contacts
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/contacts/api/search_api.rb | lib/hubspot/discovery/crm/contacts/api/search_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Contacts
class SearchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/timeline/client.rb | lib/hubspot/discovery/crm/timeline/client.rb | require_relative '../../base_module_client'
module Hubspot
module Discovery
module Crm
module Timeline
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
events
templates
tokens
].freeze
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/timeline/api/templates_api.rb | lib/hubspot/discovery/crm/timeline/api/templates_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Timeline
class TemplatesApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/timeline/api/events_api.rb | lib/hubspot/discovery/crm/timeline/api/events_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Timeline
class EventsApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/timeline/api/tokens_api.rb | lib/hubspot/discovery/crm/timeline/api/tokens_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Timeline
class TokensApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/client.rb | lib/hubspot/discovery/crm/objects/client.rb | require_relative '../../base_module_client'
module Hubspot
module Discovery
module Crm
module Objects
class Client
include Hubspot::Discovery::BaseModuleClient
def api_modules
%i[
calls
communications
deal_splits
emails
feedback_submissions
goals
leads
meetings
notes
postal_mail
tasks
taxes
].freeze
end
def api_classes
%i[
basic
batch
search
].freeze
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/tasks/client.rb | lib/hubspot/discovery/crm/objects/tasks/client.rb | require_relative '../../../base_module_client'
module Hubspot
module Discovery
module Crm
module Objects
module Tasks
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
basic
batch
search
].freeze
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb | lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Tasks
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb | lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Tasks
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb | lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Tasks
class SearchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/deal_splits/client.rb | lib/hubspot/discovery/crm/objects/deal_splits/client.rb | require_relative '../../../base_module_client'
module Hubspot
module Discovery
module Crm
module Objects
module DealSplits
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
batch
].freeze
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/deal_splits/api/batch_api.rb | lib/hubspot/discovery/crm/objects/deal_splits/api/batch_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module DealSplits
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb | lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb | require_relative '../../../base_module_client'
module Hubspot
module Discovery
module Crm
module Objects
module FeedbackSubmissions
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
basic
batch
search
].freeze
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb | lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module FeedbackSubmissions
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb | lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module FeedbackSubmissions
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb | lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module FeedbackSubmissions
class SearchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/postal_mail/client.rb | lib/hubspot/discovery/crm/objects/postal_mail/client.rb | require_relative '../../../base_module_client'
module Hubspot
module Discovery
module Crm
module Objects
module PostalMail
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
basic
batch
search
].freeze
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb | lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module PostalMail
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb | lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module PostalMail
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb | lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module PostalMail
class SearchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/emails/client.rb | lib/hubspot/discovery/crm/objects/emails/client.rb | require_relative '../../../base_module_client'
module Hubspot
module Discovery
module Crm
module Objects
module Emails
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
basic
batch
search
].freeze
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb | lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Emails
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb | lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Emails
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/emails/api/search_api.rb | lib/hubspot/discovery/crm/objects/emails/api/search_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Emails
class SearchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/leads/client.rb | lib/hubspot/discovery/crm/objects/leads/client.rb | require_relative '../../../base_module_client'
module Hubspot
module Discovery
module Crm
module Objects
module Leads
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
basic
batch
search
].freeze
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/leads/api/batch_api.rb | lib/hubspot/discovery/crm/objects/leads/api/batch_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Leads
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/leads/api/basic_api.rb | lib/hubspot/discovery/crm/objects/leads/api/basic_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Leads
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/leads/api/search_api.rb | lib/hubspot/discovery/crm/objects/leads/api/search_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Leads
class SearchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/calls/client.rb | lib/hubspot/discovery/crm/objects/calls/client.rb | require_relative '../../../base_module_client'
module Hubspot
module Discovery
module Crm
module Objects
module Calls
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
basic
batch
search
].freeze
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb | lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Calls
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb | lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Calls
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/calls/api/search_api.rb | lib/hubspot/discovery/crm/objects/calls/api/search_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Calls
class SearchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/api/batch_api.rb | lib/hubspot/discovery/crm/objects/api/batch_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/api/basic_api.rb | lib/hubspot/discovery/crm/objects/api/basic_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/api/search_api.rb | lib/hubspot/discovery/crm/objects/api/search_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
class SearchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/taxes/client.rb | lib/hubspot/discovery/crm/objects/taxes/client.rb | require_relative '../../../base_module_client'
module Hubspot
module Discovery
module Crm
module Objects
module Taxes
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
basic
batch
search
].freeze
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/taxes/api/batch_api.rb | lib/hubspot/discovery/crm/objects/taxes/api/batch_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Taxes
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/taxes/api/basic_api.rb | lib/hubspot/discovery/crm/objects/taxes/api/basic_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Taxes
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/taxes/api/search_api.rb | lib/hubspot/discovery/crm/objects/taxes/api/search_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Taxes
class SearchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/communications/client.rb | lib/hubspot/discovery/crm/objects/communications/client.rb | require_relative '../../../base_module_client'
module Hubspot
module Discovery
module Crm
module Objects
module Communications
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
basic
batch
search
].freeze
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/communications/api/batch_api.rb | lib/hubspot/discovery/crm/objects/communications/api/batch_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Communications
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/communications/api/basic_api.rb | lib/hubspot/discovery/crm/objects/communications/api/basic_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Communications
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/communications/api/search_api.rb | lib/hubspot/discovery/crm/objects/communications/api/search_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Communications
class SearchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/meetings/client.rb | lib/hubspot/discovery/crm/objects/meetings/client.rb | require_relative '../../../base_module_client'
module Hubspot
module Discovery
module Crm
module Objects
module Meetings
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
basic
batch
search
].freeze
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb | lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Meetings
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb | lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Meetings
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb | lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Meetings
class SearchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/goals/client.rb | lib/hubspot/discovery/crm/objects/goals/client.rb | require_relative '../../../base_module_client'
module Hubspot
module Discovery
module Crm
module Objects
module Goals
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
basic
batch
search
].freeze
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/goals/api/batch_api.rb | lib/hubspot/discovery/crm/objects/goals/api/batch_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Goals
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/goals/api/basic_api.rb | lib/hubspot/discovery/crm/objects/goals/api/basic_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Goals
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/goals/api/search_api.rb | lib/hubspot/discovery/crm/objects/goals/api/search_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Goals
class SearchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/notes/client.rb | lib/hubspot/discovery/crm/objects/notes/client.rb | require_relative '../../../base_module_client'
module Hubspot
module Discovery
module Crm
module Objects
module Notes
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
basic
batch
search
].freeze
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb | lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Notes
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb | lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Notes
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/objects/notes/api/search_api.rb | lib/hubspot/discovery/crm/objects/notes/api/search_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Objects
module Notes
class SearchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/associations/client.rb | lib/hubspot/discovery/crm/associations/client.rb | require_relative '../../base_module_client'
module Hubspot
module Discovery
module Crm
module Associations
class Client
include Hubspot::Discovery::BaseModuleClient
def api_modules
%i[
v4
schema
].freeze
end
def api_classes
%i[
batch
].freeze
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/associations/v4/client.rb | lib/hubspot/discovery/crm/associations/v4/client.rb | require_relative '../../../base_module_client'
module Hubspot
module Discovery
module Crm
module Associations
module V4
class Client
include Hubspot::Discovery::BaseModuleClient
def api_modules
%i[
schema
].freeze
end
def api_classes
%i[
basic
batch
report
].freeze
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/associations/v4/api/batch_api.rb | lib/hubspot/discovery/crm/associations/v4/api/batch_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Associations
module V4
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/associations/v4/api/report_api.rb | lib/hubspot/discovery/crm/associations/v4/api/report_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Associations
module V4
class ReportApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/associations/v4/api/basic_api.rb | lib/hubspot/discovery/crm/associations/v4/api/basic_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Associations
module V4
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/associations/v4/schema/client.rb | lib/hubspot/discovery/crm/associations/v4/schema/client.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Associations
module V4
module Schema
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
definition_configurations
definitions
].freeze
end
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/associations/v4/schema/api/definitions_api.rb | lib/hubspot/discovery/crm/associations/v4/schema/api/definitions_api.rb | require_relative '../../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Associations
module V4
module Schema
class DefinitionsApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/associations/v4/schema/api/definition_configurations_api.rb | lib/hubspot/discovery/crm/associations/v4/schema/api/definition_configurations_api.rb | require_relative '../../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Associations
module V4
module Schema
class DefinitionConfigurationsApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/associations/api/batch_api.rb | lib/hubspot/discovery/crm/associations/api/batch_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Associations
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/associations/schema/client.rb | lib/hubspot/discovery/crm/associations/schema/client.rb | require_relative '../../../base_module_client'
module Hubspot
module Discovery
module Crm
module Associations
module Schema
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
types
].freeze
end
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/associations/schema/api/types_api.rb | lib/hubspot/discovery/crm/associations/schema/api/types_api.rb | require_relative '../../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Associations
module Schema
class TypesApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/imports/client.rb | lib/hubspot/discovery/crm/imports/client.rb | require_relative '../../base_module_client'
module Hubspot
module Discovery
module Crm
module Imports
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
core
public_imports
].freeze
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/imports/api/public_imports_api.rb | lib/hubspot/discovery/crm/imports/api/public_imports_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Imports
class PublicImportsApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/crm/imports/api/core_api.rb | lib/hubspot/discovery/crm/imports/api/core_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Crm
module Imports
class CoreApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/webhooks/client.rb | lib/hubspot/discovery/webhooks/client.rb | require_relative '../base_module_client'
module Hubspot
module Discovery
module Webhooks
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
settings
subscriptions
].freeze
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/webhooks/api/subscriptions_api.rb | lib/hubspot/discovery/webhooks/api/subscriptions_api.rb | require_relative '../../base_api_client'
module Hubspot
module Discovery
module Webhooks
class SubscriptionsApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/webhooks/api/settings_api.rb | lib/hubspot/discovery/webhooks/api/settings_api.rb | require_relative '../../base_api_client'
module Hubspot
module Discovery
module Webhooks
class SettingsApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/events/client.rb | lib/hubspot/discovery/events/client.rb | require_relative '../base_module_client'
module Hubspot
module Discovery
module Events
class Client
include Hubspot::Discovery::BaseModuleClient
def api_modules
%i[
send
].freeze
end
def api_classes
%i[
events
].freeze
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/events/api/events_api.rb | lib/hubspot/discovery/events/api/events_api.rb | require_relative '../../base_api_client'
module Hubspot
module Discovery
module Events
class EventsApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/events/send/client.rb | lib/hubspot/discovery/events/send/client.rb | require_relative '../../base_module_client'
module Hubspot
module Discovery
module Events
module Send
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
basic
batch
].freeze
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/events/send/api/batch_api.rb | lib/hubspot/discovery/events/send/api/batch_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Events
module Send
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/events/send/api/basic_api.rb | lib/hubspot/discovery/events/send/api/basic_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Events
module Send
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/conversations/client.rb | lib/hubspot/discovery/conversations/client.rb | require_relative '../base_module_client'
module Hubspot
module Discovery
module Conversations
class Client
include Hubspot::Discovery::BaseModuleClient
def api_modules
%i[
visitor_identification
].freeze
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/conversations/visitor_identification/client.rb | lib/hubspot/discovery/conversations/visitor_identification/client.rb | require_relative '../../base_module_client'
module Hubspot
module Discovery
module Conversations
module VisitorIdentification
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
generate
].freeze
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/conversations/visitor_identification/api/generate_api.rb | lib/hubspot/discovery/conversations/visitor_identification/api/generate_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Conversations
module VisitorIdentification
class GenerateApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/oauth/client.rb | lib/hubspot/discovery/oauth/client.rb | require_relative '../base_module_client'
module Hubspot
module Discovery
module Oauth
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
access_tokens
refresh_tokens
tokens
].freeze
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/oauth/api/access_tokens_api.rb | lib/hubspot/discovery/oauth/api/access_tokens_api.rb | require_relative '../../base_api_client'
module Hubspot
module Discovery
module Oauth
class AccessTokensApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/oauth/api/refresh_tokens_api.rb | lib/hubspot/discovery/oauth/api/refresh_tokens_api.rb | require_relative '../../base_api_client'
module Hubspot
module Discovery
module Oauth
class RefreshTokensApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/oauth/api/tokens_api.rb | lib/hubspot/discovery/oauth/api/tokens_api.rb | require_relative '../../base_api_client'
module Hubspot
module Discovery
module Oauth
class TokensApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/communication_preferences/client.rb | lib/hubspot/discovery/communication_preferences/client.rb | require_relative '../base_module_client'
module Hubspot
module Discovery
module CommunicationPreferences
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
definition
status
].freeze
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/communication_preferences/api/definition_api.rb | lib/hubspot/discovery/communication_preferences/api/definition_api.rb | require_relative '../../base_api_client'
module Hubspot
module Discovery
module CommunicationPreferences
class DefinitionApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/communication_preferences/api/status_api.rb | lib/hubspot/discovery/communication_preferences/api/status_api.rb | require_relative '../../base_api_client'
module Hubspot
module Discovery
module CommunicationPreferences
class StatusApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/client.rb | lib/hubspot/discovery/marketing/client.rb | require_relative '../base_module_client'
module Hubspot
module Discovery
module Marketing
class Client
include Hubspot::Discovery::BaseModuleClient
def api_modules
%i[
emails
events
forms
transactional
].freeze
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/emails/client.rb | lib/hubspot/discovery/marketing/emails/client.rb | require_relative '../../base_module_client'
module Hubspot
module Discovery
module Marketing
module Emails
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
marketing_emails
statistics
].freeze
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/emails/api/marketing_emails_api.rb | lib/hubspot/discovery/marketing/emails/api/marketing_emails_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Marketing
module Emails
class MarketingEmailsApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/emails/api/statistics_api.rb | lib/hubspot/discovery/marketing/emails/api/statistics_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Marketing
module Emails
class StatisticsApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/forms/client.rb | lib/hubspot/discovery/marketing/forms/client.rb | require_relative '../../base_module_client'
module Hubspot
module Discovery
module Marketing
module Forms
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
forms
].freeze
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/forms/api/forms_api.rb | lib/hubspot/discovery/marketing/forms/api/forms_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Marketing
module Forms
class FormsApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/events/client.rb | lib/hubspot/discovery/marketing/events/client.rb | require_relative '../../base_module_client'
module Hubspot
module Discovery
module Marketing
module Events
class Client
include Hubspot::Discovery::BaseModuleClient
def api_classes
%i[
add_event_attendees
basic
batch
change_property
identifiers
list_associations
retrieve_participant_state
settings
subscriber_state_changes
].freeze
end
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb | lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Marketing
module Events
class SubscriberStateChangesApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/events/api/change_property_api.rb | lib/hubspot/discovery/marketing/events/api/change_property_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Marketing
module Events
class ChangePropertyApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/events/api/batch_api.rb | lib/hubspot/discovery/marketing/events/api/batch_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Marketing
module Events
class BatchApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/events/api/basic_api.rb | lib/hubspot/discovery/marketing/events/api/basic_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Marketing
module Events
class BasicApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
HubSpot/hubspot-api-ruby | https://github.com/HubSpot/hubspot-api-ruby/blob/75a9afa65e9789fbe6ff711066d798ca0c10f432/lib/hubspot/discovery/marketing/events/api/retrieve_participant_state_api.rb | lib/hubspot/discovery/marketing/events/api/retrieve_participant_state_api.rb | require_relative '../../../base_api_client'
module Hubspot
module Discovery
module Marketing
module Events
class RetrieveParticipantStateApi
include Hubspot::Discovery::BaseApiClient
end
end
end
end
end
| ruby | Apache-2.0 | 75a9afa65e9789fbe6ff711066d798ca0c10f432 | 2026-01-04T17:55:03.682567Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.