[grpc-io] Re: Public gRPC APIs?

2017-04-11 Thread Evan Jones
I think Vendasta publishes some of their APIs using gRPC. Their blog post is: http://www.grpc.io/blog/vendastagrpc One example repository that contains the actual .proto they use is here: https://github.com/vendasta/vendasta-php-sdk-citations You can find other SDKs and docs: https://www.venda

[grpc-io] Re: Public gRPC APIs?

2017-04-11 Thread Dan Billings
https://github.com/googleapis/googleapis/tree/master/google lots and lots of google services are defined in gRPC (maybe all of them?). I'm using Speech recognition personally. On Tuesday, April 11, 2017 at 12:29:02 AM UTC-4, Jason Dreyzehner wrote: > > Hi all, > > Does anyone know of any public

Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-04-11 Thread 'Craig Tiller' via grpc.io
Juniper has a library that might help you: https://github.com/juniper/grpc-c On Tue, Apr 11, 2017 at 10:02 AM wrote: > Hello, > > I was wondering if there is an update on this subject. Is it possible to > use gRPC with C? Thank you. > > Regards, > Kostas > > > On Tuesday, 26 January 2016 23:42:

[grpc-io] Re: Do we have any examples to use grpc in C

2017-04-11 Thread kpeletidis
Hello, I was wondering if there is an update on this subject. Is it possible to use gRPC with C? Thank you. Regards, Kostas On Tuesday, 26 January 2016 23:42:53 UTC, yyd...@gmail.com wrote: > > Hi guys, > > How to use grpc in C? > > From thread history, the suggestion is to use C++. Understood