Would it make sense to move the http annotations that are used in the proto definitions to seperate service configuration files as explained here:
https://grpc-ecosystem.github.io/grpc-gateway/docs/grpcapiconfiguration.html
https://cloud.google.com/endpoints/docs/grpc/grpc-service-config
I personally need to remove all http annotations when compiling to c#, as when compiling with the http annotations it adds a dependency to the google.api library, which I can't/don't want to include in my Unity projects.
Would it make sense to move the http annotations that are used in the proto definitions to seperate service configuration files as explained here:
https://grpc-ecosystem.github.io/grpc-gateway/docs/grpcapiconfiguration.html
https://cloud.google.com/endpoints/docs/grpc/grpc-service-config
I personally need to remove all http annotations when compiling to c#, as when compiling with the http annotations it adds a dependency to the google.api library, which I can't/don't want to include in my Unity projects.