Skip to content

Commit

Permalink
Remove CLI docs from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrrrl committed Jan 23, 2014
1 parent f3821f9 commit 8ae04bc
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,26 +182,6 @@ if upload.resumable?
end
```

## Command Line

Included with the gem is a command line interface for working with Google APIs.

```bash
# Log in
google-api oauth-2-login --client-id='...' --client-secret='...' --scope="https://www.googleapis.com/auth/plus.me"

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

# Start an interactive API session
google-api irb
>> plus = $client.discovered_api('plus')
>> $client.execute(plus.activities.list, {'userId' => 'me', 'collection' => 'public'})
=> # returns a response from the API
```

For more information, use `google-api --help`

## Samples

See the full list of [samples on Github](https://github.com/google/google-api-ruby-client-samples).
Expand Down

0 comments on commit 8ae04bc

Please sign in to comment.