You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The APIs are presently described as gRPC/proto files.
Translating automatically to OpenAPI does not seem possible, see issue on OpenAPI project
There is an OpenAPI to proto Converter project so one possibility is to see how close a created manual OpenAPI spec of the current gRPC spec when sent through this recreates the existing gRPC spec. If this was identical we could think of just keeping the OpenAPI spec and generating the proto file.
The text was updated successfully, but these errors were encountered:
The APIs are presently described as gRPC/proto files.
Translating automatically to OpenAPI does not seem possible, see issue on OpenAPI project
There is an OpenAPI to proto Converter project so one possibility is to see how close a created manual OpenAPI spec of the current gRPC spec when sent through this recreates the existing gRPC spec. If this was identical we could think of just keeping the OpenAPI spec and generating the proto file.
The text was updated successfully, but these errors were encountered: