denoland / wanted_modules

Is there a missing deno module that is preventing you from building something? Let us know here.
https://deno.land/x
46 stars 2 forks source link

Google Cloud API Client #47

Closed squili closed 1 year ago

squili commented 2 years ago

I specifically need features for:

ry commented 2 years ago

https://googleapis.deno.dev/

rojvv commented 2 years ago

@ry Documentation?

wallacer commented 1 year ago

I've only tried the SecretManager one, and it doesn't even parse, because the generated comments break things... eg.

* @param name Required. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. `projects/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion.

/* in comments isn't great :P Bummed I decided to try Deno for my latest project. This is a deal breaker. Bunch of wasted time...

crowlKats commented 1 year ago

@wallacer the project is opensource: https://github.com/lucacasonato/deno_googleapis. Could you open an issue?

wallacer commented 1 year ago

@crowlKats done https://github.com/lucacasonato/deno_googleapis/issues/9

crowlKats commented 1 year ago

Will close this issue as the module request is resolved