Skip to main content

PLCloud API SDK

Project description

宝德云API SDK (http://console.plcloud.com)

Latest Version Downloads

依赖

  1. python-keystoneclient >= 0.8.0

提供的SDK有

  1. CDN (CDN服务)

  2. Ticket (工单服务)

使用概述

  1. 公共参数::
  2. 认证:

    >>> from plcloudclient.v1_0 import client
    >>> username='demo'
    >>> password='secreetword'
    >>> tenant_name='demo'
    >>> auth_url='http://api.plcloud.com:5001/v2.0'
    >>> plcloud = client.Client(username=username, password=password,
    ...                         tenant_name=tenant_name, auth_url=auth_url)
  3. 调用函数(如显示所有CDN域名):

    >>> from plcloudclient.v1_0 import client
    >>> plcloud = client.Client(...)
    >>> plcloud.cdn.list()

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

python-plcloudclient-1.3.0.tar.gz (14.0 kB view hashes)

Uploaded Source

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