Confluence Rest Java Client

Hi all,

We are developing an application in Java and this application must interact with Jira and Confluence via their API Rest.

For Jira, we have defined the jira-rest-java-client-core Maven dependency in our POM but we do not find the same library for Confluence. Does it exist ?

We do not find any documentation about that or any example on which to base us.

Can you help us ?

Kind regards

Hi @jira3,

I do not think that there’s a Confluence counterpart for this; I also found @ibuchanan’s answer here which supports this.

However, you can still call the Confluence server REST APIs as defined in the docs and this link is for some examples.

1 Like

Hi iragudo,

Thank you so much for your fast response.
This is indeed what we had concluded.

Kind regards