@@ -12,7 +12,7 @@ pip install codat-common
1212<!-- Start SDK Example Usage -->
1313``` python
1414import codatcommon
15- from codatcommon.models import operations, shared
15+ from codatcommon.models import shared
1616
1717s = codatcommon.CodatCommon(
1818 security = shared.Security(
@@ -25,7 +25,7 @@ req = shared.CompanyRequestBody(
2525 description = " corrupti" ,
2626 name = " Kelvin Sporer" ,
2727)
28-
28+
2929res = s.companies.create_company(req)
3030
3131if res.company is not None :
@@ -37,58 +37,58 @@ if res.company is not None:
3737## Available Resources and Operations
3838
3939
40- ### companies
40+ ### [ companies] ( docs/companies/README.md )
4141
42- * ` create_company ` - Create company
43- * ` delete_company ` - Delete a company
44- * ` get_company ` - Get company
45- * ` list_companies ` - List companies
46- * ` update_company ` - Update company
42+ * [ create_company] ( docs/companies/createcompany.md ) - Create company
43+ * [ delete_company] ( docs/companies/deletecompany.md ) - Delete a company
44+ * [ get_company] ( docs/companies/getcompany.md ) - Get company
45+ * [ list_companies] ( docs/companies/listcompanies.md ) - List companies
46+ * [ update_company] ( docs/companies/updatecompany.md ) - Update company
4747
48- ### connections
48+ ### [ connections] ( docs/connections/README.md )
4949
50- * ` create_data_connection ` - Create a data connection
51- * ` delete_company_connection ` - Delete connection
52- * ` get_company_connection ` - Get connection
53- * ` list_company_connections ` - List connections
54- * ` unlink_company_connection ` - Unlink connection
55- * ` update_connection_authorization ` - Update authorization
50+ * [ create_data_connection] ( docs/connections/createdataconnection.md ) - Create a data connection
51+ * [ delete_company_connection] ( docs/connections/deletecompanyconnection.md ) - Delete connection
52+ * [ get_company_connection] ( docs/connections/getcompanyconnection.md ) - Get connection
53+ * [ list_company_connections] ( docs/connections/listcompanyconnections.md ) - List connections
54+ * [ unlink_company_connection] ( docs/connections/unlinkcompanyconnection.md ) - Unlink connection
55+ * [ update_connection_authorization] ( docs/connections/updateconnectionauthorization.md ) - Update authorization
5656
57- ### data_status
57+ ### [ data_status] ( docs/datastatus/README.md )
5858
59- * ` get_company_data_history ` - Get pull operations
60- * ` get_company_data_status ` - Get data status
61- * ` get_pull_operation ` - Get pull operation
59+ * [ get_company_data_history] ( docs/datastatus/getcompanydatahistory.md ) - Get pull operations
60+ * [ get_company_data_status] ( docs/datastatus/getcompanydatastatus.md ) - Get data status
61+ * [ get_pull_operation] ( docs/datastatus/getpulloperation.md ) - Get pull operation
6262
63- ### integrations
63+ ### [ integrations] ( docs/integrations/README.md )
6464
65- * ` get_integration ` - Get integration
66- * ` get_integrations_branding ` - Get branding
67- * ` list_integrations ` - List integrations
65+ * [ get_integration] ( docs/integrations/getintegration.md ) - Get integration
66+ * [ get_integrations_branding] ( docs/integrations/getintegrationsbranding.md ) - Get branding
67+ * [ list_integrations] ( docs/integrations/listintegrations.md ) - List integrations
6868
69- ### push_data
69+ ### [ push_data] ( docs/pushdata/README.md )
7070
71- * ` get_company_push_history ` - List push operations
72- * ` get_create_update_model_options_by_data_type ` - List push options
73- * ` get_push_operation ` - Get push operation
71+ * [ get_company_push_history] ( docs/pushdata/getcompanypushhistory.md ) - List push operations
72+ * [ get_create_update_model_options_by_data_type] ( docs/pushdata/getcreateupdatemodeloptionsbydatatype.md ) - List push options
73+ * [ get_push_operation] ( docs/pushdata/getpushoperation.md ) - Get push operation
7474
75- ### refresh_data
75+ ### [ refresh_data] ( docs/refreshdata/README.md )
7676
77- * ` create_pull_operation ` - Queue pull operation
78- * ` refresh_company_data ` - Queue pull operations
77+ * [ create_pull_operation] ( docs/refreshdata/createpulloperation.md ) - Queue pull operation
78+ * [ refresh_company_data] ( docs/refreshdata/refreshcompanydata.md ) - Queue pull operations
7979
80- ### settings
80+ ### [ settings] ( docs/settings/README.md )
8181
82- * ` get_profile ` - Get profile
83- * ` get_profile_sync_settings ` - Get sync settings
84- * ` update_profile ` - Update profile
85- * ` update_sync_settings ` - Update all sync settings
82+ * [ get_profile] ( docs/settings/getprofile.md ) - Get profile
83+ * [ get_profile_sync_settings] ( docs/settings/getprofilesyncsettings.md ) - Get sync settings
84+ * [ update_profile] ( docs/settings/updateprofile.md ) - Update profile
85+ * [ update_sync_settings] ( docs/settings/updatesyncsettings.md ) - Update all sync settings
8686
87- ### webhooks
87+ ### [ webhooks] ( docs/webhooks/README.md )
8888
89- * ` create_rule ` - Create webhook
90- * ` get_webhook ` - Get webhook
91- * ` list_rules ` - List webhooks
89+ * [ create_rule] ( docs/webhooks/createrule.md ) - Create webhook
90+ * [ get_webhook] ( docs/webhooks/getwebhook.md ) - Get webhook
91+ * [ list_rules] ( docs/webhooks/listrules.md ) - List webhooks
9292<!-- End SDK Available Operations -->
9393
9494### SDK Generated by [ Speakeasy] ( https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks )
0 commit comments