@@ -14,8 +14,6 @@ pip install codat-bankfeeds
1414
1515## Example Usage
1616<!-- Start SDK Example Usage -->
17-
18-
1917``` python
2018import codatbankfeeds
2119from codatbankfeeds.models import operations, shared
@@ -29,8 +27,6 @@ s = codatbankfeeds.CodatBankFeeds(
2927req = operations.CreateBankAccountMappingRequest(
3028 request_body = operations.CreateBankAccountMappingBankFeedAccountMapping(
3129 feed_start_date = ' 2022-10-23T00:00:00.000Z' ,
32- source_account_id = ' provident' ,
33- target_account_id = ' distinctio' ,
3430 ),
3531 company_id = ' 8a210b68-6988-11ed-a1eb-0242ac120002' ,
3632 connection_id = ' 2e9d2c44-f675-40ba-8049-353bfcb5e171' ,
@@ -40,35 +36,36 @@ res = s.account_mapping.create(req)
4036
4137if res.bank_feed_account_mapping_response is not None :
4238 # handle response
39+ pass
4340```
4441<!-- End SDK Example Usage -->
4542
4643<!-- Start SDK Available Operations -->
4744## Available Resources and Operations
4845
4946
50- ### [ AccountMapping ] ( docs/sdks/accountmapping/README.md )
47+ ### [ account_mapping ] ( docs/sdks/accountmapping/README.md )
5148
5249* [ create] ( docs/sdks/accountmapping/README.md#create ) - Create bank feed account mapping
5350* [ get] ( docs/sdks/accountmapping/README.md#get ) - List bank feed account mappings
5451
55- ### [ Companies ] ( docs/sdks/companies/README.md )
52+ ### [ companies ] ( docs/sdks/companies/README.md )
5653
5754* [ create] ( docs/sdks/companies/README.md#create ) - Create company
5855* [ delete] ( docs/sdks/companies/README.md#delete ) - Delete a company
5956* [ get] ( docs/sdks/companies/README.md#get ) - Get company
6057* [ list] ( docs/sdks/companies/README.md#list ) - List companies
6158* [ update] ( docs/sdks/companies/README.md#update ) - Update company
6259
63- ### [ Connections ] ( docs/sdks/connections/README.md )
60+ ### [ connections ] ( docs/sdks/connections/README.md )
6461
6562* [ create] ( docs/sdks/connections/README.md#create ) - Create connection
6663* [ delete] ( docs/sdks/connections/README.md#delete ) - Delete connection
6764* [ get] ( docs/sdks/connections/README.md#get ) - Get connection
6865* [ list] ( docs/sdks/connections/README.md#list ) - List connections
6966* [ unlink] ( docs/sdks/connections/README.md#unlink ) - Unlink connection
7067
71- ### [ SourceAccounts ] ( docs/sdks/sourceaccounts/README.md )
68+ ### [ source_accounts ] ( docs/sdks/sourceaccounts/README.md )
7269
7370* [ create] ( docs/sdks/sourceaccounts/README.md#create ) - Create source account
7471* [ delete] ( docs/sdks/sourceaccounts/README.md#delete ) - Delete source account
@@ -77,10 +74,22 @@ if res.bank_feed_account_mapping_response is not None:
7774* [ list] ( docs/sdks/sourceaccounts/README.md#list ) - List source accounts
7875* [ update] ( docs/sdks/sourceaccounts/README.md#update ) - Update source account
7976
80- ### [ Transactions ] ( docs/sdks/transactions/README.md )
77+ ### [ transactions ] ( docs/sdks/transactions/README.md )
8178
8279* [ create] ( docs/sdks/transactions/README.md#create ) - Create bank transactions
8380* [ get_create_operation] ( docs/sdks/transactions/README.md#get_create_operation ) - Get create operation
8481* [ list_create_operations] ( docs/sdks/transactions/README.md#list_create_operations ) - List create operations
8582<!-- End SDK Available Operations -->
83+
84+
85+
86+ <!-- Start Dev Containers -->
87+
88+
89+
90+ <!-- End Dev Containers -->
91+
92+ <!-- Placeholder for Future Speakeasy SDK Sections -->
93+
94+
8695### Library generated by [ Speakeasy] ( https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks )
0 commit comments