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.3.tar.gz
(7.1 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.3.tar.gz.
File metadata
- Download URL: one2x_sdk-0.0.3.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66685bf727fb966c72f482450a859918c960ba4dec2b337f6858b503ab807896
|
|
| MD5 |
46fa3a98b02869f4056a7e776258d847
|
|
| BLAKE2b-256 |
2c26a8bbaafdcdd34bea5b2328ae527a1c4638375a31f3c33bc9927578f33198
|
File details
Details for the file one2x_sdk-0.0.3-py3-none-any.whl.
File metadata
- Download URL: one2x_sdk-0.0.3-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54948474ea847e6ec1a292737d91bc35e180af30749e83bf3af881ad11d93b0d
|
|
| MD5 |
a2f1f790940f65543cfff938ac9de4cd
|
|
| BLAKE2b-256 |
283c4f5d53500754bde2dc9fb68100b2fb25ab81d896c25ac65dd26838c10e74
|