-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenAPI spec for external and internal prediction APIs #6
Comments
Are you guys planning to be SwaggerAPI compliant? |
Yes, we definitely want to. The question is how to convert the gRPC proto buffer message definitions which are presently the source of truth. |
fixed by #271 |
sakoush
added a commit
that referenced
this issue
Jan 26, 2024
…ation/golang.org/x/net-0.17.0 build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /tests/integration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: