/
REST API 로 Confluence 연계
REST API 로 Confluence 연계
- Confluence 5.5 이상부터 REST API 제공.
- 사용자 등록, 그룹 관리등 관리용 API 는 제공하지 않음. (등록 자동화는 LDAP 이나 SSO 를 통해 연계 필요)
Browse Content
curl -u admin:adminpwd https://confluence.example.com/confluence/rest/api/content/ | python -mjson.tool
Ref
- PHP용 Confluence REST API 구현물 - https://github.com/lesstif/confluence-rest-api
- Confluence REST API documentation
- Confluence REST API Examples
, multiple selections available,
Related content
curl로 Atlassian JIRA REST API 연계하기
curl로 Atlassian JIRA REST API 연계하기
More like this
REST API 를 사용하여 Confluence Page 를 PDF로 변환하기
REST API 를 사용하여 Confluence Page 를 PDF로 변환하기
More like this
APIDoc 으로 REST API 문서화 하기(REST API documentation) #1
APIDoc 으로 REST API 문서화 하기(REST API documentation) #1
More like this
Confluence Cloud와 slack(슬랙) 연결하기
Confluence Cloud와 slack(슬랙) 연결하기
More like this
nginx 대표 도메인으로 포워딩 하기(www to no-www)
nginx 대표 도메인으로 포워딩 하기(www to no-www)
More like this
Confluence Collaborative editing(공동 편집)
Confluence Collaborative editing(공동 편집)
More like this