Socket
Book a DemoInstallSign in
Socket

guolei-py3-wisharetec

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guolei-py3-wisharetec

慧享(绿城)科技 API

pipPyPI
Version
2.3.1
Maintainers
1

guolei-py3-wisharetec

a python3 library for wisharetec

Example

import diskcache
from guolei_py3_wisharetec.library.scaasp.admin.api import (
    Api as ScaaspAdminApi, UrlSetting as ScaaspAdminApiUrlSetting
)

scaasp_admin_api = ScaaspAdminApi(
    base_url="<BASE URL>",
    username="<USERNAME>",
    password="<PASSWORD>",
    cache_instance=diskcache.Cache()
)

community_by_paginator = scaasp_admin_api.login().get(
    path=ScaaspAdminApiUrlSetting.QUERY_COMMUNITY_BY_PAGINATOR,
    params={
        "curPage": 1,
        "pageSize": 20
    }
)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts