No project description provided
Project description
fountain_life_service_clients
Auto-generated fully-typed Python API clients for the Fountain Life ecosystem.
Installation
pip install fountain-life-service-clients
Usage
fountain_life_service_clients supports calling a service's API directly via
the service Lambda function.
import json
from fountain_life_service_clients.file_service import FileServiceClient
# A well-typed service client that already knows which Lambda and
# path to call. Custom Alpha options can optionally be supplied as well.
file_service = FileServiceClient(
headers={
"LifeOmic-Account": "fountainlife",
"LifeOmic-Policy": json.dumps(
{"rules": {"readData": True}}
),
}
)
res = await file_service.list_files({})
print(res.status_code)
# `res.body` is well-typed.
items = res.body["items"]
Migration Guide
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 fountain_life_service_clients-3.33.0.tar.gz.
File metadata
- Download URL: fountain_life_service_clients-3.33.0.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.0 CPython/3.13.7 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fc2abf76d9395d3a35e048499bcc3c0066e4da00f6929d6575e63624952a4ea
|
|
| MD5 |
fe170fc65c275178f8503fdc7b90dc76
|
|
| BLAKE2b-256 |
f3dbdcf46c7781274ab6c6ab5c4132abe5a83fd9d24107798bb92e2076df9e34
|
File details
Details for the file fountain_life_service_clients-3.33.0-py3-none-any.whl.
File metadata
- Download URL: fountain_life_service_clients-3.33.0-py3-none-any.whl
- Upload date:
- Size: 34.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.0 CPython/3.13.7 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c5b53fa03e6f3f054396ca8fb7565713a03f066fcd0fb9ccfc780c4492257da
|
|
| MD5 |
7981cf7428adbc6302e62fc6bef09856
|
|
| BLAKE2b-256 |
d99ce8b692981e50288b4008d877860c7f92edb5d1fe060f8262b05d36ade3d3
|