Readonly
baseReadonly
limitReadonly
spaceOptional
Readonly
accessOptional
Readonly
expandexpand parameter for confluence rest api description can be found at https://developer.atlassian.com/server/confluence/expansions-in-the-rest-api/
Optional
Readonly
personalOptional
Readonly
usernameFetches all the pages in the specified space and converts each page to a Document instance.
Optional
options: { the extra options of the load function
Optional
limit?: numberThe limit parameter to overwrite the size to fetch pages.
Optional
start?: numberThe start parameter to set inital offset to fetch pages.
Promise resolving to an array of Document instances.
Protected
fetchFetches data from the Confluence API using the provided URL.
The URL to fetch data from.
Promise resolving to the JSON response from the API.
Generated using TypeDoc
⚠️ Deprecated ⚠️
This feature is deprecated and will be removed in the future.
It is not recommended for use.
Class representing a document loader for loading pages from Confluence.
Example