[Proposal] Google Ads rpc API
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.
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 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?
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.