Singer tap for the Confluence REST API. Developed using the Singer SDK.
pipx install git+https://github.com/edgarrmondragon/tap-confluence.git
- Content
- Spaces
- Themes
- Groups
- Users
{
"base_url": "https://your-domain.atlassian.net/wiki/rest/api",
"email": "<your_email@domain.com>",
"api_token": "<your_user_api_token>",
"user_agent": "MyDataIntegrationApp/1.0.0 Singer.io Tap for Confluence"
}
You will need Poetry installed on your machine.
# Install package dependencies
poetry install
# Extract records
poetry run tap-confluence --config config.json