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.2.1.tar.gz (15.5 kB view details)

Uploaded Source

Built Distribution

fabra-0.2.1-py3-none-any.whl (31.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for fabra-0.2.1.tar.gz
Algorithm Hash digest
SHA256 ec0d0c44647924745d0317cd880b7440ef4f4ab1994f109931606bb46eb1c073
MD5 d443cdd7490ed63e039537cba4b83d33
BLAKE2b-256 f976bad03d1284660cce99f41eb87eaa2929e37940439f6e86e69d32b2940812

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fabra-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 31.1 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.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4bc46af604a3a83a318462dbe8b1121e118a7c89f20f0e9c54f2a89f583f35b9
MD5 34fe72ead903ade4e618d0a504d8e5a5
BLAKE2b-256 f01e15a1d6334524c24443ca70c5ea33667aedc71978bfbe942e6cf06dfd2e81

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