Skip to content

User Interface

Yunkon (Alvin) Kim edited this page Apr 14, 2022 · 5 revisions

Cloud-Barista Network (cb-network) User Interface

Note - It's under development.

User Interface 종류

Go API

  • CB-Larva는 Go 언어 개발자를 위한 Go API(클라이언트 라이브러리)를 제공한다.
  • Go API는 gRPC (google RPC) 기반으로 개발되었고, 통신 속도가 빠르고 개발언어 확장이 가능하다.

REST API

  • CB-Larva는 REST(Representational State Transfer) 환경 개발자를 위한 REST API를 제공한다.
  • REST API는 개발 언어별 REST 표준 라이브러리를 통해 활용 가능하다.

Go API

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.

REST API

CB-Larva provides REST API based on gRPC Gateway.

See REST API documentation

Note - This document is auto-generated from protos by openapiv2 - link.