File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ Returns a list of users found by such criteria.
4141You can sort results using 2-3 arguments.
4242
4343``` php
44- $repos = $client->api('repo ')->repositories('...', 'created', 'asc');
45- $repos = $client->api('repo ')->code('...........', 'indexed', 'desc');
46- $repos = $client->api('repo ')->issues('.........', 'comments', 'asc');
47- $repos = $client->api('repo ')->users('..........', 'followers', 'asc');
44+ $repos = $client->api('search ')->repositories('...', 'created', 'asc');
45+ $repos = $client->api('search ')->code('...........', 'indexed', 'desc');
46+ $repos = $client->api('search ')->issues('.........', 'comments', 'asc');
47+ $repos = $client->api('search ')->users('..........', 'followers', 'asc');
4848```
You can’t perform that action at this time.
0 commit comments