Optional
Readonly
accessReadonly
baseOptional
Readonly
expandexpand parameter for confluence rest api description can be found at https://developer.atlassian.com/server/confluence/expansions-in-the-rest-api/
Readonly
limitOptional
Readonly
personalReadonly
spaceOptional
Readonly
usernameProtected
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.
Fetches 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.
Optional
splitter: BaseDocumentTransformer<DocumentInterface<Record<string, any>>[], DocumentInterface<Record<string, any>>[]>A Promise that resolves with an array of Document instances, each split according to the provided TextSplitter.
Deprecated
Class representing a document loader for loading pages from Confluence.
Example