用于python的合流rest api客户端

pyfluence的Python项目详细描述


#pyfluence
----
Atlassian Confluence的Python2.7 rest API客户端

<;!--[![构建状态](https://travis-ci.org/pygithub/pygithub.svg?branch=master)(https://travis ci.org/pygithub/pygithub)-->;
<;!--[![pypi](https://img.shields.io/pypi/dm/pygithub.svg)(https://pypi.python.org/pypi?%3action=search&;term=pygithub&;submit=search)-->;
<;!--[![阅读文档](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)(http://pygithub.readthedocs.org/en/stable)-->;
<;!--[![许可证](https://img.shields.io/badge/license lgpl blue.svg)(https://en.wikipedia.org/wiki/gnu lesser_general_public_license)-->;


这个库允许您使用其rest api查看、编辑和删除Atlassian Confluence实例中的实体

[Confluence api v3]:https://docs.atlassian.com/confluence/rest/latest/
[Confluence]:https://www.atlassian.com/software/confluence




然后在这个空间中创建一个页面
content-ob=confluence.创建内容(
space-key=space-ob['key'],
type=“page”,
title=“测试父页”,
html-markup=<;h1>;这是一个测试页<;h1>;,



;然后您可以更新页面
self.confluence.update内容(
br/>space key=space-ob['key''key'],
style/>html
html>;这是一个测试页<;这是一个测试页>space_key=space_ob[“key”],
id=content_ob[“id”],
html_markup=“<;h1>;这是一个更新,
update_type=co.update_replace
)”
````

您可以按照以下说明操作:
https://developer.atlassian.com/server/framework/atlassian sdk/downloads/

unittest pyfluence/tests/test_confluence.py

>在此处查看汇流:






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

推荐PyPI第三方库


热门话题
datetime如何使用JodaTime在Java中设置时间属性   java固定算法的性能时间   java如何从JMenu中获取所选项以更改文本区域的文本颜色?   java配置单元UDF传递数组<string>作为参数   javaapachebeam和BigQuery   java与PrintWriter之间的差异。printf和PrintWriter。格式方法   继承如何处理按Java版本更改的导入,以及在多个版本上编译   xml java。lang.noClassDefFoundant生成错误   java如何使用包含映射的JSON发送POST请求?   java如何在任何应用程序的JAR文件中绑定MySql数据库?   Java脚本解释器   sslhttpclientjava。网SocketException:未实现未连接的socket   java如何为Android应用程序创建类似于Cron作业的东西   java JButton+radiobox+复选框   java内存管理将文件写入内存   java这是计算对象实例的有效方法吗?   用于死锁情况的java代码?   JavaSpring容器作为新实体插入,而不是存储在表中