Skip to content

Commit 4e6e57f

Browse files
authoredFeb 20, 2024
Merge pull request #63 from arosh/update-readme
Update README.md
2 parents 9a7814c + 74ce8f9 commit 4e6e57f

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed
 

‎README.md

+8-19
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
Go binding for kintone API
2-
==========================
1+
# go-kintone: Go binding for kintone API
32

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) 😉
810
911
This package provides a convenient interface for Go language
1012
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].
2123
* ~~kintone space API~~
2224
* ~~user management API~~
2325

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-
3226
[kintone]: https://www.kintone.com/
3327
[APIen]: https://kintone.dev/en/
3428
[APIja]: https://developer.cybozu.io/hc/ja
3529
[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.

0 commit comments

Comments
 (0)