Initial release of the Google Analytics Admin API client library for Node.js#1
Initial release of the Google Analytics Admin API client library for Node.js#1JustinBeckwith merged 1 commit intomasterfrom
Conversation
| @@ -1,2 +1 @@ | |||
| # nodejs-analyticsadmin | |||
| Google Analytics Node.js client library source | |||
| Admin: Nodejs Client | |||
There was a problem hiding this comment.
Try to lift the template of what we kind of already have here:
https://github.com/googleapis/nodejs-vision/blob/master/README.md
| "name": "@google-analytics/admin", | ||
| "version": "0.1.0", | ||
| "description": "Admin client for Node.js", | ||
| "repository": "googleapis/nodejs-admin", |
There was a problem hiding this comment.
@alexander-fenster this isn't correct - is there a way to customize the repo in the gapic generator?
There was a problem hiding this comment.
No. Naming is hard, we prefer not to play the guessing game - since we never regenerate package.json (we exclude it in synth.py) we just change this field manually once.
| "build/src", | ||
| "build/protos" | ||
| ], | ||
| "keywords": [ |
There was a problem hiding this comment.
@alexander-fenster same problem - these keywords only make sense themselves for cloud
There was a problem hiding this comment.
For keywords, we make some guesses but also hardcode a lot of cloud stuff: https://github.com/googleapis/gapic-generator-typescript/blob/master/templates/typescript_gapic/package.json#L13-L25 Again, not sure how to make it better for non-cloud users (again, just fix them manually and don't regenerate package.json).
No description provided.