您好我注意到使用REST API获取内容的几种方法。虽然我想知道是否有办法直接从网址获取内容而不调用空格和标题。
如果我有http://localhost:8080/display/TST/myPage
的意思
而不是这样做
curl -u admin:admin -X GET "http://localhost:8080/confluence/rest/api/content?title=myPage&spaceKey=TST" | python -mjson.tool
我可以在其余的api上使用url。 也许是这样的
curl -u admin:admin -X GET "http://localhost:8080/confluence/rest/api/content/display/TST/myPage" | python -mjson.tool
有办法做到这一点吗?
这是我查看的文档
https://docs.atlassian.com/atlassian-confluence/REST/latest/#d3e865