Skip to main content

A client for Databus API

Project description

Databus Client

Databus Client is a Python client for making HTTP requests to the Databus API and retrieving JSON data.

Installation

You can install Databus Client using pip:

pip install databus-client

Usage

Get datasheet pack data

from apitable_databus_client import DatabusClient

# Initialize the client with the base URL of the Databus API
host_address = "https://integration.vika.ltd"
client = DatabusClient(host_address)

# Make a GET request to fetch the datasheet pack data
datasheet_id = "dstbUhd5coNXQoXFD8"
result = client.get_datasheet_pack(datasheet_id)

if result:
    print(result)
else:
    print("Request failed.")

develop

python3 -m venv .env
source ./env/bin/active
pip3 install -r requirements.txt
pip3 install twine

build and publish

python3 setup.py sdist
twine upload dist/*

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

zzq-strings-sum-0.5.1.tar.gz (2.5 kB view details)

Uploaded Source

File details

Details for the file zzq-strings-sum-0.5.1.tar.gz.

File metadata

  • Download URL: zzq-strings-sum-0.5.1.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for zzq-strings-sum-0.5.1.tar.gz
Algorithm Hash digest
SHA256 b1483bde6d89e3b193cf5e28d2213a2a6cc92e1e7adc03fe32583f5b6d856a37
MD5 ead3cf7c18968582a725297bd8d85b8d
BLAKE2b-256 dabe51c404e70a0e3b51acdbac2f0eb533780b5679d3b21f5f0c273124a4e0d4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page