Official Jit API Authorization SDK
Project description
JitSDK
Jit officially provides built-in API authorization components, enabling your applications to easily implement external API interface services. Additionally, we offer a comprehensive SDK to help you quickly and conveniently integrate and use these authorized API interfaces.
Usage
- Install Dependencies
pip install wanyun_JitSdk
- Obtain Authorization Credentials from the Authorization Provider
API URL: http://demoain/api/orgId/appName
accessKey: xxxx
accessSecret: xxxxxxxxxxxxxxxx
- Import and Use in Your Project (refer to the demo file)
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
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.7.tar.gz.
File metadata
- Download URL: wanyun_jitsdk-1.0.7.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e30b885192815492ae3a442a6b2d091eed13e19b642b77d8c7ba24ef5a1e8e9
|
|
| MD5 |
64fa866a1d631acf3d9d79d83e54cd70
|
|
| BLAKE2b-256 |
21076b71c802eacc11696f5988cc8c59c11a9e734fcae70970e469b6aa230b1b
|
File details
Details for the file wanyun_jitsdk-1.0.7-py3-none-any.whl.
File metadata
- Download URL: wanyun_jitsdk-1.0.7-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f3b3367d606bc0a99b1b57dfbc007a67588ebc49a416b6ce9febe74166c754a
|
|
| MD5 |
585d267fa4498aeaf3061a6d6608374b
|
|
| BLAKE2b-256 |
ef4b8c00452596eefa527de82c7ffe9505ed58f9fd933074bf26423cd4a8cb28
|