Skip to main content

Hexway Hive client

Project description

Hexway Hive client library

Installation

pip install hexway-hive-engine-client

Usage example

import hive_engine
from hive_engine.api.session_api import SessionApi, ApiClient


def auth():
    configuration = hive_engine.Configuration()
    configuration.host = "https://hexway-hive.example.com"

    api_client = ApiClient(configuration)
    session_instance = SessionApi(api_client=api_client)

    session_data = session_instance.session_post_with_http_info(
        body = {
           "userLogin": "hive_user@example.com",
            "userPassword": os.environ["HIVE_PASSWORD"],
        }, 
        async_req=False
    )
    _, _, header_dict = session_data
    return header_dict["set-cookie"]


...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

hexway_hive_engine_client-0.75.0-py3-none-any.whl (534.2 kB view details)

Uploaded Python 3

File details

Details for the file hexway_hive_engine_client-0.75.0-py3-none-any.whl.

File metadata

File hashes

Hashes for hexway_hive_engine_client-0.75.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7b337ce59cd35316e4deeb8c3e714963a60c6c8c5827d0869c9996f99cda2584
MD5 6211abc0e4e20e81191f07ed3a46bfbf
BLAKE2b-256 528e74c59fae4cb58a6af3e60a6e838944c7ac92517884aa614e5d020318a62f

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