gitpod/components/ws-manager-api
2021-05-18 12:31:13 +05:30
..
2021-05-05 06:10:32 -04:00
2021-04-12 08:29:10 +02:00
2021-03-12 12:54:40 -03:00

Overview

The ws-manager-api component hosts the api component of ws-manager.

Making changes to the api

First, make sure those changes are really neccesary. We want to keep the interface as trim as possible. To make changes, edit core.proto ideally in a backwards compatible manner. Then run ./generate.sh in this directory to re-generate the GO and TypeScript protocol implementations.