swh:1:snp:c614e79db7a4ccd4655b1a5633b8240eb96afd07
Raw File
Tip revision: b479bd2103148b8f05bd098b9bed510863fb3ba1 authored by John on 20 March 2019, 03:13:30 UTC
removed logging statements
Tip revision: b479bd2
README.md
# Katib API
This is APIs for Katib.
Manager service is an API for core component.
Suggestion service is an API for Suggestion services.
EarlyStopping service is an API for EarlyStopping services.

## Documentation
Please refer to [api.md](./gen-doc/api.md).

## Update API and generate documents
When you want to edit API, please only edit [api.proto](./api.proto) and generate other file from it.
Documents are also generated from [api.proto](./api.proto) by [protoc-gen-doc](https://github.com/pseudomuto/protoc-gen-doc).
By [build.sh](./build.sh), you can update every file from api.proto and generate docs.
back to top