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
I don't think your suggestion is compatible with grpc-gateway implementation.
How will you parse the response so it will be translated to your proposed structure?
I'm not sure what you mean. Is grpc-gateway dependent on this (or vice versa)? If so, why are they dependent?
I saw the -annotate option (disabled by default), which is meant for grpc-gateway. Are you saying that this project is tied to grpc-gateway (and thus cannot freely make changes)?
...parse the response so it will be translated to your proposed structure?
What do you mean by response? I am under the impression that this project simply relies on an openapi file, and not a running gRPC server. Am I missing something?
In the README, the following caveat is stated:
Are there plans to support responses from other statuses?
I believe this can be achieved using the oneof construct. For example, instead of:
Assuming there's no
$ref
on the status code404
, this will become:Thoughts?
The text was updated successfully, but these errors were encountered: