googleapis / elixir-google-api

Elixir client libraries for accessing Google APIs.

Home Page:https://hex.pm/users/google-cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speech: support v1p1beta1

arjan opened this issue · comments

The Speech v1p1beta1 contains an MP3 decoding feature we need

Unfortunately, the list of services and versions supported by the autogenerated clients is automatically managed, and populated only with services that are listed in the Google Discovery Service directory. Speech v1p1beta1 isn't currently in the directory. (This is true for all programming languages for which we autogenerate clients from discovery documents, and the people maintaining said clients unfortunately have no power over what services get listed.)

If you want a client for a service/version not listed in the directory, it looks like you know how to use the generator to generate those modules yourself. Feel free to do so and embed the code in your application directly.

Thanks Daniel, that is indeed what I ended up doing.