https://github.com/go-http/confluence
Confluence API封装
https://github.com/go-http/confluence
confluence golang sdk
Last synced: 5 days ago
JSON representation
Confluence API封装
- Host: GitHub
- URL: https://github.com/go-http/confluence
- Owner: go-http
- Created: 2018-11-16T07:31:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T06:53:16.000Z (about 5 years ago)
- Last Synced: 2026-01-14T20:44:53.411Z (6 months ago)
- Topics: confluence, golang, sdk
- Language: Go
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Confluence SDK
[](https://godoc.org/github.com/go-http/confluence)
[](https://travis-ci.com/go-http/confluence)
## Usage
```golang
import (
"github.com/go-http/confluence"
)
```
具体用法可以查看[cli目录](cli/)下的两个范例:
- [cli/sync2confluence](cli/sync2confluence/): 用于将指定目录同步到Confluence空间。
- [cli/confluence_exporter](cli/confluence_exporter/): 用于将Confluence空间导出到指定目录。