go-docbase

module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2019 License: MIT

README

go-docbase

Go Report Card CircleCI Coverage Status

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

MIT License

This is distributed under the MIT License.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL