Reputation: 19
What is the best index to find and navigate through documentation about NodeJS SDK documentation in GCP?
For AWS its https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html and its so easy to navigate around, but I dont find any similar in GCP.
I sometimes ends with some of these endpoints https://googleapis.dev/nodejs/firestore/latest/, but there is no tree to navigate to other services.
Maybe this one? https://cloud.google.com/nodejs/docs/reference
How do you usually do it?
Upvotes: 0
Views: 42
Reputation: 103
Have you tried the Github page? It contains links to all relevant documentation, as well as sample code to help you get started.
Upvotes: 1