All Projects → seppestas → go-confluence

seppestas / go-confluence

Licence: MIT license
Go library wrapping the confluence REST API

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to go-confluence

artefactory-connectors-kit
ACK is an E(T)L tool specialized in API data ingestion. It is accessible through a Command-Line Interface. The application allows you to easily extract, stream and load data (with minimum transformations), from the API source to the destination of your choice.
Stars: ✭ 34 (+9.68%)
Mutual labels:  confluence
quickstart-atlassian-confluence
Team collaboration with high availability and scalability on the AWS Cloud
Stars: ✭ 39 (+25.81%)
Mutual labels:  confluence
dox
Publish markdown to Confluence as HTML
Stars: ✭ 21 (-32.26%)
Mutual labels:  confluence
atlassian-connect-core
[Laravel 5.5+] The easiest way to create an add-on for the JIRA and Confluence
Stars: ✭ 42 (+35.48%)
Mutual labels:  confluence
onlyoffice-confluence
The plugin which enables the users to edit office documents from Confluence using ONLYOFFICE Document Server, allows multiple users to collaborate in real time and to save back those changes to Confluence
Stars: ✭ 34 (+9.68%)
Mutual labels:  confluence
adam
Addon which enhances all user profiles of confluence. It also adds an advanced people directory. The whole addon is configurable by means of an XML, can be localized, supports Velocity templates and supports view and edit restrictions.
Stars: ✭ 12 (-61.29%)
Mutual labels:  confluence
maven-confluence-plugin
Maven plugin that generates project's documentation directly to confluence allowing to keep in-sync project evolution with its documentation
Stars: ✭ 56 (+80.65%)
Mutual labels:  confluence
doktor-plugin
Jenkins plugin for automated documentation uploading to Confluence.
Stars: ✭ 22 (-29.03%)
Mutual labels:  confluence
confluence
Development repository for the confluence cookbook
Stars: ✭ 42 (+35.48%)
Mutual labels:  confluence
Confluence-and-Jira
Docker部署并破解Jira、Confluence及相关插件;若图片加载不出来可以访问我的博客原文查看
Stars: ✭ 60 (+93.55%)
Mutual labels:  confluence
vscode-confluence-markup
Visual Studio Code extension for Confluence® markup
Stars: ✭ 21 (-32.26%)
Mutual labels:  confluence
jira-backup-py
python script to create, download and upload to s3 your Jira or Confluence cloud instance backup
Stars: ✭ 36 (+16.13%)
Mutual labels:  confluence
Conf-Thief
A Red Team tool for exfiltrating sensitive data from Confluence pages.
Stars: ✭ 77 (+148.39%)
Mutual labels:  confluence
Junction
Use git to manage content in Confluence Cloud
Stars: ✭ 22 (-29.03%)
Mutual labels:  confluence
blackfriday-confluence
🛠 Blackfriday-Confluence is confluence wiki renderer for the Blackfriday v2 markdown processor.
Stars: ✭ 20 (-35.48%)
Mutual labels:  confluence
Mm Wiki
MM-Wiki 一个轻量级的企业知识分享与团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。部署方便,使用简单,帮助团队构建一个信息共享、文档管理的协作环境。
Stars: ✭ 2,364 (+7525.81%)
Mutual labels:  confluence
data-center-helm-charts
Helm charts for Atlassian's Data Center products
Stars: ✭ 77 (+148.39%)
Mutual labels:  confluence
docker-atlassian
A docker-compose orchestration for JIRA Software and Confluence based on docker containers.
Stars: ✭ 13 (-58.06%)
Mutual labels:  confluence
gitstats
simple statistical analysis tool for git repositories
Stars: ✭ 16 (-48.39%)
Mutual labels:  confluence
jmeterReports
Jmeter autogenerater reports after test to Confluence, using grafana custom dushboards.
Stars: ✭ 23 (-25.81%)
Mutual labels:  confluence

go-confluence

Go library wrapping the confluence REST API.

Currently implemented

  • Authentication:
    • Basic Authentication
    • Token Key authentication
  • Manipulating existing wiki content, i.e:
    • DeleteContent
    • GetContent
    • UpdateContent

This is everything I needed for my project. I might add some more functionality when I find the time. Feel free to send pull requests.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].