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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hosting_platform_auth_client-1.0.0.tar.gz.
File metadata
- Download URL: hosting_platform_auth_client-1.0.0.tar.gz
- Upload date:
- Size: 22.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
142eec85366fa8ec46b7078fdc6f1d06432d2f13668bf3fb5780ceb6263fe287
|
|
| MD5 |
c15f7f706a34bbee714fac65e4c02e1f
|
|
| BLAKE2b-256 |
addc701c82568814dd3055e7e5e5ce095fe51c192c94554a8d8c52bdc7fa081c
|
File details
Details for the file hosting_platform_auth_client-1.0.0-py3-none-any.whl.
File metadata
- Download URL: hosting_platform_auth_client-1.0.0-py3-none-any.whl
- Upload date:
- Size: 33.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d20cbfa165007e6ecab59504df2537562c8dfad7c7be809a79e71e125658f43e
|
|
| MD5 |
2af5c42df5c8fd9af252725de316dae1
|
|
| BLAKE2b-256 |
2fdf12c4d474c5d3685a5e9d69fd74b75ce37161c495c81b446b88a42f0d5ad1
|