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
- Host: GitHub
- URL: https://github.com/seppestas/go-confluence
- Owner: seppestas
- License: mit
- Created: 2014-12-10T19:29:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T10:12:05.000Z (over 7 years ago)
- Last Synced: 2025-04-01T11:27:45.214Z (about 1 year ago)
- Topics: confluence, go, golang, golang-library
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 28
- Watchers: 3
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.