极态官方授权Api的SDK
Project description
JitSDK
极态官方现内置API授权元素,允许您的应用程序轻松实现对外提供API接口服务。此外,我们还提供了一套全面的SDK,帮助您快速、便捷地接入并使用这些经过授权的API接口
使用方法
- 添加依赖
pip install wanyun_JitSdk
- 在授权方获取授权信息
调用url: http://demoain/api/orgId/appName
accessKey: xxxx
accessSecret: xxxxxxxxxxxxxxxx
- 在您的项目中导入,并使用,可以参考demo文件
authApi = JitApi("http://demoain/api/orgId/appName")
authApi.setAccessKey("xxxx")
authApi.setAccessSecret("xxxxxxxxxxxxxxxx")
authApi.setApi("services.MySvc.func1")
req = JitApiRequest()
req.setMethod("POST")
req.setParams({})
resp = req.execute(authApi)
print(resp.data)
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
wanyun_jitsdk-1.0.5.tar.gz
(6.2 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 wanyun_jitsdk-1.0.5.tar.gz.
File metadata
- Download URL: wanyun_jitsdk-1.0.5.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfe2f8a72f81c5c70a331a5354246d23b30b247a00fcc48a4ea06216e40e2961
|
|
| MD5 |
83b4cc919a9604fac9f7716f8c5680da
|
|
| BLAKE2b-256 |
adc7f8a6163e9b57b8bbdd903feb86e1d64ba08a0f1b3d0bf4fcbd0b7e52072c
|
File details
Details for the file wanyun_JitSdk-1.0.5-py3-none-any.whl.
File metadata
- Download URL: wanyun_JitSdk-1.0.5-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b26785f1e48877d50d9ab534816711c84dfc6ade29c2b488efd5055f47b5c2b
|
|
| MD5 |
2cf319d11843016c80ad3930c1fdfc57
|
|
| BLAKE2b-256 |
0a25ae0c1d27c2740bbf4635e2e48bf885e5d0e2d48575d898f5870af632c31b
|