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

Uploaded Source

Built Distribution

fabra-0.5.1-py3-none-any.whl (31.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for fabra-0.5.1.tar.gz
Algorithm Hash digest
SHA256 77126c572cd995acb2493b0b17b5e3a647be9f46f30e43f0c1c8f38b894c3a2d
MD5 3f11f5818e7333f09027476178dffa47
BLAKE2b-256 439fea9f00ab2478f32d17246b7919c239615317691d598d4723c73d36eee5f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fabra-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 31.7 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.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 43811d79b46462400fb4fdef0d1830d5dad85749bbecb9ff9bd253763126cb60
MD5 4b14c4164cc06f40f7066fe961ab173e
BLAKE2b-256 4c84092246bd3e7aaa913ad1f9a65c5644e5dd0de221816832faff15a60a8c0b

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