File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ def _generate_client(self, namespace):
2626 with self .output_to_relative_path (file_name ):
2727 self .emit_raw (HEADER )
2828 self .emit ()
29- generate_doc (self , namespace )
3029 self .emit ('package %s' % namespace .name )
3130 self .emit ()
3231
Original file line number Diff line number Diff line change @@ -44,10 +44,14 @@ func Version() (string, string) {
4444
4545// Config contains parameters for configuring the SDK.
4646type Config struct {
47- Token string
48- Verbose bool
47+ // OAuth2 access token
48+ Token string
49+ // Enable verbose logging in SDK
50+ Verbose bool
51+ // Used with APIs that support operations as another user
4952 AsMemberID string
50- Domain string
53+ // No need to set -- for testing only
54+ Domain string
5155}
5256
5357// Context is the base client context used to implement per-namespace clients.
You can’t perform that action at this time.
0 commit comments