Skip to content

Commit 8ae04bc

Browse files
committed
Remove CLI docs from readme
1 parent f3821f9 commit 8ae04bc

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -182,26 +182,6 @@ if upload.resumable?
182182
end
183183
```
184184

185-
## Command Line
186-
187-
Included with the gem is a command line interface for working with Google APIs.
188-
189-
```bash
190-
# Log in
191-
google-api oauth-2-login --client-id='...' --client-secret='...' --scope="https://www.googleapis.com/auth/plus.me"
192-
193-
# List the signed-in user's activities
194-
google-api execute plus.activities.list --api=plus -- userId="me" collection="public"
195-
196-
# Start an interactive API session
197-
google-api irb
198-
>> plus = $client.discovered_api('plus')
199-
>> $client.execute(plus.activities.list, {'userId' => 'me', 'collection' => 'public'})
200-
=> # returns a response from the API
201-
```
202-
203-
For more information, use `google-api --help`
204-
205185
## Samples
206186

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

0 commit comments

Comments
 (0)