ip2k / google-api-ruby-client

Automatically exported from code.google.com/p/google-api-ruby-client
Apache License 2.0
0 stars 0 forks source link

The docs refer to a --service argument which seems invalid #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
went to http://code.google.com/p/google-api-ruby-client/
tried to run the command line examples
# Log in
google-api oauth-2-login --scope="https://www.googleapis.com/auth/plus.me"

# List the signed-in user's activities
google-api execute plus.activities.list --service=plus -- userId="me" 
collection="public"

Got an error on --service=plus
is it supposed to be --api=plus?

Original issue reported on code.google.com by dwebsub...@gmail.com on 2 Apr 2012 at 2:32

GoogleCodeExporter commented 9 years ago
Thanks, yup, should be --api=plus.

Original comment by bobaman@google.com on 12 Apr 2012 at 8:31