Python client for website-service API (Proprietary)
Project description
Website-service Client
Proprietary Python client for the website-service API.
Installation
pip install hosting-platform-website-client
Usage
from website_service_client import ApiClient, Configuration
from website_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_website_client-1.0.0.tar.gz.
File metadata
- Download URL: hosting_platform_website_client-1.0.0.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
796d1cf42b2ca347d104a945ea04f092dc8dcfdf50c85339ff8438712b1db0c4
|
|
| MD5 |
a7cbda78cab482bf91d50d22d6275245
|
|
| BLAKE2b-256 |
96e2a2bf50801912c10b5882b9d842fe5ab3080e287a3db1b97d4c5443f58bc0
|
File details
Details for the file hosting_platform_website_client-1.0.0-py3-none-any.whl.
File metadata
- Download URL: hosting_platform_website_client-1.0.0-py3-none-any.whl
- Upload date:
- Size: 29.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 |
c715dccfc54e4c6c787bd29d43fa3dfffcb1e8c89e5a01f2faa52c01a2bba250
|
|
| MD5 |
5c30b853015f02fc1e6a7f1370af24bb
|
|
| BLAKE2b-256 |
8b56a0676435c28bf98ee4a02b00e85ef595db83a44b1f9684d7360f3bcc10f5
|