@@ -14,7 +14,7 @@ pip install codat-sync-for-expenses
1414<!-- Start SDK Example Usage -->
1515``` python
1616import codatsyncexpenses
17- from codatsyncexpenses.models import operations, shared
17+ from codatsyncexpenses.models import operations
1818
1919s = codatsyncexpenses.CodatSyncExpenses(
2020 security = shared.Security(
@@ -26,7 +26,7 @@ s = codatsyncexpenses.CodatSyncExpenses(
2626req = operations.GetCompanyConfigurationRequest(
2727 company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002" ,
2828)
29-
29+
3030res = s.configuration.get_company_configuration(req)
3131
3232if res.company_configuration is not None :
@@ -38,39 +38,39 @@ if res.company_configuration is not None:
3838## Available Resources and Operations
3939
4040
41- ### configuration
41+ ### [ configuration] ( docs/configuration/README.md )
4242
43- * ` get_company_configuration ` - Get company configuration
44- * ` save_company_configuration ` - Set company configuration
43+ * [ get_company_configuration] ( docs/configuration/README.md#get_company_configuration ) - Get company configuration
44+ * [ save_company_configuration] ( docs/configuration/README.md#save_company_configuration ) - Set company configuration
4545
46- ### connections
46+ ### [ connections] ( docs/connections/README.md )
4747
48- * ` create_partner_expense_connection ` - Create Partner Expense connection
48+ * [ create_partner_expense_connection] ( docs/connections/README.md#create_partner_expense_connection ) - Create Partner Expense connection
4949
50- ### expenses
50+ ### [ expenses] ( docs/expenses/README.md )
5151
52- * ` create_expense_dataset ` - Create expense-transactions
53- * ` upload_attachment ` - Upload attachment
52+ * [ create_expense_dataset] ( docs/expenses/README.md#create_expense_dataset ) - Create expense-transactions
53+ * [ upload_attachment] ( docs/expenses/README.md#upload_attachment ) - Upload attachment
5454
55- ### mapping_options
55+ ### [ mapping_options] ( docs/mappingoptions/README.md )
5656
57- * ` get_mapping_options ` - Mapping options
57+ * [ get_mapping_options] ( docs/mappingoptions/README.md#get_mapping_options ) - Mapping options
5858
59- ### sync
59+ ### [ sync] ( docs/sync/README.md )
6060
61- * ` intiate_sync ` - Initiate sync
61+ * [ intiate_sync] ( docs/sync/README.md#intiate_sync ) - Initiate sync
6262
63- ### sync_status
63+ ### [ sync_status] ( docs/syncstatus/README.md )
6464
65- * ` get_last_successful_sync ` - Last successful sync
66- * ` get_latest_sync ` - Latest sync status
67- * ` get_sync_by_id ` - Get Sync status
68- * ` list_syncs ` - List sync statuses
65+ * [ get_last_successful_sync] ( docs/syncstatus/README.md#get_last_successful_sync ) - Last successful sync
66+ * [ get_latest_sync] ( docs/syncstatus/README.md#get_latest_sync ) - Latest sync status
67+ * [ get_sync_by_id] ( docs/syncstatus/README.md#get_sync_by_id ) - Get Sync status
68+ * [ list_syncs] ( docs/syncstatus/README.md#list_syncs ) - List sync statuses
6969
70- ### transaction_status
70+ ### [ transaction_status] ( docs/transactionstatus/README.md )
7171
72- * ` get_sync_transaction ` - Get Sync Transaction
73- * ` list_sync_transactions ` - Get Sync transactions
72+ * [ get_sync_transaction] ( docs/transactionstatus/README.md#get_sync_transaction ) - Get Sync Transaction
73+ * [ list_sync_transactions] ( docs/transactionstatus/README.md#list_sync_transactions ) - Get Sync transactions
7474<!-- End SDK Available Operations -->
7575
7676### SDK Generated by [ Speakeasy] ( https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks )
0 commit comments