Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 403 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 403 Bytes

ConfluenceRestClient

A simple Java Client to communicate with the Confluence Rest API.

SNAPSHOT-1.0

Work in Progress

Usage

Create a new Instanz of ConfluenceRestClient and call the Method connect(). You need the url of the Confluence Server an your login credentials.

The you get seperated Clients for the different Entities from the RestClient.

  • SpaceClient
  • UserClient
  • ContentClient