If I want to be able to publish and updates pages in my company's confluence server using python, which API do you recommend I should use:
This one seem to have a higher level interface, but seems to have no examples of use and no guide for troubleshooting. Is it still maintained even?
- https://atlassian-python-api.readthedocs.io/confluence.html
This one seems to be the offical API:
- https://developer.atlassian.com/cloud/confluence/rest/v2/intro
Which one is the most stable API to use?
Kind regards,
Goran
Hi @Göran Brännström , welcome to the Atlassian Community!
The 2nd one is for Cloud, not for Data Center.
But here is the official Data Center API documentation: https://developer.atlassian.com/server/confluence/rest/v930/intro/#about
For Dev related topics you can also check the Developer Community: https://community.developer.atlassian.com/
Thanks! And the first one?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm focused on Cloud and Forge, so I've never used it.
Check this comment (~4y ago): https://community.developer.atlassian.com/t/how-to-install-atlassian-for-python/39015/2?u=modzelewskil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.