toshitanian / go-kintone

kintone REST API client for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go binding for kintone API

WARNING This binding (and kintone itself) is not mature. Backward compatibility may not be kept. Use with caution. You have been warned.

This package provides a convenient interface for Go language to access kintone with its official REST API (en, ja).

kintone is our B2B cloud service; you can create great web apps instantly with kintone!

Version

0.3.0

License

This software is licensed under the BSD 2-clause license.

Coverage

  • kintone application API
  • kintone space API
  • user management API

Usage

To import this package:

import "github.com/kintone-labs/go-kintone"

Visit the docs on pkg.go.dev.

Copyright

Copyright(c) Cybozu, Inc.

About

kintone REST API client for Go

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%