The provided API reference link does not show the actual API documentation?
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. 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.
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 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.
Same here with OAuth2 documentation. I'm completely stuck with OAuth2 login because it seems to be changed and the reference doesn't has them reflected