문서의 선택한 두 판 사이의 차이를 보여줍니다.
kb:atlassian-python-api [2020/04/22 17:51] excel96 |
kb:atlassian-python-api [2020/04/22 17:52] (현재) excel96 |
||
---|---|---|---|
줄 54: | 줄 54: | ||
from atlassian import Confluence | from atlassian import Confluence | ||
- | c = Confluence(url='http://wiki.sgr.com/', username='seongmkim', password='xxxx') | + | c = Confluence(url='http://wiki.somewhere.com/', username='seongmkim', password='xxxx') |
parent_id = c.get_page_id(space='~seongmkim', title=u'김성민’s Home'.encode('utf-8')) | parent_id = c.get_page_id(space='~seongmkim', title=u'김성민’s Home'.encode('utf-8')) | ||
줄 69: | 줄 69: | ||
from atlassian import Confluence | from atlassian import Confluence | ||
- | c = Confluence(url='http://wiki.sgr.com/', username='seongmkim', password='xxxx') | + | c = Confluence(url='http://wiki.somewhere.com/', username='seongmkim', password='xxxx') |
page_space = '~seongmkim' | page_space = '~seongmkim' | ||
줄 109: | 줄 109: | ||
from atlassian import Confluence | from atlassian import Confluence | ||
- | c = Confluence(url='http://wiki.sgr.com/', username='seongmkim', password='xxxx') | + | c = Confluence(url='http://wiki.somewhere.com/', username='seongmkim', password='xxxx') |
page_space = '~seongmkim' | page_space = '~seongmkim' | ||
줄 162: | 줄 162: | ||
"_links": { | "_links": { | ||
"edit": "/pages/resumedraft.action?draftId=92275574", | "edit": "/pages/resumedraft.action?draftId=92275574", | ||
- | "self": "http://wiki.sgr.com/rest/api/content/92275574", | + | "self": "http://wiki.somewhere.com/rest/api/content/92275574", |
"tinyui": "/x/dgOABQ", | "tinyui": "/x/dgOABQ", | ||
- | "base": "http://wiki.sgr.com", | + | "base": "http://wiki.somewhere.com", |
"webui": "/display/~seongmkim/hello+world", | "webui": "/display/~seongmkim/hello+world", | ||
"context": "", | "context": "", |