配置API

cloudmersive-configuration-api-client的Python项目详细描述


cloudmersive_配置_api_客户端

ConfigAPI允许您轻松地管理大规模配置。在

这个Python包为Cloudmersive Configuration提供了一个本机API客户机

  • API版本:v1
  • 软件包版本:3.0.1
  • 生成包:io.swagger.codegen.语言.PythonClientCodegen在

要求

Python 2.7和3.4+

安装和使用

pip安装

如果python包托管在Github上,则可以直接从Github安装

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(您可能需要使用根权限运行pipsudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

然后导入包:

^{pr2}$

设置工具

通过Setuptools安装。在

python setup.py install --user

(或sudo python setup.py install为所有用户安装软件包)

然后导入包:

importcloudmersive_configuration_api_client

入门

请按照installation procedure操作,然后运行以下命令:

from__future__importprint_functionimporttimeimportcloudmersive_configuration_api_clientfromcloudmersive_configuration_api_client.restimportApiExceptionfrompprintimportpprint# Configure API key authorization: Apikeyconfiguration=cloudmersive_configuration_api_client.Configuration()configuration.api_key['Apikey']='YOUR_API_KEY'# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed# configuration.api_key_prefix['Apikey'] = 'Bearer'# create an instance of the API classapi_instance=cloudmersive_configuration_api_client.OrchestratorApi(cloudmersive_configuration_api_client.ApiClient(configuration))request=cloudmersive_configuration_api_client.HttpOrchestrationRequest()# HttpOrchestrationRequest | try:# Orchestrate multiple HTTP API calls with a single API call in the order specified.  Call other Cloudmersive APIs or third party APIs.  For Cloudmersive APIs, the API Key will automatically propogate to the child calls without needing to be set explicitly.  Name each task and reference the output of a previous task in the inputs to a given task.api_response=api_instance.orchestrator_http_simple(request)pprint(api_response)exceptApiExceptionase:print("Exception when calling OrchestratorApi->orchestrator_http_simple: %s\n"%e)

API终结点文档

所有uri都是相对于https://api.cloudmersive.com

ClassMethodHTTP requestDescription
OrchestratorApiorchestrator_http_simplePOST /config/orchestrator/http/simpleOrchestrate multiple HTTP API calls with a single API call in the order specified. Call other Cloudmersive APIs or third party APIs. For Cloudmersive APIs, the API Key will automatically propogate to the child calls without needing to be set explicitly. Name each task and reference the output of a previous task in the inputs to a given task.
SettingsApisettings_create_settingPOST /config/settings/createCreate a setting in the specified bucket
SettingsApisettings_list_settingsPOST /config/settings/listEnumerate the settings in a bucket
SettingsApisettings_update_settingPOST /config/settings/updateUpdate a setting

模型文档

授权文件

阿皮基

  • Type:API密钥
  • API key参数名:Apikey
  • Location:HTTP头

作者

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
安卓hive教程中的java JSONParser,DefaultHttpClient中的NoSuchMethodError   java实现了一个函数来检查链表是否是回文无递归、无堆栈、无反转   java SQLite高分,草率IndexOutofBounds Android   java PermGen以99%的速度猛增,但远不及MaxPermSize   在PHP中重新创建java HashMap函数   java为什么我不能在JFrame上“画画”?   java如何从字符串中转义特殊字符   Java SimpleDateFormat时区偏移量,分钟用冒号分隔   java Actionbar,带有每个选项卡的菜单   PHP加密和解密方法到java的aes转换   java在maven构建期间提供三个属性文件作为输入   java缩短开关块内case语句中的代码行