repositorypackage
0.0.0-20181206001147-a8c884503307
Repository: https://github.com/jesselang/go-confluence.git
Documentation: pkg.go.dev
# README
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.