Python client for the Apphub API
Project description
Fission Python Client
This is an auto-generated Python client for the Fission API.
Installation
pip install -r requirements.txt
Usage
from apphub_client import Configuration, ApiClient
from apphub_client.api import ApphubV1Api
# Configure API client
configuration = Configuration(host="YOUR_FISSION_SERVER_URL")
api_client = ApiClient(configuration)
# Create an instance of the API class
api_instance = ApphubV1Api(api_client)
# Example: List functions
try:
api_response = api_instance.list_apphub_v1_function_for_all_namespaces()
print(api_response)
except Exception as e:
print("Exception when calling ApphubV1Api: %s\n" % e)
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
apphub_client-0.1.0.tar.gz
(271.5 kB
view details)
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
apphub_client-0.1.0-py3-none-any.whl
(406.3 kB
view details)
File details
Details for the file apphub_client-0.1.0.tar.gz.
File metadata
- Download URL: apphub_client-0.1.0.tar.gz
- Upload date:
- Size: 271.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1cbeffd9f4f1078a2d15789b93c3e4646ff90a9f0d9b5fe3956648e96194fb8
|
|
| MD5 |
6ac9ecf0d13eef6ca9298e01f10f63ac
|
|
| BLAKE2b-256 |
0f29c8481517f5e0817592812701e4143c3f414c24fa98695dbd423afa782592
|
File details
Details for the file apphub_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: apphub_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 406.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80b49ace404ed36a2763c6526308fbe05ea55c61d0922d57efb0a86d81509f68
|
|
| MD5 |
7bfcbae2fc02f251e75ba3bcc5a6a7f1
|
|
| BLAKE2b-256 |
1fa8ac0fd2f90e208d82b5f0ecefd72c3f3754104f0d681007917dfd9296fd14
|