Manage the building blocks of Codat, including companies, connections, and more.
Project description
Platform
SDK Installation
pip install codat-platform
Example Usage
import codatplatform
from codatplatform.models import shared
s = codatplatform.CodatPlatform(
security=shared.Security(
auth_header="",
),
)
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 - 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
- create_api_key - Create API key
- delete_api_key - Delete api key
get_profile- Get profile :warning: Deprecated- get_sync_settings - Get sync settings
- list_api_keys - List API keys
- update_profile - Update profile
- update_sync_settings - Update all sync settings
supplemental_data
- configure - Configure
- get_configuration - Get configuration
webhooks
Library 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-platform-0.2.0.tar.gz
(38.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codat-platform-0.2.0.tar.gz.
File metadata
- Download URL: codat-platform-0.2.0.tar.gz
- Upload date:
- Size: 38.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
757478fec69a03a634d39ccf7659e52134fde3688c62c022344d52f6be00004e
|
|
| MD5 |
050db273457138e9adc707ee4818df8d
|
|
| BLAKE2b-256 |
d034ad7e301cd48b765e724fadab7eda34ae6fba0478c71c9b589f014207ddcf
|
File details
Details for the file codat_platform-0.2.0-py3-none-any.whl.
File metadata
- Download URL: codat_platform-0.2.0-py3-none-any.whl
- Upload date:
- Size: 100.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95efebebb5d9c627082e36afd118f0a0d4deabbaf1e99cab21e076b8377b9dd2
|
|
| MD5 |
d0a486c4d0eb50819a3e00ad0b2935ee
|
|
| BLAKE2b-256 |
78452411422d779e7f742df4edc45159417604512b9c8d8e2d4cbd9d57803011
|