Credentials
- You’ll need to set up an access token and provide it along with your confluence username in order to authenticate the request
- You’ll also need the
space keyfor the space containing the pages to load as documents. This can be found in the url when navigating to your space e.g.https://example.atlassian.net/wiki/spaces/{SPACE_KEY} - And you’ll need to install
html-to-textto parse the pages into plain text
npm