Releases: CloudPlayDev/confluence-php-client
Releases · CloudPlayDev/confluence-php-client
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.1
v0.2.0
v0.1.2
- Option to get content children
$client->content()->children()
- Option to get content descendants
$client->content()->descendants()
- Page comments can also be retrieved
$client->content()->children($page, Content::CONTENT_TYPE_COMMENT)
- The complete body is now retrieved as default
PSR7
Initial release
Included functions in this version:
- Login via username and password
- Login via token (PAT)
- Search for pages
- Change the content of the pages