Python Client SDK Generated by Speakeasy
Project description
codat-common
SDK Installation
pip install codat-common
SDK Example Usage
import codatcommon
from codatcommon.models import shared
s = codatcommon.CodatCommon(
security=shared.Security(
auth_header="YOUR_API_KEY_HERE",
),
)
req = shared.CompanyRequestBody(
description='Requested early access to the new financing scheme.',
name='Bank of Dave',
)
res = s.companies.create(req)
if res.company is not None:
# handle response
Available Resources and Operations
companies
- create - Create company
- delete - Delete a company
- get - Get company
- list - List companies
- update - Update company
connections
- create - Create connection
- delete - Delete connection
- get - Get connection
- list - List connections
- unlink_connection - Unlink connection
- update_authorization - Update authorization
integrations
- get - Get integration
- get_branding - Get branding
- list - List integrations
push_data
- get_model_options - Get push options
- get_operation - Get push operation
- list_operations - List push operations
refresh_data
- all - Refresh all data
- by_data_type - Refresh data type
- get - Get data status
- get_pull_operation - Get pull operation
- list_pull_operations - List pull operations
settings
get_profile- Get profile :warning: Deprecated- get_sync_settings - Update all sync settings
- update_profile - Update profile
webhooks
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-common-0.21.1.tar.gz
(32.1 kB
view details)
Built Distribution
File details
Details for the file codat-common-0.21.1.tar.gz
.
File metadata
- Download URL: codat-common-0.21.1.tar.gz
- Upload date:
- Size: 32.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cffb2abea724ae01502371a825a465341af1036fa95bb63940c02e257c8f6574 |
|
MD5 | ff4712ebab5ce1f10f59b7f8d3e86055 |
|
BLAKE2b-256 | 7b4ba31bcb6ace9784d01b0e5c5522ac51cf90db7b60636e3be890810d04aaff |
File details
Details for the file codat_common-0.21.1-py3-none-any.whl
.
File metadata
- Download URL: codat_common-0.21.1-py3-none-any.whl
- Upload date:
- Size: 87.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e378b32ed2826b77f9c941d99d73a2c3ae03306b686458dd484301f6a510ef5 |
|
MD5 | 3a121adc745321167e4ac64e65df3e43 |
|
BLAKE2b-256 | 5ee0fe1b2b78fba3bcd3aa6f954447c9b06e6c41e38678ca1164467b7fec16fd |