Python Client SDK Generated by Speakeasy
Project description
codat-common
SDK Installation
pip install codat-common
SDK Example Usage
import codat
from codat.models import operations, shared
s = codat.Codat(
security=shared.Security(
auth_header="YOUR_API_KEY_HERE",
),
)
req = operations.CreateCompanyRequestBody(
description="unde",
name="deserunt",
)
res = s.companies.create_company(req)
if res.create_company_200_application_json_object is not None:
# handle response
SDK Available Operations
companies
create_company
- Create companydelete_company
- Delete a companyget_company
- Get companylist_companies
- List companiesupdate_company
- Update company
connections
create_data_connection
- Create a data connectiondelete_company_connection
- Delete connectionget_company_authorization
- Update authorizationget_company_connection
- Get connectionlist_company_connections
- List connectionsunlink_company_connection
- Unlink connection
data_status
get_companies_company_id_data_status
- Get data statusget_company_data_history
- Get pull operationsget_pull_operation
- Get pull operation
integrations
get_integrations_platform_key
- Get integrationget_integrations_platform_key_branding
- Get brandinglist_integrations
- List integrations
push_data
get_companies_company_id_connections_connection_id_push
- List push optionsget_companies_company_id_push
- List push operationsget_companies_company_id_push_push_operation_key
- Get push operation
refresh_data
create_many_pull_operations
- Queue pull operationscreate_pull_operation
- Queue pull operation
settings
get_profile_sync_settings
- Get sync settingsget_settings_profile
- Get profilepost_profile_sync_settings
- Update all sync settingsput_profile
- Update profile
webhooks
create_rule
- Create webhookget_webhook
- Get webhooklist_rules
- List 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.4.0.tar.gz
(31.1 kB
view details)
Built Distribution
File details
Details for the file codat-common-0.4.0.tar.gz
.
File metadata
- Download URL: codat-common-0.4.0.tar.gz
- Upload date:
- Size: 31.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 | 358918f5c45bae0c115583ca1c2642994e16b02df13dac633f97c31d20725d53 |
|
MD5 | dc7eb4b9868c3d39e5570b7e0d5ea385 |
|
BLAKE2b-256 | 0ca8ea4f371174f2b720cab01fca6ba9710b31cb93b02b6dd944c3618bf59448 |
File details
Details for the file codat_common-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: codat_common-0.4.0-py3-none-any.whl
- Upload date:
- Size: 63.4 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 | a6b7fed3f712e9857a310ffa8a2b64cec313f0f94fa2098073fd7a953ac23ff5 |
|
MD5 | 96611f45329f834a301226563ca39b34 |
|
BLAKE2b-256 | 02b46829a55d0de7a9c22fb1b35886f12851f57e850ffda8b8dee16fdb841f55 |