-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathstackone_client.rb
More file actions
45 lines (42 loc) · 1.64 KB
/
Copy pathstackone_client.rb
File metadata and controls
45 lines (42 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
# typed: true
# frozen_string_literal: true
module StackOne
autoload :StackOne, 'stack_one/stackone'
autoload :Accounts, 'stack_one/accounts'
autoload :Actions, 'stack_one/actions'
autoload :AuthConfigs, 'stack_one/auth_configs'
autoload :ConnectSessions, 'stack_one/connect_sessions'
autoload :ConnectorProfiles, 'stack_one/connector_profiles'
autoload :Connectors, 'stack_one/connectors'
autoload :Logs, 'stack_one/logs'
autoload :Mcp, 'stack_one/mcp'
autoload :RequestLogs, 'stack_one/request_logs'
autoload :Accounting, 'stack_one/accounting'
autoload :Ats, 'stack_one/ats'
autoload :Crm, 'stack_one/crm'
autoload :Documents, 'stack_one/documents'
autoload :Hris, 'stack_one/hris'
autoload :Iam, 'stack_one/iam'
autoload :Lms, 'stack_one/lms'
autoload :Marketing, 'stack_one/marketing'
autoload :Messaging, 'stack_one/messaging'
autoload :Proxy, 'stack_one/proxy'
autoload :Screening, 'stack_one/screening'
autoload :Ticketing, 'stack_one/ticketing'
module Models
autoload :Shared, 'stack_one/models/shared'
autoload :Operations, 'stack_one/models/operations'
autoload :Errors, 'stack_one/models/errors'
autoload :Callbacks, 'stack_one/models/callbacks'
end
end
require_relative 'stack_one/utils/utils'
require_relative 'stack_one/utils/request_bodies'
require_relative 'stack_one/utils/query_params'
require_relative 'stack_one/utils/forms'
require_relative 'stack_one/utils/headers'
require_relative 'stack_one/utils/url'
require_relative 'stack_one/utils/security'
require_relative 'crystalline'
require_relative 'stack_one/sdkconfiguration'