@@ -16,7 +16,7 @@ from codatcommon.models import shared
1616
1717s = codatcommon.CodatCommon(
1818 security = shared.Security(
19- auth_header = " YOUR_API_KEY_HERE " ,
19+ auth_header = " " ,
2020 ),
2121)
2222
@@ -36,54 +36,55 @@ if res.company is not None:
3636## Available Resources and Operations
3737
3838
39- ### [ companies] ( docs/companies/README.md )
39+ ### [ companies] ( docs/sdks/ companies/README.md )
4040
41- * [ create] ( docs/companies/README.md#create ) - Create company
42- * [ delete] ( docs/companies/README.md#delete ) - Delete a company
43- * [ get] ( docs/companies/README.md#get ) - Get company
44- * [ list] ( docs/companies/README.md#list ) - List companies
45- * [ update] ( docs/companies/README.md#update ) - Update company
41+ * [ create] ( docs/sdks/ companies/README.md#create ) - Create company
42+ * [ delete] ( docs/sdks/ companies/README.md#delete ) - Delete a company
43+ * [ get] ( docs/sdks/ companies/README.md#get ) - Get company
44+ * [ list] ( docs/sdks/ companies/README.md#list ) - List companies
45+ * [ update] ( docs/sdks/ companies/README.md#update ) - Update company
4646
47- ### [ connections] ( docs/connections/README.md )
47+ ### [ connections] ( docs/sdks/ connections/README.md )
4848
49- * [ create] ( docs/connections/README.md#create ) - Create connection
50- * [ delete] ( docs/connections/README.md#delete ) - Delete connection
51- * [ get] ( docs/connections/README.md#get ) - Get connection
52- * [ list] ( docs/connections/README.md#list ) - List connections
53- * [ unlink_connection] ( docs/connections/README.md#unlink_connection ) - Unlink connection
54- * [ update_authorization] ( docs/connections/README.md#update_authorization ) - Update authorization
49+ * [ create] ( docs/sdks/ connections/README.md#create ) - Create connection
50+ * [ delete] ( docs/sdks/ connections/README.md#delete ) - Delete connection
51+ * [ get] ( docs/sdks/ connections/README.md#get ) - Get connection
52+ * [ list] ( docs/sdks/ connections/README.md#list ) - List connections
53+ * [ unlink_connection] ( docs/sdks/ connections/README.md#unlink_connection ) - Unlink connection
54+ * [ update_authorization] ( docs/sdks/ connections/README.md#update_authorization ) - Update authorization
5555
56- ### [ integrations] ( docs/integrations/README.md )
56+ ### [ integrations] ( docs/sdks/ integrations/README.md )
5757
58- * [ get] ( docs/integrations/README.md#get ) - Get integration
59- * [ get_branding] ( docs/integrations/README.md#get_branding ) - Get branding
60- * [ list] ( docs/integrations/README.md#list ) - List integrations
58+ * [ get] ( docs/sdks/ integrations/README.md#get ) - Get integration
59+ * [ get_branding] ( docs/sdks/ integrations/README.md#get_branding ) - Get branding
60+ * [ list] ( docs/sdks/ integrations/README.md#list ) - List integrations
6161
62- ### [ push_data] ( docs/pushdata/README.md )
62+ ### [ push_data] ( docs/sdks/ pushdata/README.md )
6363
64- * [ get_model_options] ( docs/pushdata/README.md#get_model_options ) - Get push options
65- * [ get_operation] ( docs/pushdata/README.md#get_operation ) - Get push operation
66- * [ list_operations] ( docs/pushdata/README.md#list_operations ) - List push operations
64+ * [ get_model_options] ( docs/sdks/ pushdata/README.md#get_model_options ) - Get push options
65+ * [ get_operation] ( docs/sdks/ pushdata/README.md#get_operation ) - Get push operation
66+ * [ list_operations] ( docs/sdks/ pushdata/README.md#list_operations ) - List push operations
6767
68- ### [ refresh_data] ( docs/refreshdata/README.md )
68+ ### [ refresh_data] ( docs/sdks/ refreshdata/README.md )
6969
70- * [ all] ( docs/refreshdata/README.md#all ) - Refresh all data
71- * [ by_data_type] ( docs/refreshdata/README.md#by_data_type ) - Refresh data type
72- * [ get] ( docs/refreshdata/README.md#get ) - Get data status
73- * [ get_pull_operation] ( docs/refreshdata/README.md#get_pull_operation ) - Get pull operation
74- * [ list_pull_operations] ( docs/refreshdata/README.md#list_pull_operations ) - List pull operations
70+ * [ all] ( docs/sdks/ refreshdata/README.md#all ) - Refresh all data
71+ * [ by_data_type] ( docs/sdks/ refreshdata/README.md#by_data_type ) - Refresh data type
72+ * [ get] ( docs/sdks/ refreshdata/README.md#get ) - Get data status
73+ * [ get_pull_operation] ( docs/sdks/ refreshdata/README.md#get_pull_operation ) - Get pull operation
74+ * [ list_pull_operations] ( docs/sdks/ refreshdata/README.md#list_pull_operations ) - List pull operations
7575
76- ### [ settings] ( docs/settings/README.md )
76+ ### [ settings] ( docs/sdks/ settings/README.md )
7777
78- * [ ~~ get_profile~~ ] ( docs/settings/README.md#get_profile ) - Get profile :warning : ** Deprecated**
79- * [ get_sync_settings] ( docs/settings/README.md#get_sync_settings ) - Update all sync settings
80- * [ update_profile] ( docs/settings/README.md#update_profile ) - Update profile
78+ * [ ~~ get_profile~~ ] ( docs/sdks/settings/README.md#get_profile ) - Get profile :warning : ** Deprecated**
79+ * [ get_sync_settings] ( docs/sdks/settings/README.md#get_sync_settings ) - Get sync settings
80+ * [ update_profile] ( docs/sdks/settings/README.md#update_profile ) - Update profile
81+ * [ update_sync_settings] ( docs/sdks/settings/README.md#update_sync_settings ) - Update all sync settings
8182
82- ### [ webhooks] ( docs/webhooks/README.md )
83+ ### [ webhooks] ( docs/sdks/ webhooks/README.md )
8384
84- * [ create] ( docs/webhooks/README.md#create ) - Create webhook
85- * [ get] ( docs/webhooks/README.md#get ) - Get webhook
86- * [ list] ( docs/webhooks/README.md#list ) - List webhooks
85+ * [ create] ( docs/sdks/ webhooks/README.md#create ) - Create webhook
86+ * [ get] ( docs/sdks/ webhooks/README.md#get ) - Get webhook
87+ * [ list] ( docs/sdks/ webhooks/README.md#list ) - List webhooks
8788<!-- End SDK Available Operations -->
8889
8990### SDK Generated by [ Speakeasy] ( https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks )
0 commit comments