8000 Update webrequest-list.php · javanile/github-spreadsheet@bd39e40 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd39e40

Browse files
Update webrequest-list.php
1 parent 99eefa8 commit bd39e40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

webrequest-list.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
$response = $client->request('GET', 'https://api.github.com/users/'.$user.'/repos');
1010

11-
$json = json_decode($response->getBody()->getContents(), true);
11+
var_dump($response->getBody()->getContents());
1212

13-
echo $json['name'];
13+
//$json = json_decode(, true);
14+
15+
//echo $json['name'];

0 commit comments

Comments
 (0)
0