elixir-google-api icon indicating copy to clipboard operation
elixir-google-api copied to clipboard

[Proposal] Google Ads rpc API

Open yuchunc opened this issue 6 years ago • 3 comments

Previous issue: https://github.com/googleapis/elixir-google-api/issues/1945

I think Google Ads's API is been moved to rpc, would love to finally work on this project with elixir. :)

https://developers.google.com/google-ads/api/reference/rpc/

Please let me know if I can help in any way.

yuchunc avatar Jul 26 '19 00:07 yuchunc

We'd love to do gRPC APIs as well, but we'll probably need to write a separate generator for them, since the input format (proto vs discovery) is completely different. There's also the question of a good gRPC library for Erlang/Elixir. I don't know of one that is actively maintained.

dazuma avatar Jul 26 '19 17:07 dazuma

@dazuma I have yet to work with gRPC, some quick search this came up

https://github.com/elixir-grpc/grpc

but you probably already know about it. :)

I can spend sometime to learn about the gRPC protocol, but what did you mean by proto vs discovery? Are they gRPC terms?

yuchunc avatar Jul 27 '19 06:07 yuchunc

May want to give https://github.com/tsloughter/grpcbox a try as well :). It is Erlang, not Elixir, but can be used just the same and has some additional features, like client side load balancing.

tsloughter avatar Nov 26 '19 23:11 tsloughter