-
Notifications
You must be signed in to change notification settings - Fork 639
Description
Introduced in #721 (comment)
Our APIs will generally try to make the upstream API a little more user-friendly by using more logical names or trimming some of the verbosity. And then we document the things we handle (things like maxResults, pageSize, pageToken, etc). But, most of our APIs are also a pass-through to the upstream API, which will have many more options that we don't document.
I don't think we should document everything, as there's already a place for that. And I don't think we have to limit the user's input to include only the things "we approve". We should just link to the upstream API's docs to show the full list of options and their official descriptions.
Example:
Link https://googlecloudplatform.github.io/gcloud-node/#/docs/v0.16.0/bigquery/dataset?method=createTable to https://cloud.google.com/bigquery/docs/reference/v2/tables/insert