Skip to content
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

Closed
ukclivecox opened this issue Jan 8, 2018 · 3 comments
Closed

OpenAPI spec for external and internal prediction APIs #6

ukclivecox opened this issue Jan 8, 2018 · 3 comments

Comments

@ukclivecox
Copy link
Contributor

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.

@elgalu
Copy link

elgalu commented Apr 25, 2018

Are you guys planning to be SwaggerAPI compliant?

@ukclivecox
Copy link
Contributor Author

Yes, we definitely want to. The question is how to convert the gRPC proto buffer message definitions which are presently the source of truth.

@ukclivecox
Copy link
Contributor Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants