Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-http/confluence
Confluence API封装
https://github.com/go-http/confluence
confluence golang sdk
Last synced: 7 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T06:53:16.000Z (over 3 years ago)
- Last Synced: 2024-06-21T01:30:50.911Z (5 months ago)
- Topics: confluence, golang, sdk
- Language: Go
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Confluence SDK
[![GoDoc](https://godoc.org/github.com/go-http/confluence?status.svg)](https://godoc.org/github.com/go-http/confluence)
[![Build Status](https://travis-ci.com/go-http/confluence.svg?branch=master)](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空间导出到指定目录。