ApiKind type
Defines values for ApiKind.
KnownApiKind can be used interchangeably with ApiKind,
this enum contains the known values that the service supports.
Known values supported by the service
rest: A Representational State Transfer Api
graphql: A Graph query language Api
grpc: A gRPC Api
soap: A SOAP Api
webhook: Web Hook
websocket: Web Socket
type ApiKind = string