Thanks to visit codestin.com Credit goes to github.com
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 f89422f commit d471ab0Copy full SHA for d471ab0
github.js
@@ -80,6 +80,8 @@
80
// -------
81
82
this.show = function(username, cb) {
83
+ var command = username ? "/users/"+username : "/user";
84
+
85
_request("GET", "/users/"+username, null, function(err, res) {
86
cb(err, res);
87
});
0 commit comments