Skip to main content

Python client for auth-service API (Proprietary)

Project description

Auth-service Client

Proprietary Python client for the auth-service API.

Installation

pip install hosting-platform-auth-client

Usage

from auth_service_client import ApiClient, Configuration
from auth_service_client.api import DefaultApi

# Configure the client
configuration = Configuration(
    host="http://localhost:5001"  # Replace with your service URL
)

# Create API client
with ApiClient(configuration) as api_client:
    api_instance = DefaultApi(api_client)
    
    # Use the API...
    try:
        response = api_instance.health_get()
        print("Service is healthy:", response)
    except Exception as e:
        print("Error:", e)

License

This software is proprietary and confidential. Unauthorized copying, distribution, or use is strictly prohibited.

Version: 1.0.0

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

hosting_platform_auth_client-1.0.0.tar.gz (22.2 kB view details)

Uploaded Source

Built Distribution

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

hosting_platform_auth_client-1.0.0-py3-none-any.whl (33.5 kB view details)

Uploaded Python 3

File details

Details for the file hosting_platform_auth_client-1.0.0.tar.gz.

File metadata

File hashes

Hashes for hosting_platform_auth_client-1.0.0.tar.gz
Algorithm Hash digest
SHA256 142eec85366fa8ec46b7078fdc6f1d06432d2f13668bf3fb5780ceb6263fe287
MD5 c15f7f706a34bbee714fac65e4c02e1f
BLAKE2b-256 addc701c82568814dd3055e7e5e5ce095fe51c192c94554a8d8c52bdc7fa081c

See more details on using hashes here.

File details

Details for the file hosting_platform_auth_client-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for hosting_platform_auth_client-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d20cbfa165007e6ecab59504df2537562c8dfad7c7be809a79e71e125658f43e
MD5 2af5c42df5c8fd9af252725de316dae1
BLAKE2b-256 2fdf12c4d474c5d3685a5e9d69fd74b75ce37161c495c81b446b88a42f0d5ad1

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