VaultSens SDK for API key uploads and file management
Project description
vaultsens-sdk
Python SDK for VaultSens. API key + secret authentication with file upload and management helpers.
Install
pip install vaultsens-sdk
Usage
from vaultsens_sdk import VaultSensClient
client = VaultSensClient(
base_url="https://api.vaultsens.com",
api_key="fs_xxx",
api_secret="sk_xxx",
)
response = client.upload_file("./photo.png", name="marketing-hero", transform=True)
print(response)
API
upload_file(path, name=None, transform=None)upload_files(paths, name=None, transform=None)list_files()get_file_metadata(file_id)update_file(file_id, path, name=None, transform=None)delete_file(file_id)get_metrics()build_file_url(file_id, **options)
Docs
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
vaultsens_sdk-0.1.1.tar.gz
(3.8 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
File details
Details for the file vaultsens_sdk-0.1.1.tar.gz.
File metadata
- Download URL: vaultsens_sdk-0.1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87ade76f6a8c3e63880c9c758e39477f29cd6cbd465886ede41102738a76989b
|
|
| MD5 |
fe7501e0258e6639e51df77b1aaeeaa7
|
|
| BLAKE2b-256 |
4945779f7b0974780217e4e41d26d1ad63e2442d2726d702a07b6db8e2417577
|
File details
Details for the file vaultsens_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: vaultsens_sdk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5152df9233bb03efd46f8cad1ecdbcf90176a6547f8e3b6b34d4bfcbc8904e45
|
|
| MD5 |
394f0fa5964f511886c2fc15676d74f4
|
|
| BLAKE2b-256 |
c6a9a6055b8cbadfcee9442ee081fad0ccad27a170c5cad4ae77c843b7a5b5d8
|