google-api-nodejs-client icon indicating copy to clipboard operation
google-api-nodejs-client copied to clipboard

Should we have a Deno version?

Open ngdangtu-vn opened this issue 3 years ago • 6 comments

So, I want to freely use TypeScript and package-manager-free. Therefore I chose Deno instead of Node. I think it would be great if Google API support Deno as well.

ngdangtu-vn avatar Aug 16 '21 17:08 ngdangtu-vn

Has anyone been able to use this with Deno?

arjunyel avatar Apr 22 '22 19:04 arjunyel

Any updates, I would also like to use this with Deno.

1alphabyte avatar Jul 09 '22 06:07 1alphabyte

There's https://googleapis.deno.dev, but I couldn't find its source code and it is not well-documented.

rojvv avatar Aug 24 '22 11:08 rojvv

https://googleapis.deno.dev is awesome. I’m trying to use the Secret Manager API, but it breaks trying to parse annotations containing */ that prematurely close the comment block.

@lucacasonato found your name at the top of the source. Do you have a public repo where I could troubleshoot and submit a PR to fix this issue?

adamchal avatar Oct 05 '22 21:10 adamchal

https://esm.sh/[email protected] seems to work ok for me so far!

benadamstyles avatar Jun 14 '23 20:06 benadamstyles

https://googleapis.deno.dev is awesome. I’m trying to use the Secret Manager API, but it breaks trying to parse annotations containing */ that prematurely close the comment block.

@lucacasonato found your name at the top of the source. Do you have a public repo where I could troubleshoot and submit a PR to fix this issue?

These packages do not use the same OAuth interface as the node version where you have control over the credentials specifics and config like scope, so it is not usable with Service Account credentials :/

bombillazo avatar Feb 21 '24 03:02 bombillazo