A lightweight and efficient SDK for interacting with the One2X platform.
Project description
One2x-sdk
SDK for One2x Developer
快速开始
初始化客户端
from one2x_sdk import CoreApiClient
client = CoreApiClient(
base_url="https://api.example.com", # API 基础 URL(可选)
token="your-token", # 认证 Token(可选)
enable_requests=True # 是否启用请求(可选,默认 False)
)
默认配置
- base_url:http://localhost:3000
- token:default-token
- enable_requests:False
可通过以下环境变量覆盖默认配置:
- MEDEO_CORE_API_BASE_URL:API 基础 URL
- MEDEO_CORE_API_AUTH_TOKEN:认证 Token
- MEDEO_CORE_API_ENABLE_REQUESTS:是否启用请求("true" 或 "false")
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
one2x_sdk-0.0.26.tar.gz
(7.7 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 one2x_sdk-0.0.26.tar.gz.
File metadata
- Download URL: one2x_sdk-0.0.26.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2be44f6d7a4ed2d9a32deda749a4643d82c8058a850149a3127529dee30068e3
|
|
| MD5 |
d610114f92c22f6f5faca31dfb9e54ab
|
|
| BLAKE2b-256 |
f34573261e6e5e6b74653180fea4139be9efcd09a117623eb3118d39782382ee
|
File details
Details for the file one2x_sdk-0.0.26-py3-none-any.whl.
File metadata
- Download URL: one2x_sdk-0.0.26-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f936f3d774fbec104efdd5d34bf27dec6868a4007966b7262381a59530639a53
|
|
| MD5 |
c03aa66eff1580f82b2c383e844a6ab8
|
|
| BLAKE2b-256 |
7c64c1ab8a9a0e6b3402e49ac46f5e94a3b295d932c6ef85742feae099fd5df7
|