Router API specification
tsuru supports registering HTTP API routers. An HTTP API router is a generic routerthat implements tsuru Router API specification.
The OpenAPI specification is available atSwaggerHuband as a yaml file here
.
This specification can be used to generate server stubs and clients. One example of an APIthat implements this specification is the Kubernetes Router.