google-api-nodejs-client
google-api-nodejs-client copied to clipboard
Should we have a Deno version?
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.
Has anyone been able to use this with Deno?
Any updates, I would also like to use this with Deno.
There's https://googleapis.deno.dev, but I couldn't find its source code and it is not well-documented.
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?
https://esm.sh/[email protected] seems to work ok for me so far!
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 :/