/Confluence-REST

Thin wrapper around Confluence's REST API

Primary LanguagePerl

Confluence::REST - Thin wrapper around Confluence's REST API

CAUTION - THIS IS ALPHA CODE

Confluence is a proprietary wiki from Atlassian.

This module is a thin wrapper around Confluence's REST API, which is superseding its old SOAP API. (If you want to interact with the SOAP API, there's another Perl module called Confluence::Client::XMLRPC.

This code is basically JIRA::REST with some tweaks to get it to work with the Confluence REST API.

For an example of a script that uses this library, see the file examples/csp.

Copyright (c) 2013 by CPqD (http://www.cpqd.com.br/).

Copyright (c) 2016, 2017 (Changes to adapt to Confluence REST APIs) by Rich Loveland.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.