Skip to main content

Python Client SDK Generated by Speakeasy

Project description

Fabra Python SDK

Use the Fabra API to build customer-facing data warehouse integrations to let your customers start sending data to your application. Unblock your sales pipeline in days, not months.

SDK Installation

pip install fabra

SDK Example Usage

import fabra
from fabra.models import operations, shared

s = fabra.Fabra()
s.config_security(
    security=shared.Security(
        api_key_auth=shared.SchemeAPIKeyAuth(
            api_key="YOUR_API_KEY_HERE",
        ),
    )
)
   
req = operations.GetNamespacesRequest(
    query_params=operations.GetNamespacesQueryParams(
        connection_id=548814,
    ),
)
    
res = s.connection.get_namespaces(req)

if res.get_namespaces_200_application_json_object is not None:
    # handle response

SDK Available Operations

connection

  • get_namespaces - Get all namespaces
  • get_schema - Get schema for table
  • get_tables - Get all tables

destination

  • create_destination - Create a new destination
  • get_destinations - Get all destinations

object

  • create_object - Create a new object
  • get_objects - Get all objects

source

  • create_source - Create a new source
  • get_sources - Get all sources

sync

  • create_sync - Create a new sync
  • get_syncs - Get all syncs

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

fabra-0.1.3.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

fabra-0.1.3-py3-none-any.whl (30.0 kB view details)

Uploaded Python 3

File details

Details for the file fabra-0.1.3.tar.gz.

File metadata

  • Download URL: fabra-0.1.3.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for fabra-0.1.3.tar.gz
Algorithm Hash digest
SHA256 eba6dab607a8acbbbfb364043e32aee3f3f8ffde0ba8062dfc35f87f06917d62
MD5 e9c94aa120323c392c47352f1f90d035
BLAKE2b-256 8e7b7dcaf749c54480acd5f7bbae474106e744c7eb4b2c166391b1e3cf245af5

See more details on using hashes here.

File details

Details for the file fabra-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: fabra-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 30.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for fabra-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3ddc916382fb15b8b750ae4944380f28093c8638b1a465f3ba69fed131e992fa
MD5 7392a3ea55f952953f4191a93ba5e1b6
BLAKE2b-256 5f78e533af2de6af999d0521695600f61f07b7c0c5e57195a3b901fa2336dee1

See more details on using hashes here.

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