-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
Description
google-api-go-generator needs a usage README.
Here's some possible content:
How to manually generate Apiary from JSON not in discovery doc
- In
google-api-go-client/google-api-go-generator
, rungo build
. It should produce agoogle-api-go-generator
binary. - Generate clients from cached discovery documents:
Or, download a discovery doc and generate a single client:
./google-api-go-generator -install -api_json_file=../test.json -gendir=..
./google-api-go-generator -cache=false -install -api=aiplatform:v1beta1 -gendir=.
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.