Python Client SDK Generated by Speakeasy
Project description
codat-bankfeeds
SDK Installation
pip install codat-bankfeeds
SDK Example Usage
import codat
from codat.models import operations, shared
s = codat.Codat()
s.config_security(
security=shared.Security(
api_key="YOUR_API_KEY_HERE",
)
)
req = operations.GetBankAccountPushOptionsRequest(
security=operations.GetBankAccountPushOptionsSecurity(
api_key="YOUR_API_KEY_HERE",
),
path_params=operations.GetBankAccountPushOptionsPathParams(
account_id="unde",
company_id="deserunt",
connection_id="porro",
),
query_params=operations.GetBankAccountPushOptionsQueryParams(
order_by="nulla",
page=6027.63,
page_size=8579.46,
query="perspiciatis",
),
)
res = s.bank_account_transactions.get_bank_account_push_options(req)
if res.push_option is not None:
# handle response
SDK Available Operations
bank_account_transactions
get_bank_account_push_options
- List push options for bank account bank transactionslist_all_bank_transactionscount
- List bank transactions for bank accountpost_bank_transactions
- Create bank transactions
bank_feed_accounts
get_bank_feeds
- List bank feed bank accountsput_bank_feeds
- Update bank feed bank accountsupdate_bank_feed
- Update bank feed bank account
SDK Generated by Speakeasy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
codat-bankfeeds-0.1.1.tar.gz
(14.4 kB
view hashes)
Built Distribution
Close
Hashes for codat_bankfeeds-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3466fb5810a60dcc6a69a5832a3a3464328c9bb7d76464927732330657795f4b |
|
MD5 | b306813713d81952d97b3a776d8bc466 |
|
BLAKE2b-256 | 5b58e1819949a13d762c7b78f67155dadd6e6fbe763021ccca37ce8ff31aef64 |