import confluence_rest as con
auth_creds = ('username', 'password')
page_id = '12345678'
page_data = con.get_confluence_page(page_id, auth_creds)
new_content_string = "<h1>Ni hao</h1>"
new_page_data = con.edit_page_content(page_data,new_content_string)
con.post_to_confluence(new_page_data, auth_creds)
forked from joshnewlan/Confluence-REST
-
Notifications
You must be signed in to change notification settings - Fork 0
Helper library for confluence scripting in python
License
powerdefy/Confluence-REST
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Helper library for confluence scripting in python
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%