@@ -219,7 +219,7 @@ are not websites.
219
219
###OAuth2 Key/Secret
220
220
221
221
<pre class =" terminal " >
222
- $ curl https://api.github.com/users/whatever?client_id=xxxx&client_secret=yyyy
222
+ $ curl' https://api.github.com/users/whatever?client_id=xxxx&client_secret=yyyy'
223
223
</pre >
224
224
225
225
This should only be used in server to server scenarios. Don't leak your
@@ -289,7 +289,7 @@ Note that for technical reasons not all endpoints respect the `?per_page` parame
289
289
see[ events] ( http://developer.github.com/v3/activity/events/ ) for example.
290
290
291
291
<pre class =" terminal " >
292
- $ curl https://api.github.com/user/repos?page=2&per_page=100
292
+ $ curl' https://api.github.com/user/repos?page=2&per_page=100'
293
293
</pre >
294
294
295
295
Note that page numbering is 1-based and that omitting the` ?page `
@@ -382,7 +382,7 @@ associated with your OAuth application, you can send over your client ID and
382
382
secret in the query string.
383
383
384
384
<pre class =" terminal " >
385
- $ curl -i https://api.github.com/users/whatever?client_id=xxxxxxxxxxxxxx &client_secret=yyyyyyyyyyyyyyyyyyyyy
385
+ $ curl -i' https://api.github.com/users/whatever?client_id=xxxx &client_secret=yyyy'
386
386
387
387
HTTP/1.1 200 OK
388
388
Date: Mon, 01 Jul 2013 17:27:06 GMT