CloudGenix AppFabric的python2和python3 sdk

cloudgenix的Python项目详细描述


cloudgenix python sdk v5.1.1b1

CloudGenix AppFabric的python2和python3 sdk

概要

旨在成为cloudgenix api周围的小型轻量级sdk包装器,以便于使用。 初始版本要求知道post/put/patch操作的json/dict对象。

要求

代码示例

带有example.py,显示了获取站点json列表的用法。

超级简化的示例代码(在~4行代码中重写example.py):

# Import the CloudGenix SDK API constructor and JSON response pretty printerfromcloudgeniximportAPI,jd# Instantiate the CloudGenix API constructorcgx_sess=API()# Call CloudGenix API login using the Interactive helpers (Handle SAML2.0 login and MSP functions too!).cgx_sess.interactive.login()# Print a dump of the list of sites for your selected accountjd(cgx_sess.get.sites())

许可证

麻省理工学院

版本

VersionBuildChanges
5.1.1b1Support for November 2018 Controller release.
5.0.3b2Enhanced REST API retry handling and options.
b1Support for September 2018 Controller release.
5.0.1b1Support for July 2018 Controller release, New version notifications, Depreciate legacy _single functions.
4.7.1b1Support for May 2018 Controller release.
4.6.1b1Support for Mar 2018 Controller release.
4.5.7b1Support for Feb 2018 Controller release, Bugfix for issue #4
4.5.5b4Bugfix for certain POST APIs, other minor fixes.
b3CA Pinning update, *_single function deprecation, add missed 'security' extras requirement.
b2Various fixes and cleanup for public release.
b1Update for 15/12/2017 API additions.
4.5.3b2Initial Internal Release.

有关详细信息

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

推荐PyPI第三方库


热门话题
如何使用Java中的扫描仪读取文本文件中的特定字符?   java如果我们在hibernate中开始事务但不提交它,会发生什么?   Azure CosmosDB Java Springboot中的无服务器帐户不支持spring boot设置提供吞吐量或容器自动导航   附加到新对象的Java注释?   java如何将自定义文本视图添加到。在Kotlin中添加通知操作   java Shibboleth添加_OpenSAMLcookies,导致HTTP头大小>8k   分布式传感器数据(~40Hz)的高效Java观测器设计   java如何在while循环外声明数组,但在while循环中初始化它?   用@XmlElementRef注释的java元素没有显示在JAXB编组字符串中?   java替换二维数组的值   java如何在任务栏上创建Windows7加载栏   java如何在组件注释bean中使用会话或RequestScope bean?   java netbeans freermarker插件错误:在实现版本中请求netbeans桥的插件Lexer   java谷歌地图方向。加载失败,返回服务器错误   java当我试图递归地计算两个值之间的整数之和时,为什么结果返回一个奇怪的值?   java如何通过html文件的用户获取运行时输入,以使用Jsoup进行解析?