
The highest tagged major version is
v2.
module
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Mar 5, 2019
License: MIT
Opens a new window with license information.
README
¶
go-docbase

A Go library for accessing the Docbase API v1.
API Docs: https://help.docbase.io/posts/45703
Install
go get github.com/kyoh86/go-docbase
Usage
import (
"github.com/kyoh86/go-docbase/docbase"
)
transport := docbase.TokenTransport{Token: "Your API Token"}
client := docbase.NewClient(transport.Client())
...
API Coverage Status
- ○: Implemented and tested.
- △: Implementing.
- ×: Not implemented.
| Service |
Function |
Status |
| Post |
List |
○ |
| Post |
Create |
○ |
| Post |
Get |
△ |
| Post |
Update |
△ |
| Post |
Delete |
△ |
| Comment |
Create |
△ |
| Comment |
Delete |
△ |
| Team |
List |
○ |
| Group |
List |
△ |
| Tag |
List |
△ |
| Attachment |
Post |
× |
LICENSE

This is distributed under the MIT License.
Directories
¶
Click to show internal directories.
Click to hide internal directories.