wanyun-JitSdk


Namewanyun-JitSdk JSON
Version 1.0.7 PyPI version JSON
download
home_pageNone
SummaryOfficial Jit API Authorization SDK
upload_time2025-10-20 03:31:08
maintainerNone
docs_urlNone
authorzangtao
requires_pythonNone
licenseNone
keywords python jit sdk apiauth
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
 1. Install Dependencies

~~~
pip install wanyun_JitSdk
~~~

2. Obtain Authorization Credentials from the Authorization Provider
~~~
API URL: http://demoain/api/orgId/appName
accessKey: xxxx
accessSecret: xxxxxxxxxxxxxxxx
~~~

4. Import and Use in Your Project (refer to the demo file)
~~~ python
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)
~~~

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wanyun-JitSdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, jit, sdk, apiAuth",
    "author": "zangtao",
    "author_email": "support@jit.pro",
    "download_url": "https://files.pythonhosted.org/packages/21/07/6b71c802eacc11696f5988cc8c59c11a9e734fcae70970e469b6aa230b1b/wanyun_jitsdk-1.0.7.tar.gz",
    "platform": null,
    "description": "# JitSDK\n\nJit 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.\n\n## Usage\n 1. Install Dependencies\n\n~~~\npip install wanyun_JitSdk\n~~~\n\n2. Obtain Authorization Credentials from the Authorization Provider\n~~~\nAPI URL: http://demoain/api/orgId/appName\naccessKey: xxxx\naccessSecret: xxxxxxxxxxxxxxxx\n~~~\n\n4. Import and Use in Your Project (refer to the demo file)\n~~~ python\nauthApi = JitApi(\"http://demoain/api/orgId/appName\")\nauthApi.setAccessKey(\"xxxx\")\nauthApi.setAccessSecret(\"xxxxxxxxxxxxxxxx\")\nauthApi.setApi(\"services.MySvc.func1\")\n\nreq = JitApiRequest()\nreq.setMethod(\"POST\")\nreq.setParams({})\nresp = req.execute(authApi)\nprint(resp.data)\n~~~\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Official Jit API Authorization SDK",
    "version": "1.0.7",
    "project_urls": null,
    "split_keywords": [
        "python",
        " jit",
        " sdk",
        " apiauth"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ef4b8c00452596eefa527de82c7ffe9505ed58f9fd933074bf26423cd4a8cb28",
                "md5": "585d267fa4498aeaf3061a6d6608374b",
                "sha256": "7f3b3367d606bc0a99b1b57dfbc007a67588ebc49a416b6ce9febe74166c754a"
            },
            "downloads": -1,
            "filename": "wanyun_jitsdk-1.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "585d267fa4498aeaf3061a6d6608374b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8397,
            "upload_time": "2025-10-20T03:31:07",
            "upload_time_iso_8601": "2025-10-20T03:31:07.074524Z",
            "url": "https://files.pythonhosted.org/packages/ef/4b/8c00452596eefa527de82c7ffe9505ed58f9fd933074bf26423cd4a8cb28/wanyun_jitsdk-1.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "21076b71c802eacc11696f5988cc8c59c11a9e734fcae70970e469b6aa230b1b",
                "md5": "64fa866a1d631acf3d9d79d83e54cd70",
                "sha256": "3e30b885192815492ae3a442a6b2d091eed13e19b642b77d8c7ba24ef5a1e8e9"
            },
            "downloads": -1,
            "filename": "wanyun_jitsdk-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "64fa866a1d631acf3d9d79d83e54cd70",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6158,
            "upload_time": "2025-10-20T03:31:08",
            "upload_time_iso_8601": "2025-10-20T03:31:08.375741Z",
            "url": "https://files.pythonhosted.org/packages/21/07/6b71c802eacc11696f5988cc8c59c11a9e734fcae70970e469b6aa230b1b/wanyun_jitsdk-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-20 03:31:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wanyun-jitsdk"
}
        
Elapsed time: 0.76122s