elixir-google-api
elixir-google-api copied to clipboard
Are the Resource Prefixes necessary?
For example, storage_projects_service_account_get could just be service_account_get, since the function only exists in the GoogleApi.Storage.V1.Api.Projects module.
These are generated directly from the operationId field in the OpenAPI spec and indirectly from the Google discovery format. In this case, the operation id is storage.projects.serviceAccount.get.
Is there a way to customize the way the operation ID is translated into a function name?
@chingor13, this seems old enough to make a decision on the "question" aspect of this issue. Given the silence, I would think that the answer is "no", or at least "not now". Can you please either close this or flip the type to "feature request"?