Skip to content

edgarrmondragon/tap-confluence

Repository files navigation

tap-confluence

Super-Linter

Singer tap for the Confluence REST API. Developed using the Singer SDK.

Installation

pipx install git+https://github.com/edgarrmondragon/tap-confluence.git

Roadmap

  • Content
  • Spaces
  • Themes
  • Groups
  • Users

Configuration

{
    "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"
}

Developer Resources

Initialize your Development Environment

You will need Poetry installed on your machine.

# Install package dependencies
poetry install

# Extract records
poetry run tap-confluence --config config.json

Links

Releases

No releases published

Packages

No packages published

Languages