VSChina / magic-modules

Magic Modules: Automagically generate Google Cloud Platform support for OSS
Apache License 2.0
1 stars 4 forks source link

MM throws error not enough arguments in call to client.Get #21

Closed neil-yechenwei closed 5 years ago

neil-yechenwei commented 5 years ago

houkms: This can be resolved by adjusting your api.yaml file. Add the missing field (usually the request header) in your request in SDK_Type_Definition, and set its go_varible_name to be an empty string (go_variable_name: '""' ).

houkms commented 5 years ago

This can be resolved by adjusting your api.yaml file. Add the missing field (usually the request header) in your request in SDK_Type_Definition, and set its go_varible_name to be an empty string (go_variable_name: '""' ).