Skip to main content

rongyingyun Paas SDK Library for Python

Project description

PaasSdk-Python

介绍

融营智能Python SDK是官方软件开发工具包。它使您的Python应用程序、库或脚本与融营智能服务集成变得很容易。

此模块适用于Python版本:

3及以上版本

软件架构

融营智能 python Sdk

安装教程

  1. pip install RongyingPaasSdk==1.1.2

使用说明

  1. 引用Sdk组件

        from PaasSdk.CreateRequestClient import CreateRequestClient as Client
        from PaasSdk.Config import Config as Config
        from PaasSdk import RequestModel as models
    
  2. 调用方法

        config = Config(AccountSid='您的账户Sid',                                    
                        AccountToken='您的账户Token')                                
        client = Client(config)                    
        request = models.CreateApplicationsRequestModel(AppName="python测试") 
        info = client.CreateApplications(request)
    

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

RongyingPaasSdk-1.1.3.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

RongyingPaasSdk-1.1.3-py3-none-any.whl (12.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page