Skip to main content

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 transactions
  • list_all_bank_transactionscount - List bank transactions for bank account
  • post_bank_transactions - Create bank transactions

bank_feed_accounts

  • get_bank_feeds - List bank feed bank accounts
  • put_bank_feeds - Update bank feed bank accounts
  • update_bank_feed - Update bank feed bank account

SDK Generated by Speakeasy

Project details


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)

Uploaded Source

Built Distribution

codat_bankfeeds-0.1.1-py3-none-any.whl (21.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page