-
Notifications
You must be signed in to change notification settings - Fork 8
User Interface
Yunkon (Alvin) Kim edited this page Apr 14, 2022
·
5 revisions
Note - It's under development.
- CB-Larva는 Go 언어 개발자를 위한 Go API(클라이언트 라이브러리)를 제공한다.
- Go API는 gRPC (google RPC) 기반으로 개발되었고, 통신 속도가 빠르고 개발언어 확장이 가능하다.
- CB-Larva는 REST(Representational State Transfer) 환경 개발자를 위한 REST API를 제공한다.
- REST API는 개발 언어별 REST 표준 라이브러리를 통해 활용 가능하다.
CB-Larva provides Go API based on gRPC. Protocol buffers for Go are mainly provided as Go API. A user can generate protocol buffers suitable for the user's programming language.
See Go API's protocol documentation
Note - This document is auto-generated from protos by protoc-gen-doc
- Link.
CB-Larva provides REST API based on gRPC Gateway.
Note - This document is auto-generated from protos by openapiv2
- link.
- TBD