Expand description
Confluence Cloud REST API v2 implementation of AtlassianApi.
Uses the Confluence REST API v2 to read and write pages. Pages are fetched with ADF body format and updated with version number increments for optimistic locking.
Structs§
- Child
Page - A child page returned from the children API.
- Confluence
Api - Confluence Cloud REST API v2 backend.
- Confluence
Attachment - An attachment on a Confluence page.
- Confluence
Attachment Page - A page of attachments returned by
ConfluenceApi::list_attachments. - Confluence
Comment - A comment on a Confluence page.
- Confluence
Label - A label on a Confluence page.
- Moved
Page - Updated page metadata returned by
ConfluenceApi::move_page. - Page
Metadata - Lightweight metadata about a Confluence page, returned by
ConfluenceApi::get_page_metadata. - Page
Version - A single version entry from a Confluence page’s history.
Enums§
- Move
Position - Position for
ConfluenceApi::move_page. Same-space only — cross-space moves are not supported by the v2 API. - Since
Filter - Filter applied to a version listing.
Functions§
- resolve_
version - Resolves a user-supplied version reference against a list of
PageVersionrecords returned byConfluenceApi::list_page_versions.