Skip to main content

Python client for Connector Service API

Project description

Python client

API version: 0.1.0

Requirements

Installation & Usage

  1. If you don't have Poetry installed run:
pip install poetry
  1. Install dependencies:
poetry config virtualenvs.in-project true
poetry install --no-root
  1. Running tests:
poetry run pytest

You can test the application for multiple versions of Python. To do this, you need to install the required Python versions on your operating system, specify these versions in the tox.ini file, and then run the tests:

poetry run tox

Add the tox.ini file to client/.openapi-generator-ignore so that it doesn't get overwritten during client generation.

  1. Building package:
poetry build
  1. Publishing
poetry config pypi-token.pypi <pypi token>
poetry publish

Client generator

To generate the client, execute the following script from the project root folder

poetry --directory server run python ./tools/client_generator/generate.py ./api/openapi.yaml

Command

generate.py <file> [--asyncio]

Arguments

file Specifies the input OpenAPI specification file path or URL. This argument is required for generating the Python client. The input file can be either a local file path or a URL pointing to the OpenAPI schema.

--asyncio Flag to indicate whether to generate asynchronous code. If this flag is provided, the generated Python client will include asynchronous features. By default, synchronous code is generated.

Configuration

You can change the name of the client package in the file /tools/client_generator/config.json.

Add file's paths to client/.openapi-generator-ignore so that it doesn't get overwritten during client generation.

Examples

python generate.py https://<domain>/openapi.json
python generate.py https://<domain>/openapi.json --asyncio
python generate.py /<path>/openapi.yaml
python generate.py /<path>/openapi.yaml --asyncio

Getting Started

Please follow the installation procedure and then run the following:

import ds_connector_service
from ds_connector_service.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = ds_connector_service.Configuration(
    host = "http://localhost"
)



# Enter a context with an instance of the API client
with ds_connector_service.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = ds_connector_service.ContractsApi(api_client)
    body = None # object | 

    try:
        # Validate Contract
        api_response = api_instance.validate_contract(body)
        print("The response of ContractsApi->validate_contract:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling ContractsApi->validate_contract: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
ContractsApi validate_contract POST /contracts/validate Validate Contract
DataProductsApi create_data_product POST /data-products/ Create Data Product
DataProductsApi delete_data_product DELETE /data-products/{connector_id}/{data_product_id}/ Delete Data Product
DataProductsApi get_data_product GET /data-products/{connector_id}/{data_product_id}/ Get Data Product
DataProductsApi get_data_product_content GET /data-products/{connector_id}/{data_product_id}/content Get Data Product Content
DataProductsApi list_data_products GET /data-products/ List Data Products
HealthApi health_check GET /health-check/ Health Check
MonitoringApi get_metrics GET /metrics Metrics
TransactionsApi log_transaction POST /transactions/ Log Transaction

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author

all-hiro@hiro-microdatacenters.nl

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

ds_connector_client-0.1.0.tar.gz (25.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ds_connector_client-0.1.0-py3-none-any.whl (49.5 kB view details)

Uploaded Python 3

File details

Details for the file ds_connector_client-0.1.0.tar.gz.

File metadata

  • Download URL: ds_connector_client-0.1.0.tar.gz
  • Upload date:
  • Size: 25.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.11.5 Windows/10

File hashes

Hashes for ds_connector_client-0.1.0.tar.gz
Algorithm Hash digest
SHA256 60a8586ce5b90e013e1b1b278df77f452b7bcc6c793421aa338508eccbeeb9cf
MD5 5d9ef9125efd55734a65dd4a4c101b0e
BLAKE2b-256 7851ab415d9b5ae91c4d04faf1a6713a9b8713ba119359094622be0ae051b143

See more details on using hashes here.

File details

Details for the file ds_connector_client-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ds_connector_client-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3966f9abdc25263af313ba33256339e2098c1c6ce254be39f893ae0ca3ec11aa
MD5 8845e47565ec0c23f3c9d1dfe2387813
BLAKE2b-256 5d3637fd86cc1b4b84c3852425a737405b03c01a04cf4ce165ef929c391793ed

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