googleapis / googleapis/google-api-nodejs-client
The provided API reference link does not show the actual API documentation?
- Dominant language
- TypeScript
- Stars
- 12.2k
- Forks
- 2k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 24
Description
I am referring to the README section https://github.com/googleapis/google-api-nodejs-client#api-reference
> This library has a full set of [API Reference Documentation](https://googleapis.dev/nodejs/googleapis/latest/index.html). This documentation is auto-generated, and the location may change.
Following that link https://googleapis.dev/nodejs/googleapis/latest/index.html and selecting "drive" brings me to https://googleapis.dev/nodejs/googleapis/latest/drive/index.html
Now the problem is, that site has the same link for [API Reference Documentation](https://googleapis.dev/nodejs/googleapis/latest/index.html).
So I am stuck in the link loop sending me back and forth between those pages, but can't find the actual API description. For example, where can I find the `drive.files.list` method reference?
I can go directly e.g. to [this reference page](https://developers.google.com/drive/api/v3/reference/files/list) but it does not explain the usage of this Node JS library. Is there perhaps any direct correspondence between the HTTP endpoints and this library's methods? I can't find it anywhere.
Contributor guide
Assessment
This issue has not been assessed yet.