google-cloud-node icon indicating copy to clipboard operation
google-cloud-node copied to clipboard

@google-cloud/sql-admin library isn't on npmjs

Open djvs opened this issue 4 years ago • 3 comments

Steps to reproduce

  1. Go to https://www.npmjs.com/package/@google-cloud/sql-admin
  2. It doesn't exist

It's linked to from https://github.com/googleapis/google-cloud-node but 404s. Notice the image in README.md says "invalid" on the display too.

djvs avatar Jun 14 '21 19:06 djvs

👋 this one is still being put together, and not quite ready for the first publication. It'll be ready in a few days, but we should still probably update the script to only pull libraries we actually have published to npm :)

JustinBeckwith avatar Jun 14 '21 20:06 JustinBeckwith

On a semi-related note, is there documentation for the library as-is on github? I'm basically drowning trying to implement some calls based on the protos.d.ts right now.

djvs avatar Jun 14 '21 21:06 djvs

Ooof, not yet. You should be able to clone the repository and run npm run docs - that would create a docs/index.html (I think) that is mostly like what you would see in production.

JustinBeckwith avatar Jun 14 '21 21:06 JustinBeckwith