Closed juancki closed 6 months ago
This repo worked for me to make calls to the Atlassian endpoint using SSL in the past until recently.
My usage is fairly simple:
python "md_to_conf/md2conf.py" "markdown.md" ENG \ -o $ORG --title "$PAGE_TITLE" -a "$ANCESTOR_PAGE" \ -u "$CONFLUENCE_USERNAME" -p "$CONFLUENCE_API_KEY"
I think that this was introduced in this change https://github.com/RittmanMead/md_to_conf/commit/bbb706e812c376eb2f7cd8b1f897924b9e7b90d7.
This repo worked for me to make calls to the Atlassian endpoint using SSL in the past until recently.
My usage is fairly simple:
I think that this was introduced in this change https://github.com/RittmanMead/md_to_conf/commit/bbb706e812c376eb2f7cd8b1f897924b9e7b90d7.