An open API service indexing awesome lists of open source software.

https://github.com/seppestas/go-confluence

Go library wrapping the confluence REST API
https://github.com/seppestas/go-confluence

confluence go golang golang-library

Last synced: 7 months ago
JSON representation

Go library wrapping the confluence REST API

Awesome Lists containing this project

README

          

go-confluence
=============

Go library wrapping the [confluence REST API](https://docs.atlassian.com/confluence/REST/latest/).

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.