File tree 1 file changed +8
-19
lines changed
1 file changed +8
-19
lines changed Original file line number Diff line number Diff line change 1
- Go binding for kintone API
2
- ==========================
1
+ # go-kintone: Go binding for kintone API
3
2
4
- ** WARNING**
5
- This binding (and kintone itself) is not mature.
6
- Backward compatibility may not be kept. Use with caution.
7
- You have been warned.
3
+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/kintone-labs/go-kintone.svg )] ( https://pkg.go.dev/github.com/kintone-labs/go-kintone )
4
+
5
+ > [ !WARNING]
6
+ > This is not an officially supported Cybozu/Kintone product. Please do not send requests for additional features or bug fixes to account manager or customer support.
7
+
8
+ > [ !WARNING]
9
+ > このリポジトリは cybozu.com の一利用者として業務で kintone を利用しているサイボウズ社員によって作られたものを現状のまま ("AS IS") で公開しているものです。kintone のサービスの一部として提供しているものではありません。機能の追加や不具合の修正のリクエストをカスタマーサポートや担当営業に送ることはお控えください。公式の SDK の提供要望は [ kintone 開発チームへのフィードバックとしてお送りください] ( https://jp.cybozu.help/k/ja/trouble_shooting/general/send_feedback.html ) 😉
8
10
9
11
This package provides a convenient interface for Go language
10
12
to access [ kintone] [ ] with its official REST API ([ en] [ APIen ] , [ ja] [ APIja ] ).
@@ -21,20 +23,7 @@ This software is licensed under [the BSD 2-clause license][bsd2].
21
23
* ~~ kintone space API~~
22
24
* ~~ user management API~~
23
25
24
- ## Usage
25
-
26
- To import this package:
27
-
28
- import "github.com/kintone-labs/go-kintone"
29
-
30
- Visit the docs on [ pkg.go.dev] [ pkggodev ] .
31
-
32
26
[ kintone ] : https://www.kintone.com/
33
27
[ APIen ] : https://kintone.dev/en/
34
28
[ APIja ] : https://developer.cybozu.io/hc/ja
35
29
[ bsd2 ] : http://opensource.org/licenses/BSD-2-Clause
36
- [ pkggodev ] : https://pkg.go.dev/github.com/kintone-labs/go-kintone
37
-
38
- ## Copyright
39
-
40
- Copyright(c) Cybozu, Inc.
You can’t perform that action at this time.
0 commit comments