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
usernameLoads the documents and splits them using a specified text splitter.
A Promise that resolves with an array of Document instances, each split according to the provided TextSplitter.
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
Class representing a document loader for loading pages from Confluence.
Example