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第三方库


热门话题
HTTP标头的java InputStream未终止   java测试SpringWebListener   具有定义的替换编号Java的regex ReplaceAll   在java中使用contains()方法   java在选择查询中使用JoinColumn字段   具有用户的java Start-stop demon不是以给定用户启动   java glBufferData生成GL\u无效\u操作   java中循环代码的循环   Java位无符号移位(>>>>)会产生奇怪的结果   java HQL使用点分隔符从select获取结果   条纹、弹簧、玩耍(或?):使用哪种高性能Java框架?   广播接收机中的java停止服务   java回收器视图占据整个屏幕。不在上面显示我的UI元素   java使MySQL查询更快   java MappedByteBuffer查询   java递归算法问题