Confluence-Client-XMLRPC
view release on metacpan or search on metacpan
lib/Confluence/Client/XMLRPC.pm view on Meta::CPAN
Note: you can use B<most but not all> of the version 1 API calls on newer
Confluence installations! The Confluence docs contain a detailed and
authoritative description of the
L<differences between versions 1 and 2|https://developer.atlassian.com/display/CONFDEV/Confluence+XML-RPC+and+SOAP+APIs#ConfluenceXML-RPCandSOAPAPIs-v2apiRemoteAPIversion1andversion2>
of the API!
The new version 2 API implements the same methods as the version 1 API,
however all content is stored and retrieved using the storage format.
This means that you cannot, for example, create a page using wiki markup
with the version 2 API, you must instead define the page using the new
XHTML based storage format.
You will be able to create pages, blogs and comments in wiki markup
using the version 1 API even on Confluence 4.0 and later. However you
will no longer be able to retrieve pages, blogs and comments using
the version 1 API.
To aid in the migration phase Confluence 4.0 and up provide a method
C<convertWikiToStorageFormat()> where you can pass in a string with
wiki markup and will recieve the same data converted to the new storage
format (which you can then use to create or update a page).
( run in 1.188 second using v1.01-cache-2.11-cpan-49f99fa48dc )