We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b43ab commit cdaad05Copy full SHA for cdaad05
lib/Github/Api/User.php
@@ -71,7 +71,7 @@ public function show($username)
71
*/
72
public function showById($id)
73
{
74
- return $this->get('/user/'.rawurlencode($id));
+ return $this->get('/user/'.$id);
75
}
76
77
/**
0 commit comments